diff --git a/package-lock.json b/package-lock.json index 6bca76f..42a91ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,14 +1,14 @@ { "name": "blackjack", - "version": "2.0.0.0", + "version": "2.0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "2.0.0.0", + "version": "2.0.0.1", "dependencies": { "@fluentui/react": "8.120.7", - "lodash": "4.17.21", + "lodash": "4.17.23", "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "5.0.1", @@ -38,7 +38,6 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "4.6.2", - "lodash": "^4.17.21", "react-dev-utils": "^11.0.4", "react-scripts": "^5.0.1", "ts-node": "^10.9.1" @@ -14282,10 +14281,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "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": { "version": "4.0.8", diff --git a/package.json b/package.json index 16e1a25..63a1058 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@fluentui/react": "8.120.7", - "lodash": "4.17.21", + "lodash": "4.17.23", "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "5.0.1",