diff --git a/jsx/package-lock.json b/jsx/package-lock.json index f59a596509..6959d6ea94 100644 --- a/jsx/package-lock.json +++ b/jsx/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "bootstrap": "^5.3.7", "history": "^5.3.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "prop-types": "^15.8.1", "react": "^19.1.1", "react-bootstrap": "^2.10.10", @@ -9455,9 +9455,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==", "license": "MIT" }, "node_modules/lodash.debounce": { diff --git a/jsx/package.json b/jsx/package.json index e9716b9032..e3b277bc9a 100644 --- a/jsx/package.json +++ b/jsx/package.json @@ -37,7 +37,7 @@ "dependencies": { "bootstrap": "^5.3.7", "history": "^5.3.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "prop-types": "^15.8.1", "react": "^19.1.1", "react-bootstrap": "^2.10.10",