Skip to content

Commit

Permalink
fix(deps): update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 11, 2025
1 parent c2ad0af commit e66cd7e
Show file tree
Hide file tree
Showing 66 changed files with 315 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
services:
memcached:
image: memcached:1.6.29-alpine
image: memcached:1.6.34-alpine
ports:
- 11211:11211
mongo:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.10",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.10",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"dependencies": {
"@opentelemetry/resources": "^1.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.10",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"dependencies": {
"@opentelemetry/resources": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion metapackages/auto-configuration-propagators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"dependencies": {
"@opentelemetry/core": "^1.25.1",
Expand Down
2 changes: 1 addition & 1 deletion metapackages/auto-instrumentations-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.2.0",
"typescript": "4.4.4"
"typescript": "5.7.3"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.57.0",
Expand Down
4 changes: 2 additions & 2 deletions metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"nyc": "15.1.0",
"rimraf": "5.0.10",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"typescript": "4.4.4",
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
Loading

0 comments on commit e66cd7e

Please sign in to comment.