Skip to content

Commit

Permalink
chore(deps): update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 16, 2023
1 parent c7c7547 commit 2ab67b7
Show file tree
Hide file tree
Showing 41 changed files with 360 additions and 385 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
services:
memcached:
image: memcached:1.6.21-alpine
image: memcached:1.6.22-alpine
ports:
- 11211:11211
mongo:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@opentelemetry/contrib-test-utils": "^0.34.3",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"mocha": "7.2.0",
"nock": "13.3.3",
"nock": "13.3.8",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@opentelemetry/contrib-test-utils": "^0.34.3",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"mocha": "7.2.0",
"nock": "13.3.3",
"nock": "13.3.8",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@opentelemetry/contrib-test-utils": "^0.34.3",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"mocha": "7.2.0",
"nock": "13.3.3",
"nock": "13.3.8",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@opentelemetry/contrib-test-utils": "^0.34.3",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"eslint-plugin-header": "^3.1.1",
"mocha": "7.2.0",
"nock": "13.3.3",
"nock": "13.3.8",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@opentelemetry/contrib-test-utils": "^0.34.3",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/semver": "7.5.3",
"@types/semver": "7.5.5",
"mocha": "7.2.0",
"nock": "13.3.3",
"nock": "13.3.8",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@opentelemetry/sdk-node": "^0.45.1",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/semver": "7.5.3",
"@types/semver": "7.5.5",
"mocha": "7.2.0",
"nock": "13.3.3",
"nock": "13.3.8",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
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 @@ -40,7 +40,7 @@
"@opentelemetry/api": "^1.4.1",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@opentelemetry/api": "^1.3.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.18",
"@types/sinon": "10.0.20",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
Expand Down
Loading

0 comments on commit 2ab67b7

Please sign in to comment.