diff --git a/package-lock.json b/package-lock.json index 93a35ba..12445ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.10", "license": "Apache-2.0", "dependencies": { - "@adobe/fetch": "4.0.13", + "@adobe/fetch": "4.1.0", "@adobe/helix-log": "6.0.0" }, "devDependencies": { @@ -59,24 +59,24 @@ } }, "node_modules/@adobe/fetch": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.0.13.tgz", - "integrity": "sha512-faw1PUmBKczEMTMYehSvu7+lEFz7zu7lxWWzYRi8kR/ILcOxU3bZXKUl/TpcnXePkcHWEDvseiCejJC9UJazog==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.0.tgz", + "integrity": "sha512-s2YmZYSrsgQ7K+LRT4iaYcKlkMp9pI6ODjEXfCsYN8cKZo58mCoqnpXJ9UzzJu72S41dKP3HzTa1bOmLZ4zzGQ==", "dependencies": { "debug": "4.3.4", "http-cache-semantics": "4.1.1", - "lru-cache": "9.1.1" + "lru-cache": "7.18.3" }, "engines": { "node": ">=14.16" } }, "node_modules/@adobe/fetch/node_modules/lru-cache": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.1.tgz", - "integrity": "sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "engines": { - "node": "14 || >=16.14" + "node": ">=12" } }, "node_modules/@adobe/helix-log": { @@ -12139,19 +12139,19 @@ } }, "@adobe/fetch": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.0.13.tgz", - "integrity": "sha512-faw1PUmBKczEMTMYehSvu7+lEFz7zu7lxWWzYRi8kR/ILcOxU3bZXKUl/TpcnXePkcHWEDvseiCejJC9UJazog==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.0.tgz", + "integrity": "sha512-s2YmZYSrsgQ7K+LRT4iaYcKlkMp9pI6ODjEXfCsYN8cKZo58mCoqnpXJ9UzzJu72S41dKP3HzTa1bOmLZ4zzGQ==", "requires": { "debug": "4.3.4", "http-cache-semantics": "4.1.1", - "lru-cache": "9.1.1" + "lru-cache": "7.18.3" }, "dependencies": { "lru-cache": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.1.tgz", - "integrity": "sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==" + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" } } }, diff --git a/package.json b/package.json index 07e1604..cf78626 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "*.js": "eslint" }, "dependencies": { - "@adobe/fetch": "4.0.13", + "@adobe/fetch": "4.1.0", "@adobe/helix-log": "6.0.0" } }