diff --git a/package-lock.json b/package-lock.json index d52a5534e..fdf76fc53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/cordova": "11.0.3", "@types/fs-extra": "11.0.4", "@types/jest": "27.5.2", - "@types/lodash": "4.17.4", + "@types/lodash": "4.17.5", "@types/node": "20.12.12", "@types/rimraf": "4.0.5", "@types/webpack": "5.28.5", @@ -2545,9 +2545,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", "dev": true }, "node_modules/@types/node": { @@ -17241,9 +17241,9 @@ } }, "@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index eb4aef9d6..12c8be6ef 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/cordova": "11.0.3", "@types/fs-extra": "11.0.4", "@types/jest": "27.5.2", - "@types/lodash": "4.17.4", + "@types/lodash": "4.17.5", "@types/node": "20.12.12", "@types/rimraf": "4.0.5", "@types/webpack": "5.28.5",