diff --git a/package-lock.json b/package-lock.json index 5b1c42ea..73640d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9874,10 +9874,11 @@ } }, "node_modules/@types/yargs": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", - "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", "dev": true, + "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } @@ -29167,7 +29168,7 @@ "@types/mocha": "^9.1.1", "@types/node": "^22.15.30", "@types/sinon-chai": "^4.0.0", - "@types/yargs": "^17.0.24", + "@types/yargs": "^17.0.35", "chai": "^4.5.0", "depcheck": "^1.4.7", "eslint": "^7.25.0 || ^8.0.0", @@ -39495,9 +39496,9 @@ } }, "@types/yargs": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", - "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", "dev": true, "requires": { "@types/yargs-parser": "*" @@ -47968,7 +47969,7 @@ "@types/mocha": "^9.1.1", "@types/node": "^22.15.30", "@types/sinon-chai": "^4.0.0", - "@types/yargs": "^17.0.24", + "@types/yargs": "^17.0.35", "chai": "^4.5.0", "debug": "^4.4.0", "depcheck": "^1.4.7", diff --git a/packages/mongodb-runner/package.json b/packages/mongodb-runner/package.json index 0ba00c64..66525976 100644 --- a/packages/mongodb-runner/package.json +++ b/packages/mongodb-runner/package.json @@ -76,7 +76,7 @@ "@types/mocha": "^9.1.1", "@types/node": "^22.15.30", "@types/sinon-chai": "^4.0.0", - "@types/yargs": "^17.0.24", + "@types/yargs": "^17.0.35", "chai": "^4.5.0", "depcheck": "^1.4.7", "eslint": "^7.25.0 || ^8.0.0",