diff --git a/apps/web/package.json b/apps/web/package.json index 0940cfe084..0b1386bc9d 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -67,7 +67,7 @@ "jsonwebtoken": "^9.0.0", "jwt-decode": "^4.0.0", "keycloak-js": "^10.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "numeral": "^2.0.6", "pinia": "^2.2.7", "portal-vue": "^2.1.7", diff --git a/package-lock.json b/package-lock.json index 65c0801904..044d6ff87a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,7 +164,7 @@ "jsonwebtoken": "^9.0.0", "jwt-decode": "^4.0.0", "keycloak-js": "^10.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "numeral": "^2.0.6", "pinia": "^2.2.7", "portal-vue": "^2.1.7", @@ -20093,9 +20093,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==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -34887,7 +34887,7 @@ "bytes": "^3.1.2", "dayjs": "^1.10.7", "jwt-decode": "^4.0.0", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@cloudforet/mirinae": "*", @@ -34917,7 +34917,7 @@ "@typescript-eslint/parser": "^5.41.0", "eslint": "8.22.0", "eslint-config-airbnb": "^19.0.4", - "eslint-config-turbo": "latest", + "eslint-config-turbo": "*", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-mdx": "^1.17.1", @@ -34971,7 +34971,7 @@ "fuse.js": "^3.6.1", "highlight.js": "^11.5.1", "linkify-it": "^4.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^15.0.4", "marked-highlight": "^2.2.1", "uuid": "^8.3.2", @@ -35295,7 +35295,7 @@ "axios-auth-refresh": "^3.2.2", "bytes": "^3.1.2", "dayjs": "^1.10.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "numfmt": "^3.1.1" }, "devDependencies": { @@ -36858,7 +36858,7 @@ "dayjs": "^1.10.7", "eslint-config-custom": "*", "jwt-decode": "^4.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rimraf": "^3.0.2", "tsc-alias": "^1.6.11", "tsc-watch": "^6.0.0", @@ -36917,7 +36917,7 @@ "fuse.js": "^3.6.1", "highlight.js": "^11.5.1", "linkify-it": "^4.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^15.0.4", "marked-highlight": "^2.2.1", "mirinae-foundation": "*", @@ -37014,7 +37014,7 @@ "cross-env": "^7.0.3", "dayjs": "^1.10.7", "eslint-config-custom": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "numfmt": "^3.1.1", "rimraf": "^3.0.2", "tsc-alias": "^1.6.11", @@ -46330,7 +46330,7 @@ "@typescript-eslint/parser": "^5.41.0", "eslint": "8.22.0", "eslint-config-airbnb": "^19.0.4", - "eslint-config-turbo": "latest", + "eslint-config-turbo": "*", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-mdx": "^1.17.1", @@ -49731,9 +49731,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==" }, "lodash.debounce": { "version": "4.0.8", @@ -60384,7 +60384,7 @@ "jsonwebtoken": "^9.0.0", "jwt-decode": "^4.0.0", "keycloak-js": "^10.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "numeral": "^2.0.6", "pinia": "^2.2.7", "portal-vue": "^2.1.7", diff --git a/packages/core-lib/package.json b/packages/core-lib/package.json index 7e916c88a8..cc2e73d6cb 100644 --- a/packages/core-lib/package.json +++ b/packages/core-lib/package.json @@ -22,7 +22,7 @@ "bytes": "^3.1.2", "dayjs": "^1.10.7", "jwt-decode": "^4.0.0", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@cloudforet/mirinae": "*", diff --git a/packages/mirinae/package.json b/packages/mirinae/package.json index d93f36dc58..63e6f4721e 100644 --- a/packages/mirinae/package.json +++ b/packages/mirinae/package.json @@ -78,7 +78,7 @@ "fuse.js": "^3.6.1", "highlight.js": "^11.5.1", "linkify-it": "^4.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "marked": "^15.0.4", "marked-highlight": "^2.2.1", "uuid": "^8.3.2", diff --git a/packages/utils/package.json b/packages/utils/package.json index f9e5ad79d9..51ae5d528e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -21,7 +21,7 @@ "axios-auth-refresh": "^3.2.2", "bytes": "^3.1.2", "dayjs": "^1.10.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "numfmt": "^3.1.1" }, "devDependencies": {