diff --git a/package-lock.json b/package-lock.json index a652eaba93..8d765f6c43 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.5", + "@types/lodash": "4.17.10", "@types/node": "20.14.10", "@types/rimraf": "4.0.5", "@types/webpack": "5.28.5", @@ -2537,9 +2537,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", "dev": true }, "node_modules/@types/node": { @@ -17313,9 +17313,9 @@ } }, "@types/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==", + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index ec758b2ee9..8b14248736 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.5", + "@types/lodash": "4.17.10", "@types/node": "20.14.10", "@types/rimraf": "4.0.5", "@types/webpack": "5.28.5",