diff --git a/package-lock.json b/package-lock.json index f8ea6092..aae8e513 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,15 +23,15 @@ "@types/mocha": "^9.0.0", "@types/node": "^14.0.27", "@types/q": "^1.5.4", - "archiver": "latest", - "body-parser": "latest", + "archiver": "*", + "body-parser": "*", "code-push-plugin-testing-framework": "file:./code-push-plugin-testing-framework", "del": "v6.0.0", - "express": "latest", - "mkdirp": "latest", + "express": "*", + "mkdirp": "*", "mocha": "^9.2.0", "q": "^1.5.1", - "run-sequence": "latest", + "run-sequence": "*", "shx": "^0.3.4", "slash": "^3.0.0", "tslint": "^6.1.3", @@ -45,10 +45,10 @@ "dependencies": { "@types/uuid": "^8.3.1", "base-64": "^1.0.0", - "mocha": "latest", - "mocha-junit-reporter": "latest", + "mocha": "*", + "mocha-junit-reporter": "*", "q": "^1.5.1", - "replace": "latest", + "replace": "*", "superagent": "^6.1.0", "superagent-proxy": "^3.0.0", "uuid": "^8.3.2" @@ -441,10 +441,11 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz", + "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -5236,14 +5237,14 @@ } }, "node_modules/vm2": { - "version": "3.9.19", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz", - "integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==", - "deprecated": "The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.", + "version": "3.11.5", + "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.5.tgz", + "integrity": "sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==", "dev": true, + "license": "MIT", "dependencies": { - "acorn": "^8.7.0", - "acorn-walk": "^8.2.0" + "acorn": "^8.15.0", + "acorn-walk": "^8.3.4" }, "bin": { "vm2": "bin/vm2"