@loopback/example-rpc-server 5.0.9 → 5.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@5.0.9...@loopback/example-rpc-server@5.0.10) (2023-04-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * refresh package lock files ([9979eb1](https://github.com/loopbackio/loopback-next/commit/9979eb183b6c6cd5775da7478cdede8a92ce0d5e)), closes [#9351](https://github.com/loopbackio/loopback-next/issues/9351)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [5.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@5.0.8...@loopback/example-rpc-server@5.0.9) (2023-03-09)
7
18
 
8
19
  **Note:** Version bump only for package @loopback/example-rpc-server
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-rpc-server",
3
3
  "description": "An example RPC server and application to demonstrate the creation of your own custom server",
4
- "version": "5.0.9",
4
+ "version": "5.0.10",
5
5
  "keywords": [
6
6
  "loopback-application",
7
7
  "loopback"
@@ -42,18 +42,18 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@loopback/core": "^4.0.9",
45
+ "@loopback/core": "^4.0.10",
46
46
  "express": "^4.18.2",
47
47
  "tslib": "^2.5.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@loopback/build": "^9.0.9",
51
- "@loopback/eslint-config": "^13.0.9",
52
- "@loopback/testlab": "^5.0.9",
50
+ "@loopback/build": "^9.0.10",
51
+ "@loopback/eslint-config": "^13.0.10",
52
+ "@loopback/testlab": "^5.0.10",
53
53
  "@types/express": "^4.17.17",
54
- "@types/node": "^14.18.36",
55
- "eslint": "^8.35.0",
56
- "typescript": "~4.9.4"
54
+ "@types/node": "^14.18.42",
55
+ "eslint": "^8.38.0",
56
+ "typescript": "~4.9.5"
57
57
  },
58
- "gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9"
58
+ "gitHead": "3a98ded2622420d0f09dbc3c0fe961c0234b097f"
59
59
  }