From 2d11b6983d259937ae0b9d0887af20a4034fc97a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 3 Jan 2024 17:00:11 +0100 Subject: [PATCH] chore(deps): update dependency test-all-versions to v6 (#1877) Also, fix error in test-all-versions@6 with not liking socket.io@^3.1.3 being an empty range I also reduced the number of socket.io@4 versions tested (4.4.1 is over 2y old) Co-authored-by: Trent Mick --- package-lock.json | 333 +++++++++++------- .../node/instrumentation-amqplib/package.json | 2 +- .../instrumentation-cucumber/package.json | 2 +- .../instrumentation-dataloader/package.json | 2 +- .../instrumentation-lru-memoizer/package.json | 2 +- .../instrumentation-mongoose/package.json | 2 +- .../node/instrumentation-socket.io/.tav.yml | 4 +- .../instrumentation-socket.io/package.json | 2 +- .../node/instrumentation-tedious/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- 25 files changed, 227 insertions(+), 156 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cf1ec46a1..352384205c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30154,88 +30154,134 @@ "dev": true }, "node_modules/test-all-versions": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/test-all-versions/-/test-all-versions-5.0.1.tgz", - "integrity": "sha512-ZqLazMdyrHx+j6HoW/qE3f5TBi9hldnnoZTcU90d+abGmPnRWDY28WUnSnj6rxm6AEBzPP/M8V+P7Nv8w+7a7g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-all-versions/-/test-all-versions-6.0.0.tgz", + "integrity": "sha512-/9wVTBRa7+arvItGinCYy/8+z7sHTsrs9cwEY/xAnzrkSEM7Tp2Cz49ewYZYuO1YYMLqxEaQp2g7Dnns7n7BGA==", "dev": true, "dependencies": { "after-all-results": "^2.0.0", "ansi-diff-stream": "^1.2.1", - "cli-spinners": "^2.3.0", - "deepmerge": "^4.2.2", - "import-fresh": "^3.2.1", - "is-ci": "^2.0.0", - "js-yaml": "^3.13.1", - "log-symbols": "^2.2.0", - "minimist": "^1.2.5", + "cli-spinners": "^2.9.2", + "deepmerge": "^4.3.1", + "import-fresh": "^3.3.0", + "is-ci": "^3.0.1", + "js-yaml": "^4.1.0", + "log-symbols": "^4.1.0", + "minimist": "^1.2.8", "npm-package-versions": "^1.0.1", "once": "^1.4.0", - "parse-env-string": "^1.0.0", - "resolve": "^1.17.0", - "semver": "^6.3.0", + "parse-env-string": "^1.0.1", + "resolve": "^1.22.8", + "semver": "^7.5.4", "spawn-npm-install": "^1.2.0", - "which": "^1.3.1" + "which": "^2.0.2" }, "bin": { "tav": "index.js" }, "engines": { - "node": ">=8" + "node": ">=14" } }, - "node_modules/test-all-versions/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/test-all-versions/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "sprintf-js": "~1.0.2" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/test-all-versions/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "node_modules/test-all-versions/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/test-all-versions/node_modules/log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "node_modules/test-all-versions/node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/test-all-versions/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "dependencies": { - "chalk": "^2.0.1" + "color-name": "~1.1.4" }, "engines": { - "node": ">=4" + "node": ">=7.0.0" } }, - "node_modules/test-all-versions/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "node_modules/test-all-versions/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/test-all-versions/node_modules/is-ci": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", "dev": true, + "dependencies": { + "ci-info": "^3.2.0" + }, "bin": { - "semver": "bin/semver.js" + "is-ci": "bin.js" } }, - "node_modules/test-all-versions/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "node_modules/test-all-versions/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, "dependencies": { - "isexe": "^2.0.0" + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" }, - "bin": { - "which": "bin/which" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/test-all-versions/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/test-exclude": { @@ -33627,7 +33673,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33667,7 +33713,7 @@ "rimraf": "5.0.5", "semver": "7.5.4", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33702,7 +33748,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33763,7 +33809,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33800,7 +33846,7 @@ "mongoose": "6.12.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -33837,7 +33883,7 @@ "rimraf": "5.0.5", "socket.io": "^4.1.3", "socket.io-client": "^4.1.3", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34086,7 +34132,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "tedious": "15.1.3", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34279,7 +34325,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34320,7 +34366,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34480,7 +34526,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34901,7 +34947,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "^7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -34985,7 +35031,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -35058,7 +35104,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -35126,7 +35172,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -35460,7 +35506,7 @@ "mongodb": "3.6.11", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -35952,7 +35998,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36065,7 +36111,7 @@ "rxjs": "7.8.1", "rxjs-compat": "6.6.7", "semver": "7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36135,7 +36181,7 @@ "rimraf": "5.0.5", "safe-stable-stringify": "^2.4.1", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36169,7 +36215,7 @@ "rimraf": "5.0.5", "semver": "7.5.4", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36322,7 +36368,7 @@ "nyc": "15.1.0", "redis": "3.1.2", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36356,7 +36402,7 @@ "nyc": "15.1.0", "redis": "4.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36556,7 +36602,7 @@ "restify": "11.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "test-all-versions": "^5.0.1", + "test-all-versions": "^6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -36616,7 +36662,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", "winston": "3.3.3", @@ -43446,7 +43492,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -43508,7 +43554,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -43541,7 +43587,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -43619,7 +43665,7 @@ "rimraf": "5.0.5", "semver": "7.5.4", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -43646,7 +43692,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -43743,7 +43789,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44016,7 +44062,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "^7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44115,7 +44161,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44190,7 +44236,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -44238,7 +44284,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44392,7 +44438,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44446,7 +44492,7 @@ "mongodb": "3.6.11", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44570,7 +44616,7 @@ "mongoose": "6.12.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44681,7 +44727,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44771,7 +44817,7 @@ "rxjs": "7.8.1", "rxjs-compat": "6.6.7", "semver": "7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -44821,7 +44867,7 @@ "rimraf": "5.0.5", "safe-stable-stringify": "^2.4.1", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -44845,7 +44891,7 @@ "rimraf": "5.0.5", "semver": "7.5.4", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -44950,7 +44996,7 @@ "nyc": "15.1.0", "redis": "3.1.2", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -45031,7 +45077,7 @@ "nyc": "15.1.0", "redis": "4.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -45071,7 +45117,7 @@ "restify": "11.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "test-all-versions": "^5.0.1", + "test-all-versions": "^6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" } @@ -45111,7 +45157,7 @@ "rimraf": "5.0.5", "socket.io": "^4.1.3", "socket.io-client": "^4.1.3", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -45303,7 +45349,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "tedious": "15.1.3", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, @@ -45446,7 +45492,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", "winston": "3.3.3", @@ -63858,70 +63904,95 @@ } }, "test-all-versions": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/test-all-versions/-/test-all-versions-5.0.1.tgz", - "integrity": "sha512-ZqLazMdyrHx+j6HoW/qE3f5TBi9hldnnoZTcU90d+abGmPnRWDY28WUnSnj6rxm6AEBzPP/M8V+P7Nv8w+7a7g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-all-versions/-/test-all-versions-6.0.0.tgz", + "integrity": "sha512-/9wVTBRa7+arvItGinCYy/8+z7sHTsrs9cwEY/xAnzrkSEM7Tp2Cz49ewYZYuO1YYMLqxEaQp2g7Dnns7n7BGA==", "dev": true, "requires": { "after-all-results": "^2.0.0", "ansi-diff-stream": "^1.2.1", - "cli-spinners": "^2.3.0", - "deepmerge": "^4.2.2", - "import-fresh": "^3.2.1", - "is-ci": "^2.0.0", - "js-yaml": "^3.13.1", - "log-symbols": "^2.2.0", - "minimist": "^1.2.5", + "cli-spinners": "^2.9.2", + "deepmerge": "^4.3.1", + "import-fresh": "^3.3.0", + "is-ci": "^3.0.1", + "js-yaml": "^4.1.0", + "log-symbols": "^4.1.0", + "minimist": "^1.2.8", "npm-package-versions": "^1.0.1", "once": "^1.4.0", - "parse-env-string": "^1.0.0", - "resolve": "^1.17.0", - "semver": "^6.3.0", + "parse-env-string": "^1.0.1", + "resolve": "^1.22.8", + "semver": "^7.5.4", "spawn-npm-install": "^1.2.0", - "which": "^1.3.1" + "which": "^2.0.2" }, "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { - "sprintf-js": "~1.0.2" + "color-convert": "^2.0.1" } }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "requires": { - "chalk": "^2.0.1" + "color-name": "~1.1.4" } }, - "semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "is-ci": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", "dev": true, "requires": { - "isexe": "^2.0.0" + "ci-info": "^3.2.0" + } + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" } } } diff --git a/plugins/node/instrumentation-amqplib/package.json b/plugins/node/instrumentation-amqplib/package.json index 7c7f7f8ea7..cc75a8a2d9 100644 --- a/plugins/node/instrumentation-amqplib/package.json +++ b/plugins/node/instrumentation-amqplib/package.json @@ -63,7 +63,7 @@ "ts-mocha": "10.0.0", "nyc": "15.1.0", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "typescript": "4.4.4" }, "engines": { diff --git a/plugins/node/instrumentation-cucumber/package.json b/plugins/node/instrumentation-cucumber/package.json index d3a78d5352..e77f684504 100644 --- a/plugins/node/instrumentation-cucumber/package.json +++ b/plugins/node/instrumentation-cucumber/package.json @@ -57,7 +57,7 @@ "rimraf": "5.0.5", "semver": "7.5.4", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/instrumentation-dataloader/package.json b/plugins/node/instrumentation-dataloader/package.json index a520871b72..cc7023aa88 100644 --- a/plugins/node/instrumentation-dataloader/package.json +++ b/plugins/node/instrumentation-dataloader/package.json @@ -53,7 +53,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/instrumentation-lru-memoizer/package.json b/plugins/node/instrumentation-lru-memoizer/package.json index 5877581911..d3adba12c7 100644 --- a/plugins/node/instrumentation-lru-memoizer/package.json +++ b/plugins/node/instrumentation-lru-memoizer/package.json @@ -52,7 +52,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/instrumentation-mongoose/package.json b/plugins/node/instrumentation-mongoose/package.json index aa8c2a3826..3b215742cb 100644 --- a/plugins/node/instrumentation-mongoose/package.json +++ b/plugins/node/instrumentation-mongoose/package.json @@ -55,7 +55,7 @@ "mongoose": "6.12.3", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/instrumentation-socket.io/.tav.yml b/plugins/node/instrumentation-socket.io/.tav.yml index 2c704e4634..a7c5a52ec5 100644 --- a/plugins/node/instrumentation-socket.io/.tav.yml +++ b/plugins/node/instrumentation-socket.io/.tav.yml @@ -4,12 +4,12 @@ commands: - npm run test - - versions: "^3.1.3" + - versions: "^3.1.2" peerDependencies: socket.io-client@^3 commands: - npm run test - - versions: "4.4.1 || 4.5.1 || 4.5.2 || ^4.5.3" + - versions: "4.5.3 || 4.6.2 || ^4.7.1" peerDependencies: socket.io-client@^4 commands: - npm run test diff --git a/plugins/node/instrumentation-socket.io/package.json b/plugins/node/instrumentation-socket.io/package.json index f9e816bbfd..b18cc3f8eb 100644 --- a/plugins/node/instrumentation-socket.io/package.json +++ b/plugins/node/instrumentation-socket.io/package.json @@ -53,7 +53,7 @@ "rimraf": "5.0.5", "socket.io": "^4.1.3", "socket.io-client": "^4.1.3", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/instrumentation-tedious/package.json b/plugins/node/instrumentation-tedious/package.json index edea4b3757..4730b7992c 100644 --- a/plugins/node/instrumentation-tedious/package.json +++ b/plugins/node/instrumentation-tedious/package.json @@ -57,7 +57,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "tedious": "15.1.3", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 585a3c79f7..b8d95d8d72 100644 --- a/plugins/node/opentelemetry-instrumentation-aws-sdk/package.json +++ b/plugins/node/opentelemetry-instrumentation-aws-sdk/package.json @@ -70,7 +70,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 f917891b20..b9e54500a6 100644 --- a/plugins/node/opentelemetry-instrumentation-bunyan/package.json +++ b/plugins/node/opentelemetry-instrumentation-bunyan/package.json @@ -58,7 +58,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 c8be2e043b..c97f4ae753 100644 --- a/plugins/node/opentelemetry-instrumentation-express/package.json +++ b/plugins/node/opentelemetry-instrumentation-express/package.json @@ -58,7 +58,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-fastify/package.json b/plugins/node/opentelemetry-instrumentation-fastify/package.json index 79ba46248c..33cc88aa04 100644 --- a/plugins/node/opentelemetry-instrumentation-fastify/package.json +++ b/plugins/node/opentelemetry-instrumentation-fastify/package.json @@ -59,7 +59,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "^7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-graphql/package.json b/plugins/node/opentelemetry-instrumentation-graphql/package.json index 8b685d3e02..9a863a4d34 100644 --- a/plugins/node/opentelemetry-instrumentation-graphql/package.json +++ b/plugins/node/opentelemetry-instrumentation-graphql/package.json @@ -53,7 +53,7 @@ "mocha": "7.2.0", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 c8fcfb9133..cdd4799805 100644 --- a/plugins/node/opentelemetry-instrumentation-ioredis/package.json +++ b/plugins/node/opentelemetry-instrumentation-ioredis/package.json @@ -61,7 +61,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 0800cf8013..5b221bc802 100644 --- a/plugins/node/opentelemetry-instrumentation-koa/package.json +++ b/plugins/node/opentelemetry-instrumentation-koa/package.json @@ -61,7 +61,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-mongodb/package.json b/plugins/node/opentelemetry-instrumentation-mongodb/package.json index f9772307de..5775c72f00 100644 --- a/plugins/node/opentelemetry-instrumentation-mongodb/package.json +++ b/plugins/node/opentelemetry-instrumentation-mongodb/package.json @@ -62,7 +62,7 @@ "mongodb": "3.6.11", "nyc": "15.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-mysql2/package.json b/plugins/node/opentelemetry-instrumentation-mysql2/package.json index 8ba25454af..50f6b767c4 100644 --- a/plugins/node/opentelemetry-instrumentation-mysql2/package.json +++ b/plugins/node/opentelemetry-instrumentation-mysql2/package.json @@ -56,7 +56,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-nestjs-core/package.json b/plugins/node/opentelemetry-instrumentation-nestjs-core/package.json index f5aa05915a..04b0f45218 100644 --- a/plugins/node/opentelemetry-instrumentation-nestjs-core/package.json +++ b/plugins/node/opentelemetry-instrumentation-nestjs-core/package.json @@ -65,7 +65,7 @@ "rxjs": "7.8.1", "rxjs-compat": "6.6.7", "semver": "7.5.4", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 a44f459822..5ac8078dc1 100644 --- a/plugins/node/opentelemetry-instrumentation-pg/package.json +++ b/plugins/node/opentelemetry-instrumentation-pg/package.json @@ -66,7 +66,7 @@ "rimraf": "5.0.5", "safe-stable-stringify": "^2.4.1", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "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 fa93a20e47..d90f194479 100644 --- a/plugins/node/opentelemetry-instrumentation-pino/package.json +++ b/plugins/node/opentelemetry-instrumentation-pino/package.json @@ -59,7 +59,7 @@ "rimraf": "5.0.5", "semver": "7.5.4", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-redis-4/package.json b/plugins/node/opentelemetry-instrumentation-redis-4/package.json index a366c6db05..96c6305e59 100644 --- a/plugins/node/opentelemetry-instrumentation-redis-4/package.json +++ b/plugins/node/opentelemetry-instrumentation-redis-4/package.json @@ -61,7 +61,7 @@ "nyc": "15.1.0", "redis": "4.1.0", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4" }, diff --git a/plugins/node/opentelemetry-instrumentation-redis/package.json b/plugins/node/opentelemetry-instrumentation-redis/package.json index 8cffb1ed02..f98fb32bf8 100644 --- a/plugins/node/opentelemetry-instrumentation-redis/package.json +++ b/plugins/node/opentelemetry-instrumentation-redis/package.json @@ -61,7 +61,7 @@ "nyc": "15.1.0", "redis": "3.1.2", "rimraf": "5.0.5", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", "@types/redis": "2.8.32" diff --git a/plugins/node/opentelemetry-instrumentation-restify/package.json b/plugins/node/opentelemetry-instrumentation-restify/package.json index 5e37b54762..f68057fec8 100644 --- a/plugins/node/opentelemetry-instrumentation-restify/package.json +++ b/plugins/node/opentelemetry-instrumentation-restify/package.json @@ -56,7 +56,7 @@ "restify": "11.1.0", "rimraf": "5.0.5", "semver": "7.5.4", - "test-all-versions": "^5.0.1", + "test-all-versions": "^6.0.0", "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 fa8002a8a9..382b17a5aa 100644 --- a/plugins/node/opentelemetry-instrumentation-winston/package.json +++ b/plugins/node/opentelemetry-instrumentation-winston/package.json @@ -56,7 +56,7 @@ "nyc": "15.1.0", "rimraf": "5.0.5", "sinon": "15.2.0", - "test-all-versions": "5.0.1", + "test-all-versions": "6.0.0", "ts-mocha": "10.0.0", "typescript": "4.4.4", "winston": "3.3.3",