Compare commits

..

1 commit

Author SHA1 Message Date
17e76df94b Update dependency astro to v4.14.2 2024-08-15 17:01:38 +00:00

15
package-lock.json generated
View file

@ -2056,9 +2056,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.14.1", "version": "4.14.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.14.1.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.14.2.tgz",
"integrity": "sha512-tLhGE+vHl+n66KgzyV7ek6ro2dqKenHqdxPb/R6x9ci+fKG5lSSOeb/dP/XVhpKUMcuV98IGWTxL5VPzqPFUJQ==", "integrity": "sha512-x9VeYx8Ih6kYKBMVwwsfRzsZVq30+SUhiawnYQ6+46qQnEx3zH05KcH24HsJMe6dVpHD8HdH7CWR5C4o7Q/jeg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.10.2", "@astrojs/compiler": "^2.10.2",
@ -2124,6 +2124,7 @@
"vitefu": "^0.2.5", "vitefu": "^0.2.5",
"which-pm": "^3.0.0", "which-pm": "^3.0.0",
"xxhash-wasm": "^1.0.2", "xxhash-wasm": "^1.0.2",
"yargs-parser": "^21.1.1",
"zod": "^3.23.8", "zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2", "zod-to-json-schema": "^3.23.2",
"zod-to-ts": "^1.2.0" "zod-to-ts": "^1.2.0"
@ -7843,6 +7844,14 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/yargs-parser": {
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
"engines": {
"node": ">=12"
}
},
"node_modules/yocto-queue": { "node_modules/yocto-queue": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",