diff --git a/package-lock.json b/package-lock.json index af0947a4..3cc6ccd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@types/inquirer": "^8.2.10", "@types/is-ci": "^3.0.4", "@types/listr": "^0.14.9", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.0", "@types/node": "^18.19.0", "@types/prettier": "^2.7.3", "@types/yargs": "^17.0.32", @@ -2285,9 +2285,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.202", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", - "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", + "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==", "dev": true }, "node_modules/@types/minimatch": { diff --git a/package.json b/package.json index 5b2e1e0c..062ab666 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@types/inquirer": "^8.2.10", "@types/is-ci": "^3.0.4", "@types/listr": "^0.14.9", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.0", "@types/node": "^18.19.0", "@types/prettier": "^2.7.3", "@types/yargs": "^17.0.32",