Update all digest updates #7

Merged
Valentin Popov merged 1 commits from renovate/all-digest into master 2024-10-04 03:50:07 +03:00

24
package-lock.json generated
View File

@ -207,12 +207,12 @@
} }
}, },
"node_modules/@astrojs/sitemap": { "node_modules/@astrojs/sitemap": {
"version": "3.1.6", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.6.tgz", "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.0.tgz",
"integrity": "sha512-1Qp2NvAzVImqA6y+LubKi1DVhve/hXXgFvB0szxiipzh7BvtuKe4oJJ9dXSqaubaTkt4nMa6dv6RCCAYeB6xaQ==", "integrity": "sha512-SkrOCL3Z6HxdiXreZ1+aPBWgnBMJ31EgPdcscgQeLqI2Gqk/4EKLuw9q0SqKU9MmHpcPXXtcd0odfCk4barPoA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"sitemap": "^7.1.2", "sitemap": "^8.0.0",
"stream-replace-string": "^2.0.0", "stream-replace-string": "^2.0.0",
"zod": "^3.23.8" "zod": "^3.23.8"
} }
@ -2413,9 +2413,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.15.10", "version": "4.15.11",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.15.10.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.11.tgz",
"integrity": "sha512-2NA9VWkIAxruq7GyR6ojpEqPLVlN2pyXqUDxiuXSEaaF1ajoQzLkXUIfhJgYmmVSIeTnd4ps9T4nTOEjWaOKrw==", "integrity": "sha512-uA9fenaRR+j6ksPFsmhM88ttz94a66SET1TZxAJLxctxWkDlgz58BxZYUc1gNlt0azhgzOgh4hP3q9M4YzAmBA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.10.3", "@astrojs/compiler": "^2.10.3",
@ -7492,9 +7492,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sitemap": { "node_modules/sitemap": {
"version": "7.1.2", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.2.tgz", "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz",
"integrity": "sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==", "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/node": "^17.0.5", "@types/node": "^17.0.5",
@ -7506,8 +7506,8 @@
"sitemap": "dist/cli.js" "sitemap": "dist/cli.js"
}, },
"engines": { "engines": {
"node": ">=12.0.0", "node": ">=14.0.0",
"npm": ">=5.6.0" "npm": ">=6.0.0"
} }
}, },
"node_modules/sitemap/node_modules/@types/node": { "node_modules/sitemap/node_modules/@types/node": {