diff --git a/package-lock.json b/package-lock.json index ca548a9f..d51cd428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", "local-cypress": "^1.2.6", - "lru-cache": "^10.3.0", + "lru-cache": "^11.0.0", "netlify-plugin-out-of-minutes": "1.1.0", "next": "14.2.4", "next-intl": "3.15.3", @@ -10158,12 +10158,12 @@ } }, "node_modules/lru-cache": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz", - "integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", + "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", "dev": true, "engines": { - "node": "14 || >=16.14" + "node": "20 || >=22" } }, "node_modules/lz-string": { @@ -10891,6 +10891,15 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.2.tgz", + "integrity": "sha512-voV4dDrdVZVNz84n39LFKDaRzfwhdzJ7akpyXfTMxCgRUp07U3lcJUXRlhTKP17rgt09sUzLi5iCitpEAr+6ug==", + "dev": true, + "engines": { + "node": "14 || 16 || 18 || 20 || >=22" + } + }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", diff --git a/package.json b/package.json index 0d6c6028..f52ec37d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", "local-cypress": "^1.2.6", - "lru-cache": "^10.3.0", + "lru-cache": "^11.0.0", "netlify-plugin-out-of-minutes": "1.1.0", "next": "14.2.4", "next-intl": "3.15.3",