Skip to content

Commit

Permalink
chore(deps): loopback and sourceloop version update (#1211)
Browse files Browse the repository at this point in the history
loopback and sourceloop version update

GH-1206
  • Loading branch information
Surbhi-sharma1 authored Jan 17, 2023
1 parent 2a1298b commit 3086a5b
Show file tree
Hide file tree
Showing 33 changed files with 36,532 additions and 34,796 deletions.
312 changes: 163 additions & 149 deletions packages/cache/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"loopback-connector-kv-redis": "^4.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@loopback/build": "^9.0.7",
Expand All @@ -59,10 +59,10 @@
"@loopback/repository": "^5.1.2",
"@loopback/rest": "^12.0.7",
"@loopback/testlab": "^5.0.7",
"@types/node": "^14.18.36",
"@types/node": "^18.11.18",
"dotenv": "^16.0.3",
"dotenv-extended": "^2.9.0",
"eslint": "^8.30.0",
"eslint": "^8.32.0",
"source-map-support": "^0.5.21",
"typescript": "~4.9.4"
},
Expand Down
27 changes: 14 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@
},
"config": {
"templateDependencies": {
"tslib": "^2.0.0",
"tslib": "^2.4.1",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.36",
"@types/node": "^18.11.18",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"fs-extra": "^10.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.21",
"typescript": "~4.9.4",
Expand Down Expand Up @@ -152,14 +152,14 @@
"@loopback/example-greeter-extension": "^5.0.7",
"@loopback/booter-lb3app": "^4.0.7",
"@loopback/example-lb3-application": "^5.0.7",
"eslint": "^8.30.0",
"eslint": "^8.32.0",
"eslint-plugin-mocha": "^10.1.0",
"@loopback/example-greeting-app": "^5.0.7",
"@loopback/example-context": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint-plugin-eslint-plugin": "^5.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.6.0",
"@loopback/repository-tests": "^0.21.7",
"@loopback/health": "^0.11.7",
"@loopback/authorization": "^0.12.7",
Expand All @@ -181,8 +181,8 @@
"@loopback/authentication-jwt": "^0.12.7",
"@loopback/context-explorer": "^0.8.7",
"@loopback/express": "^5.0.7",
"@types/js-yaml": "^3.12.4",
"js-yaml": "^3.13.1",
"@types/js-yaml": "^4.0.5",
"js-yaml": "^4.1.0",
"@loopback/example-todo-jwt": "^4.0.7",
"@loopback/mock-oauth2-provider": "^0.6.7",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -215,13 +215,14 @@
"@sourceloop/video-conferencing-service": "^4.1.11",
"@sourceloop/user-tenant-service": "^0.6.6",
"@sourceloop/reporting-service": "^0.4.1",
"loopback4-authentication": "^7.3.0",
"loopback4-authentication": "^7.3.1",
"loopback4-authorization": "^5.1.0",
"loopback4-soft-delete": "^7.1.0",
"loopback4-ratelimiter": "^4.2.0",
"loopback4-helmet": "^4.2.0",
"swagger-stats": "^0.99.2",
"@opentelemetry/exporter-jaeger": "^1.8.0",
"loopback4-notifications": "^5.1.1",
"swagger-stats": "^0.99.5",
"@opentelemetry/exporter-jaeger": "^1.9.0",
"@opentelemetry/node": "^0.24.0",
"@opentelemetry/plugin-dns": "^0.15.0",
"@opentelemetry/plugin-http": "^0.18.2",
Expand All @@ -244,7 +245,7 @@
"npm-run-all": "^4.1.5",
"db-migrate": "^1.0.0-beta.18",
"symlink-resolver": "0.2.1",
"nodemon": "^2.0.19"
"nodemon": "^2.0.20"
}
}
}
Loading

0 comments on commit 3086a5b

Please sign in to comment.