diff --git a/package-lock.json b/package-lock.json index 48387289..cc1aa4fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4484,8 +4484,23 @@ } }, "node_modules/acorn-walk": { - "version": "8.2.0", - "license": "MIT", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk/node_modules/acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "bin": { + "acorn": "bin/acorn" + }, "engines": { "node": ">=0.4.0" } @@ -18740,7 +18755,7 @@ "@oclif/plugin-warn-if-update-available": "2.0.24", "@typescript-eslint/typescript-estree": "6.19.0", "acorn": "8.8.1", - "acorn-walk": "8.2.0", + "acorn-walk": "8.3.4", "axios": "1.7.4", "chalk": "4.1.2", "ci-info": "3.8.0", @@ -22300,7 +22315,19 @@ "requires": {} }, "acorn-walk": { - "version": "8.2.0" + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "requires": { + "acorn": "^8.11.0" + }, + "dependencies": { + "acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==" + } + } }, "agent-base": { "version": "6.0.2", @@ -22941,7 +22968,7 @@ "@types/ws": "8.5.5", "@typescript-eslint/typescript-estree": "6.19.0", "acorn": "8.8.1", - "acorn-walk": "8.2.0", + "acorn-walk": "8.3.4", "axios": "1.7.4", "chalk": "4.1.2", "ci-info": "3.8.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index a69d41c7..4c58a6f7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -75,7 +75,7 @@ "@oclif/plugin-warn-if-update-available": "2.0.24", "@typescript-eslint/typescript-estree": "6.19.0", "acorn": "8.8.1", - "acorn-walk": "8.2.0", + "acorn-walk": "8.3.4", "axios": "1.7.4", "chalk": "4.1.2", "ci-info": "3.8.0",