diff --git a/apps/web/package.json b/apps/web/package.json index 7461e2c..c7becf8 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -19,7 +19,7 @@ "clsx": "^1.2.1", "cypress": "^12.8.1", "cypress-debugger": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.162.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package-lock.json b/package-lock.json index 014bc78..92f4444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "clsx": "^1.2.1", "cypress": "^12.8.1", "cypress-debugger": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.162.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -8754,8 +8754,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "node_modules/lodash.memoize": { "version": "4.1.2", @@ -11839,7 +11840,7 @@ "@lukeed/uuid": "^2.0.0", "@neuralegion/cypress-har-generator": "^5.16.4", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rrweb": "^2.0.0-alpha.4" }, "devDependencies": { @@ -12437,7 +12438,7 @@ "cypress": "^12.5.1", "esbuild": "^0.17.7", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rrweb": "^2.0.0-alpha.4", "tsconfig": "*", "tsup": "^6.6.0", @@ -17350,7 +17351,9 @@ } }, "lodash": { - "version": "4.17.21" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash.memoize": { "version": "4.1.2", @@ -19001,7 +19004,7 @@ "cypress-debugger": "*", "eslint": "^8.36.0", "eslint-config-custom": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.162.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/support/package.json b/packages/support/package.json index 27dd58b..04e593f 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -39,7 +39,7 @@ "@lukeed/uuid": "^2.0.0", "@neuralegion/cypress-har-generator": "^5.16.4", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rrweb": "^2.0.0-alpha.4" } }