diff --git a/package-lock.json b/package-lock.json index 895fa22..347afe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10651,12 +10651,13 @@ } }, "node_modules/next-axiom": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-1.4.0.tgz", - "integrity": "sha512-9Gw3SAGl+n8O6VWPgGpF3Ivv8RBes4JXwWJjfK4SnCtTwU4phden6+ijo7Oov6F8gSQQzWoJ974d2KPnaxQ8IQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-1.4.1.tgz", + "integrity": "sha512-1E/yRcQLlek7TjQjQaKyzdzbxIFasuTYCWGLJSomrYH3LtfChhFKixLNsHTOwn0A3F0LjO6mPudIYE2d0wNWcQ==", "license": "MIT", "dependencies": { - "use-deep-compare": "^1.2.1" + "use-deep-compare": "^1.2.1", + "whatwg-fetch": "^3.6.2" }, "engines": { "node": ">=18" @@ -13950,6 +13951,12 @@ "node": ">=4.0" } }, + "node_modules/whatwg-fetch": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", + "license": "MIT" + }, "node_modules/whatwg-url": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",