From 2ad307cafaf1f2c5d1825a3408e4a23921674a0b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 19 Dec 2023 15:24:15 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v17 --- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 4 +- .../auto-instrumentations-node/package.json | 4 +- .../auto-instrumentations-web/package.json | 4 +- package-lock.json | 323 +++++++++--------- .../opentelemetry-host-metrics/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../node/instrumentation-amqplib/package.json | 4 +- .../instrumentation-cucumber/package.json | 4 +- plugins/node/instrumentation-fs/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- 31 files changed, 211 insertions(+), 230 deletions(-) diff --git a/detectors/node/opentelemetry-resource-detector-alibaba-cloud/package.json b/detectors/node/opentelemetry-resource-detector-alibaba-cloud/package.json index 1c81cee6b8..d2fb180705 100644 --- a/detectors/node/opentelemetry-resource-detector-alibaba-cloud/package.json +++ b/detectors/node/opentelemetry-resource-detector-alibaba-cloud/package.json @@ -43,12 +43,12 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/detectors/node/opentelemetry-resource-detector-aws/package.json b/detectors/node/opentelemetry-resource-detector-aws/package.json index 637dfafac7..a1e4944f62 100644 --- a/detectors/node/opentelemetry-resource-detector-aws/package.json +++ b/detectors/node/opentelemetry-resource-detector-aws/package.json @@ -42,12 +42,12 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/detectors/node/opentelemetry-resource-detector-azure/package.json b/detectors/node/opentelemetry-resource-detector-azure/package.json index e9f6fd34a6..a7afc9daa9 100644 --- a/detectors/node/opentelemetry-resource-detector-azure/package.json +++ b/detectors/node/opentelemetry-resource-detector-azure/package.json @@ -35,7 +35,7 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", diff --git a/detectors/node/opentelemetry-resource-detector-container/package.json b/detectors/node/opentelemetry-resource-detector-container/package.json index 6c35e1a2bf..af0676deb6 100644 --- a/detectors/node/opentelemetry-resource-detector-container/package.json +++ b/detectors/node/opentelemetry-resource-detector-container/package.json @@ -37,13 +37,13 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "eslint-plugin-header": "^3.1.1", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/detectors/node/opentelemetry-resource-detector-github/package.json b/detectors/node/opentelemetry-resource-detector-github/package.json index 0b7fc892fa..2e80a425d9 100644 --- a/detectors/node/opentelemetry-resource-detector-github/package.json +++ b/detectors/node/opentelemetry-resource-detector-github/package.json @@ -45,11 +45,11 @@ "@opentelemetry/api": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/metapackages/auto-instrumentations-node/package.json b/metapackages/auto-instrumentations-node/package.json index dcb822b32a..e38f01b657 100644 --- a/metapackages/auto-instrumentations-node/package.json +++ b/metapackages/auto-instrumentations-node/package.json @@ -40,11 +40,11 @@ "@opentelemetry/api": "^1.4.1", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/metapackages/auto-instrumentations-web/package.json b/metapackages/auto-instrumentations-web/package.json index 3bcb9dd9c2..ab201d0e74 100644 --- a/metapackages/auto-instrumentations-web/package.json +++ b/metapackages/auto-instrumentations-web/package.json @@ -39,7 +39,7 @@ "@opentelemetry/api": "^1.3.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "@jsdevtools/coverage-istanbul-loader": "3.0.5", @@ -52,7 +52,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", diff --git a/package-lock.json b/package-lock.json index 7674555cd2..29f356a724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,12 +47,12 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -77,12 +77,12 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -106,7 +106,7 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", @@ -131,13 +131,13 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "eslint-plugin-header": "^3.1.1", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -189,11 +189,11 @@ "@opentelemetry/api": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -287,11 +287,11 @@ "@opentelemetry/api": "^1.4.1", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -325,7 +325,7 @@ "@opentelemetry/api": "^1.3.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -337,7 +337,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -10023,9 +10023,9 @@ "integrity": "sha512-F/IjUGnV6pIN7R4ZV4npHJVoNtaLZWvb+2/9gctxjb99wkpI7Ozg8VPogwDiTRyjLwZXAYxjvdg1KS8LTHKdDA==" }, "node_modules/@types/sinon": { - "version": "10.0.18", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.18.tgz", - "integrity": "sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.2.tgz", + "integrity": "sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==", "dev": true, "dependencies": { "@types/sinonjs__fake-timers": "*" @@ -28741,17 +28741,16 @@ "dev": true }, "node_modules/sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", - "deprecated": "16.1.1", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz", + "integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", - "@sinonjs/fake-timers": "^10.3.0", + "@sinonjs/fake-timers": "^11.2.2", "@sinonjs/samsam": "^8.0.0", "diff": "^5.1.0", - "nise": "^5.1.4", + "nise": "^5.1.5", "supports-color": "^7.2.0" }, "funding": { @@ -28759,6 +28758,15 @@ "url": "https://opencollective.com/sinon" } }, + "node_modules/sinon/node_modules/@sinonjs/fake-timers": { + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz", + "integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==", + "dev": true, + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, "node_modules/sinon/node_modules/diff": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", @@ -33660,11 +33668,11 @@ "@opentelemetry/api": "^1.3.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33687,7 +33695,7 @@ "@opentelemetry/api": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "karma": "6.3.16", "karma-chrome-launcher": "^3.1.1", @@ -33698,7 +33706,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -33720,11 +33728,11 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "^9.1.1", "@types/node": "18.6.5", - "@types/sinon": "^10.0.11", + "@types/sinon": "^17.0.0", "expect": "29.2.0", "mocha": "7.2.0", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33741,15 +33749,6 @@ "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", "dev": true }, - "packages/opentelemetry-propagation-utils/node_modules/@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", - "dev": true, - "dependencies": { - "@types/sinonjs__fake-timers": "*" - } - }, "packages/opentelemetry-redis-common": { "name": "@opentelemetry/redis-common", "version": "0.36.1", @@ -33787,7 +33786,7 @@ "@opentelemetry/contrib-test-utils": "^0.34.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@typescript-eslint/eslint-plugin": "5.8.1", "@typescript-eslint/parser": "5.8.1", "eslint": "8.7.0", @@ -33795,7 +33794,7 @@ "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33908,13 +33907,13 @@ "@types/lodash": "4.14.199", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "amqplib": "0.8.0", "expect": "29.2.0", "lodash": "4.17.21", "mocha": "7.2.0", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -33943,12 +33942,12 @@ "@types/mocha": "7.0.2", "@types/semver": "7.5.3", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -34018,11 +34017,11 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "^10.0.11", + "@types/sinon": "^17.0.0", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34039,15 +34038,6 @@ "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==", "dev": true }, - "plugins/node/instrumentation-fs/node_modules/@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", - "dev": true, - "dependencies": { - "@types/sinonjs__fake-timers": "*" - } - }, "plugins/node/instrumentation-lru-memoizer": { "name": "@opentelemetry/instrumentation-lru-memoizer", "version": "0.33.4", @@ -34448,7 +34438,7 @@ "@opentelemetry/sdk-trace-base": "^1.8.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "aws-sdk": "2.1008.0", "eslint": "8.7.0", "expect": "29.2.0", @@ -34456,7 +34446,7 @@ "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -34486,12 +34476,12 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "bunyan": "1.8.15", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -34541,12 +34531,12 @@ "@types/mocha": "7.0.2", "@types/node": "18.6.5", "@types/semver": "7.5.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cassandra-driver": "4.6.4", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34618,11 +34608,11 @@ "@types/node": "18.6.5", "@types/semver": "7.5.3", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34656,12 +34646,12 @@ "@types/express": "4.17.18", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "express": "4.17.3", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -35153,13 +35143,13 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cross-env": "7.0.3", "ioredis": "5.2.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -35234,12 +35224,12 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "koa": "2.13.1", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -35571,12 +35561,12 @@ "@opentelemetry/sdk-trace-base": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "mysql": "2.18.1", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -35794,11 +35784,11 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -35835,7 +35825,7 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cross-env": "7.0.3", "mocha": "7.2.0", "nyc": "15.1.0", @@ -35843,7 +35833,7 @@ "pg-pool": "3.4.1", "rimraf": "5.0.5", "safe-stable-stringify": "^2.4.1", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -35877,13 +35867,13 @@ "@types/mocha": "7.0.2", "@types/node": "18.6.5", "@types/semver": "7.5.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "pino": "8.3.1", "rimraf": "5.0.5", "semver": "7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -36186,12 +36176,12 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/triple-beam": "^1.3.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -36228,7 +36218,7 @@ "@opentelemetry/api": "^1.3.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -36240,7 +36230,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -36272,7 +36262,7 @@ "@types/jquery": "3.5.20", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -36285,7 +36275,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -36326,7 +36316,7 @@ "@types/jquery": "3.5.20", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -36339,7 +36329,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -36385,7 +36375,7 @@ "@types/react-addons-test-utils": "0.14.26", "@types/react-dom": "18.0.2", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -36399,7 +36389,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -42725,11 +42715,11 @@ "@opentelemetry/sdk-node": "^0.45.1", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -42755,7 +42745,7 @@ "@opentelemetry/instrumentation-xml-http-request": "^0.45.1", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -42767,7 +42757,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -42914,11 +42904,11 @@ "@opentelemetry/sdk-metrics": "^1.8.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "systeminformation": "^5.21.20", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -42932,7 +42922,7 @@ "@opentelemetry/core": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "karma": "6.3.16", "karma-chrome-launcher": "^3.1.1", @@ -42943,7 +42933,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -42974,13 +42964,13 @@ "@types/lodash": "4.14.199", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "amqplib": "0.8.0", "expect": "29.2.0", "lodash": "4.17.21", "mocha": "7.2.0", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43034,7 +43024,7 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "aws-sdk": "2.1008.0", "eslint": "8.7.0", "expect": "29.2.0", @@ -43042,7 +43032,7 @@ "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43062,12 +43052,12 @@ "@types/bunyan": "1.8.9", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "bunyan": "1.8.15", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43094,12 +43084,12 @@ "@types/mocha": "7.0.2", "@types/node": "18.6.5", "@types/semver": "7.5.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cassandra-driver": "4.6.4", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -43154,12 +43144,12 @@ "@types/mocha": "7.0.2", "@types/semver": "7.5.3", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43213,12 +43203,12 @@ "@types/node": "18.6.5", "@types/semver": "7.5.3", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "^7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -43244,7 +43234,7 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -43256,7 +43246,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -43278,12 +43268,12 @@ "@types/express": "4.17.18", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "express": "4.17.3", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43543,11 +43533,11 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "^10.0.11", + "@types/sinon": "^17.0.0", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -43557,15 +43547,6 @@ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==", "dev": true - }, - "@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", - "dev": true, - "requires": { - "@types/sinonjs__fake-timers": "*" - } } } }, @@ -43680,13 +43661,13 @@ "@types/ioredis4": "npm:@types/ioredis@^4.28.10", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cross-env": "7.0.3", "ioredis": "5.2.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43745,12 +43726,12 @@ "@types/koa__router": "12.0.3", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "koa": "2.13.1", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -43843,7 +43824,7 @@ "@types/jquery": "3.5.20", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -43856,7 +43837,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -44029,12 +44010,12 @@ "@types/mocha": "7.0.2", "@types/mysql": "2.15.22", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "mysql": "2.18.1", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44176,11 +44157,11 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44209,7 +44190,7 @@ "@types/node": "18.6.5", "@types/pg": "8.6.1", "@types/pg-pool": "2.0.4", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cross-env": "7.0.3", "mocha": "7.2.0", "nyc": "15.1.0", @@ -44217,7 +44198,7 @@ "pg-pool": "3.4.1", "rimraf": "5.0.5", "safe-stable-stringify": "^2.4.1", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -44243,13 +44224,13 @@ "@types/mocha": "7.0.2", "@types/node": "18.6.5", "@types/semver": "7.5.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "pino": "8.3.1", "rimraf": "5.0.5", "semver": "7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" @@ -44691,7 +44672,7 @@ "@types/jquery": "3.5.20", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -44704,7 +44685,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -44732,12 +44713,12 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/triple-beam": "^1.3.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -44824,7 +44805,7 @@ "@types/react-addons-test-utils": "0.14.26", "@types/react-dom": "18.0.2", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "karma": "6.3.16", @@ -44839,7 +44820,7 @@ "react-dom": "17.0.2", "rimraf": "5.0.5", "shimmer": "^1.2.1", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", @@ -44863,11 +44844,11 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "^9.1.1", "@types/node": "18.6.5", - "@types/sinon": "^10.0.11", + "@types/sinon": "^17.0.0", "expect": "29.2.0", "mocha": "7.2.0", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44877,15 +44858,6 @@ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", "dev": true - }, - "@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", - "dev": true, - "requires": { - "@types/sinonjs__fake-timers": "*" - } } } }, @@ -45144,12 +45116,12 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -45164,12 +45136,12 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -45183,7 +45155,7 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", @@ -45201,13 +45173,13 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "eslint-plugin-header": "^3.1.1", "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -45239,11 +45211,11 @@ "@opentelemetry/resources": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -45286,7 +45258,7 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@typescript-eslint/eslint-plugin": "5.8.1", "@typescript-eslint/parser": "5.8.1", "axios": "^1.3.5", @@ -45295,7 +45267,7 @@ "mocha": "7.2.0", "nock": "13.3.3", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -46871,9 +46843,9 @@ "integrity": "sha512-F/IjUGnV6pIN7R4ZV4npHJVoNtaLZWvb+2/9gctxjb99wkpI7Ozg8VPogwDiTRyjLwZXAYxjvdg1KS8LTHKdDA==" }, "@types/sinon": { - "version": "10.0.18", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.18.tgz", - "integrity": "sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.2.tgz", + "integrity": "sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==", "dev": true, "requires": { "@types/sinonjs__fake-timers": "*" @@ -61868,19 +61840,28 @@ } }, "sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz", + "integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==", "dev": true, "requires": { "@sinonjs/commons": "^3.0.0", - "@sinonjs/fake-timers": "^10.3.0", + "@sinonjs/fake-timers": "^11.2.2", "@sinonjs/samsam": "^8.0.0", "diff": "^5.1.0", - "nise": "^5.1.4", + "nise": "^5.1.5", "supports-color": "^7.2.0" }, "dependencies": { + "@sinonjs/fake-timers": { + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz", + "integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==", + "dev": true, + "requires": { + "@sinonjs/commons": "^3.0.0" + } + }, "diff": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", diff --git a/packages/opentelemetry-host-metrics/package.json b/packages/opentelemetry-host-metrics/package.json index db007ccf23..624ac3e5f6 100644 --- a/packages/opentelemetry-host-metrics/package.json +++ b/packages/opentelemetry-host-metrics/package.json @@ -46,11 +46,11 @@ "@opentelemetry/api": "^1.3.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/packages/opentelemetry-id-generator-aws-xray/package.json b/packages/opentelemetry-id-generator-aws-xray/package.json index d4219fa49e..b722e85bb2 100644 --- a/packages/opentelemetry-id-generator-aws-xray/package.json +++ b/packages/opentelemetry-id-generator-aws-xray/package.json @@ -54,7 +54,7 @@ "@opentelemetry/api": "^1.0.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "@jsdevtools/coverage-istanbul-loader": "3.0.5", "karma": "6.3.16", @@ -66,7 +66,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", diff --git a/packages/opentelemetry-propagation-utils/package.json b/packages/opentelemetry-propagation-utils/package.json index 0881ae2c14..9f5170eedf 100644 --- a/packages/opentelemetry-propagation-utils/package.json +++ b/packages/opentelemetry-propagation-utils/package.json @@ -46,11 +46,11 @@ "@opentelemetry/contrib-test-utils": "^0.35.0", "@types/mocha": "^9.1.1", "@types/node": "18.6.5", - "@types/sinon": "^10.0.11", + "@types/sinon": "^17.0.0", "expect": "29.2.0", "mocha": "7.2.0", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" } diff --git a/packages/opentelemetry-sampler-aws-xray/package.json b/packages/opentelemetry-sampler-aws-xray/package.json index 4ac76c6aad..2c5a638783 100644 --- a/packages/opentelemetry-sampler-aws-xray/package.json +++ b/packages/opentelemetry-sampler-aws-xray/package.json @@ -54,12 +54,12 @@ "@opentelemetry/contrib-test-utils": "^0.34.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "eslint": "8.7.0", "expect": "29.2.0", "mocha": "7.2.0", "nock": "13.3.3", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "nyc": "15.1.0", "typescript": "4.4.4", diff --git a/plugins/node/instrumentation-amqplib/package.json b/plugins/node/instrumentation-amqplib/package.json index d21533f560..9466f5f857 100644 --- a/plugins/node/instrumentation-amqplib/package.json +++ b/plugins/node/instrumentation-amqplib/package.json @@ -54,7 +54,7 @@ "@types/amqplib": "^0.5.17", "@types/lodash": "4.14.199", "@types/mocha": "8.2.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/node": "18.6.5", "amqplib": "0.8.0", "expect": "29.2.0", @@ -62,7 +62,7 @@ "mocha": "7.2.0", "ts-mocha": "10.0.0", "nyc": "15.1.0", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "typescript": "4.4.4" }, diff --git a/plugins/node/instrumentation-cucumber/package.json b/plugins/node/instrumentation-cucumber/package.json index 71d8704eaf..5ab4c3bf94 100644 --- a/plugins/node/instrumentation-cucumber/package.json +++ b/plugins/node/instrumentation-cucumber/package.json @@ -51,12 +51,12 @@ "@types/mocha": "7.0.2", "@types/semver": "7.5.3", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/instrumentation-fs/package.json b/plugins/node/instrumentation-fs/package.json index c4a4674abe..83df7bba78 100644 --- a/plugins/node/instrumentation-fs/package.json +++ b/plugins/node/instrumentation-fs/package.json @@ -49,11 +49,11 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "^10.0.11", + "@types/sinon": "^17.0.0", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-aws-sdk/package.json b/plugins/node/opentelemetry-instrumentation-aws-sdk/package.json index 8182d8be8a..458c4574fa 100644 --- a/plugins/node/opentelemetry-instrumentation-aws-sdk/package.json +++ b/plugins/node/opentelemetry-instrumentation-aws-sdk/package.json @@ -61,7 +61,7 @@ "@opentelemetry/sdk-trace-base": "^1.8.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "aws-sdk": "2.1008.0", "eslint": "8.7.0", "expect": "29.2.0", @@ -69,7 +69,7 @@ "nock": "13.3.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-bunyan/package.json b/plugins/node/opentelemetry-instrumentation-bunyan/package.json index 60bee3cf61..ce9df33c5a 100644 --- a/plugins/node/opentelemetry-instrumentation-bunyan/package.json +++ b/plugins/node/opentelemetry-instrumentation-bunyan/package.json @@ -52,12 +52,12 @@ "@opentelemetry/semantic-conventions": "^1.0.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "bunyan": "1.8.15", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-cassandra/package.json b/plugins/node/opentelemetry-instrumentation-cassandra/package.json index 85187a0a6c..0f4550041f 100644 --- a/plugins/node/opentelemetry-instrumentation-cassandra/package.json +++ b/plugins/node/opentelemetry-instrumentation-cassandra/package.json @@ -51,12 +51,12 @@ "@types/mocha": "7.0.2", "@types/node": "18.6.5", "@types/semver": "7.5.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cassandra-driver": "4.6.4", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-dns/package.json b/plugins/node/opentelemetry-instrumentation-dns/package.json index 38bd7069e7..ceb46d6e68 100644 --- a/plugins/node/opentelemetry-instrumentation-dns/package.json +++ b/plugins/node/opentelemetry-instrumentation-dns/package.json @@ -50,11 +50,11 @@ "@types/node": "18.6.5", "@types/semver": "7.5.3", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-express/package.json b/plugins/node/opentelemetry-instrumentation-express/package.json index f3e13e9baa..6a83354a24 100644 --- a/plugins/node/opentelemetry-instrumentation-express/package.json +++ b/plugins/node/opentelemetry-instrumentation-express/package.json @@ -52,12 +52,12 @@ "@types/express": "4.17.18", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "express": "4.17.3", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-ioredis/package.json b/plugins/node/opentelemetry-instrumentation-ioredis/package.json index 3df75c11ee..041a5c09f4 100644 --- a/plugins/node/opentelemetry-instrumentation-ioredis/package.json +++ b/plugins/node/opentelemetry-instrumentation-ioredis/package.json @@ -53,14 +53,14 @@ "@opentelemetry/sdk-trace-base": "^1.8.0", "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/node": "18.6.5", "cross-env": "7.0.3", "ioredis": "5.2.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-koa/package.json b/plugins/node/opentelemetry-instrumentation-koa/package.json index ebdb28b81d..7f81bd4d42 100644 --- a/plugins/node/opentelemetry-instrumentation-koa/package.json +++ b/plugins/node/opentelemetry-instrumentation-koa/package.json @@ -55,12 +55,12 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "koa": "2.13.1", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-mysql/package.json b/plugins/node/opentelemetry-instrumentation-mysql/package.json index adf35e78e1..300b78bb59 100644 --- a/plugins/node/opentelemetry-instrumentation-mysql/package.json +++ b/plugins/node/opentelemetry-instrumentation-mysql/package.json @@ -50,12 +50,12 @@ "@opentelemetry/sdk-trace-base": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "mysql": "2.18.1", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-net/package.json b/plugins/node/opentelemetry-instrumentation-net/package.json index 6b456c3d4f..0c31fba575 100644 --- a/plugins/node/opentelemetry-instrumentation-net/package.json +++ b/plugins/node/opentelemetry-instrumentation-net/package.json @@ -49,11 +49,11 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-pg/package.json b/plugins/node/opentelemetry-instrumentation-pg/package.json index edc25cf75e..1b64b8f328 100644 --- a/plugins/node/opentelemetry-instrumentation-pg/package.json +++ b/plugins/node/opentelemetry-instrumentation-pg/package.json @@ -57,7 +57,7 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "cross-env": "7.0.3", "mocha": "7.2.0", "nyc": "15.1.0", @@ -65,7 +65,7 @@ "pg-pool": "3.4.1", "rimraf": "5.0.5", "safe-stable-stringify": "^2.4.1", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-pino/package.json b/plugins/node/opentelemetry-instrumentation-pino/package.json index f0f2e21fb5..cc8e213252 100644 --- a/plugins/node/opentelemetry-instrumentation-pino/package.json +++ b/plugins/node/opentelemetry-instrumentation-pino/package.json @@ -52,13 +52,13 @@ "@types/mocha": "7.0.2", "@types/node": "18.6.5", "@types/semver": "7.5.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "mocha": "7.2.0", "nyc": "15.1.0", "pino": "8.3.1", "rimraf": "5.0.5", "semver": "7.5.4", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4" diff --git a/plugins/node/opentelemetry-instrumentation-winston/package.json b/plugins/node/opentelemetry-instrumentation-winston/package.json index 5d1ac99220..44e5f4df85 100644 --- a/plugins/node/opentelemetry-instrumentation-winston/package.json +++ b/plugins/node/opentelemetry-instrumentation-winston/package.json @@ -50,12 +50,12 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/triple-beam": "^1.3.2", "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "test-all-versions": "5.0.1", "ts-mocha": "10.0.0", "typescript": "4.4.4", diff --git a/plugins/web/opentelemetry-instrumentation-document-load/package.json b/plugins/web/opentelemetry-instrumentation-document-load/package.json index ef46102218..c20c9f2f14 100644 --- a/plugins/web/opentelemetry-instrumentation-document-load/package.json +++ b/plugins/web/opentelemetry-instrumentation-document-load/package.json @@ -55,7 +55,7 @@ "@opentelemetry/api": "^1.3.0", "@types/mocha": "8.2.3", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "@jsdevtools/coverage-istanbul-loader": "3.0.5", @@ -68,7 +68,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", diff --git a/plugins/web/opentelemetry-instrumentation-long-task/package.json b/plugins/web/opentelemetry-instrumentation-long-task/package.json index 0b6936b3cc..b23fc13d7e 100644 --- a/plugins/web/opentelemetry-instrumentation-long-task/package.json +++ b/plugins/web/opentelemetry-instrumentation-long-task/package.json @@ -54,7 +54,7 @@ "@types/jquery": "3.5.20", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "@jsdevtools/coverage-istanbul-loader": "3.0.5", @@ -68,7 +68,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", diff --git a/plugins/web/opentelemetry-instrumentation-user-interaction/package.json b/plugins/web/opentelemetry-instrumentation-user-interaction/package.json index 75b797421b..7fe94fed12 100644 --- a/plugins/web/opentelemetry-instrumentation-user-interaction/package.json +++ b/plugins/web/opentelemetry-instrumentation-user-interaction/package.json @@ -56,7 +56,7 @@ "@types/jquery": "3.5.20", "@types/mocha": "7.0.2", "@types/node": "18.6.5", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "@jsdevtools/coverage-istanbul-loader": "3.0.5", @@ -70,7 +70,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", diff --git a/plugins/web/opentelemetry-plugin-react-load/package.json b/plugins/web/opentelemetry-plugin-react-load/package.json index 9e5f01403d..eeb3508b57 100644 --- a/plugins/web/opentelemetry-plugin-react-load/package.json +++ b/plugins/web/opentelemetry-plugin-react-load/package.json @@ -57,7 +57,7 @@ "@types/react-addons-test-utils": "0.14.26", "@types/react-dom": "18.0.2", "@types/shimmer": "1.0.3", - "@types/sinon": "10.0.18", + "@types/sinon": "17.0.2", "@types/webpack-env": "1.16.2", "babel-loader": "8.2.2", "@jsdevtools/coverage-istanbul-loader": "3.0.5", @@ -72,7 +72,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "rimraf": "5.0.5", - "sinon": "15.2.0", + "sinon": "17.0.1", "ts-loader": "8.3.0", "ts-mocha": "10.0.0", "typescript": "4.4.4",