Update dependency next-axiom to v1.4.1

This commit is contained in:
renovate[bot]
2024-08-15 10:25:24 +00:00
parent 9e2d8787e7
commit 93aba68976

15
package-lock.json generated
View File

@@ -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",