Build(deps-dev): Bump dependencies

- @astrojs/mdx   ^4.3.8  →   ^4.3.9
- astro         ^5.15.1  →  ^5.15.2
This commit is contained in:
Julien Déramond 2025-10-28 18:15:33 +01:00
parent a79f4911ba
commit 26badb2f6b
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA
2 changed files with 20 additions and 20 deletions

36
package-lock.json generated
View File

@ -21,7 +21,7 @@
"devDependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/markdown-remark": "^6.3.8",
"@astrojs/mdx": "^4.3.8",
"@astrojs/mdx": "^4.3.9",
"@astrojs/prism": "^3.3.0",
"@astrojs/sitemap": "^3.6.0",
"@babel/cli": "^7.28.3",
@ -37,7 +37,7 @@
"@types/js-yaml": "^4.0.9",
"@types/mime": "^4.0.0",
"@types/prismjs": "^1.26.5",
"astro": "^5.15.1",
"astro": "^5.15.2",
"astro-auto-import": "^0.4.5",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
@ -468,9 +468,9 @@
}
},
"node_modules/@astrojs/mdx": {
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.8.tgz",
"integrity": "sha512-PXT0n2FfZAWEmQi4u4AZ0OPDDrDIF+aXPZGT5HCf52dex5EV3htMByeJUqYIoXdmazAFTASub0vRZLWBqJhJ9w==",
"version": "4.3.9",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.9.tgz",
"integrity": "sha512-80LHiM4z3FxAjATHNgFpa8nlTNSprAWB4UUKnr/QG56Pwk7uRnJWrXlok4wSCi/3fg8kTZ98A408Q91M+iqJdw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -5122,9 +5122,9 @@
}
},
"node_modules/astro": {
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz",
"integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==",
"version": "5.15.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.15.2.tgz",
"integrity": "sha512-xQQ+PiYJ7WpUJrHJpAb52TQAUCFmSR8lAtQr3tFfSIZoTQiEMFx3HITJ01t3eDUpHjja8J6JcYqgAhr9xygKQg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -5182,7 +5182,7 @@
"unist-util-visit": "^5.0.0",
"unstorage": "^1.17.0",
"vfile": "^6.0.3",
"vite": "^6.3.6",
"vite": "^6.4.1",
"vitefu": "^1.1.1",
"xxhash-wasm": "^1.1.0",
"yargs-parser": "^21.1.1",
@ -7077,9 +7077,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
"version": "1.5.240",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz",
"integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
"version": "1.5.241",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.241.tgz",
"integrity": "sha512-ILMvKX/ZV5WIJzzdtuHg8xquk2y0BOGlFOxBVwTpbiXqWIH0hamG45ddU4R3PQ0gYu+xgo0vdHXHli9sHIGb4w==",
"dev": true,
"license": "ISC"
},
@ -13968,15 +13968,15 @@
}
},
"node_modules/ofetch": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz",
"integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.0.tgz",
"integrity": "sha512-A7llJ7eZyziA5xq9//3ZurA8OhFqtS99K5/V1sLBJ5j137CM/OAjlbA/TEJXBuOWwOfLqih+oH5U3ran4za1FQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"destr": "^2.0.3",
"node-fetch-native": "^1.6.4",
"ufo": "^1.5.4"
"destr": "^2.0.5",
"node-fetch-native": "^1.6.7",
"ufo": "^1.6.1"
}
},
"node_modules/ohash": {

View File

@ -110,7 +110,7 @@
"devDependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/markdown-remark": "^6.3.8",
"@astrojs/mdx": "^4.3.8",
"@astrojs/mdx": "^4.3.9",
"@astrojs/prism": "^3.3.0",
"@astrojs/sitemap": "^3.6.0",
"@babel/cli": "^7.28.3",
@ -126,7 +126,7 @@
"@types/js-yaml": "^4.0.9",
"@types/mime": "^4.0.0",
"@types/prismjs": "^1.26.5",
"astro": "^5.15.1",
"astro": "^5.15.2",
"astro-auto-import": "^0.4.5",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",