diff --git a/package-lock.json b/package-lock.json index 34258986..f622db57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "graphql-tag": "^2.12.6", "image-size": "1.0.1", "lodash": "4.17.21", - "lru-cache": "7.10.1", + "lru-cache": "7.18.3", "mime-types": "2.1.34", "node-fetch": "2.6.7", "p-limit": "3.1.0", @@ -40,7 +40,6 @@ "@babel/eslint-parser": "^7.25.9", "@babel/node": "^7.26.0", "@babel/preset-env": "^7.26.0", - "babel-plugin-lodash": "^3.3.4", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", @@ -3398,20 +3397,6 @@ "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", "license": "MIT" }, - "node_modules/babel-plugin-lodash": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz", - "integrity": "sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.0.0-beta.49", - "@babel/types": "^7.0.0-beta.49", - "glob": "^7.1.1", - "lodash": "^4.17.10", - "require-package-name": "^2.0.1" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.12", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", @@ -8388,9 +8373,9 @@ } }, "node_modules/lru-cache": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.10.1.tgz", - "integrity": "sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "license": "ISC", "engines": { "node": ">=12" @@ -10225,13 +10210,6 @@ "node": ">=0.10.0" } }, - "node_modules/require-package-name": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/require-package-name/-/require-package-name-2.0.1.tgz", - "integrity": "sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==", - "dev": true, - "license": "MIT" - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", diff --git a/package.json b/package.json index 8a949e4d..c571a7e4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "graphql-tag": "^2.12.6", "image-size": "1.0.1", "lodash": "4.17.21", - "lru-cache": "7.10.1", + "lru-cache": "7.18.3", "mime-types": "2.1.34", "node-fetch": "2.6.7", "p-limit": "3.1.0",