diff --git a/apps/stage/package-lock.json b/apps/stage/package-lock.json index a6438fbe..213273ad 100644 --- a/apps/stage/package-lock.json +++ b/apps/stage/package-lock.json @@ -20,7 +20,7 @@ "http-proxy": "^1.18.1", "jsonwebtoken": "^8.5.1", "jwt-decode": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^15.0.6", "next": "^12.3.7", "next-auth": "^4.23.1", @@ -6997,9 +6997,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._basebind": { diff --git a/apps/stage/package.json b/apps/stage/package.json index a43964fd..dde95da0 100644 --- a/apps/stage/package.json +++ b/apps/stage/package.json @@ -25,7 +25,7 @@ "http-proxy": "^1.18.1", "jsonwebtoken": "^8.5.1", "jwt-decode": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^15.0.6", "next": "^12.3.7", "next-auth": "^4.23.1",