diff --git a/package-lock.json b/package-lock.json index f393373b..61cfb79e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-prettier": "^4.2.1", "iobroker-react": "git+https://git@github.com/AlCalzone/iobroker-react.git#a8dfe47", "jsqr-es6": "^1.4.0-1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mocha": "^10.2.0", "nyc": "^15.1.0", "prettier": "^2.7.1", @@ -7165,9 +7165,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true }, "node_modules/lodash-es": { @@ -14878,9 +14878,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true }, "lodash-es": { diff --git a/package.json b/package.json index ac5f6142..c506563a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-prettier": "^4.2.1", "iobroker-react": "git+https://git@github.com/AlCalzone/iobroker-react.git#a8dfe47", "jsqr-es6": "^1.4.0-1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mocha": "^10.2.0", "nyc": "^15.1.0", "prettier": "^2.7.1",