Build(deps-dev): Bump dependencies

- @astrojs/markdown-remark   ^6.3.6  →    ^6.3.7
- @astrojs/mdx               ^4.3.5  →    ^4.3.6
- astro                     ^5.13.9  →  ^5.13.10
- zod                        ^4.1.9  →   ^4.1.11
This commit is contained in:
Julien Déramond 2025-09-22 20:54:26 +02:00
parent 3f95d68ded
commit 6772c8ccbe
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA
2 changed files with 65 additions and 78 deletions

135
package-lock.json generated
View File

@ -20,8 +20,8 @@
"license": "MIT",
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.6",
"@astrojs/mdx": "^4.3.5",
"@astrojs/markdown-remark": "^6.3.7",
"@astrojs/mdx": "^4.3.6",
"@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.13.9",
"astro": "^5.13.10",
"astro-auto-import": "^0.4.4",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
@ -91,7 +91,7 @@
"terser": "^5.44.0",
"unist-util-visit": "^5.0.0",
"vnu-jar": "24.10.17",
"zod": "^4.1.9"
"zod": "^4.1.11"
},
"peerDependencies": {
"@popperjs/core": "^2.11.8"
@ -389,9 +389,9 @@
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.2.tgz",
"integrity": "sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==",
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.3.tgz",
"integrity": "sha512-6Pl0bQEIChuW5wqN7jdKrzWfCscW2rG/Cz+fzt4PhSQX2ivBpnhXgFUCs0M3DCYvjYHnPVG2W36X5rmFjZ62sw==",
"dev": true,
"license": "MIT"
},
@ -438,18 +438,18 @@
}
},
"node_modules/@astrojs/markdown-remark": {
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.6.tgz",
"integrity": "sha512-bwylYktCTsLMVoCOEHbn2GSUA3c5KT/qilekBKA3CBng0bo1TYjNZPr761vxumRk9kJGqTOtU+fgCAp5Vwokug==",
"version": "6.3.7",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.7.tgz",
"integrity": "sha512-KXGdq6/BC18doBCYXp08alHlWChH0hdD2B1qv9wIyOHbvwI5K6I7FhSta8dq1hBQNdun8YkKPR013D/Hm8xd0g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@astrojs/internal-helpers": "0.7.2",
"@astrojs/internal-helpers": "0.7.3",
"@astrojs/prism": "3.3.0",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.3",
"hast-util-to-text": "^4.0.2",
"import-meta-resolve": "^4.1.0",
"import-meta-resolve": "^4.2.0",
"js-yaml": "^4.1.0",
"mdast-util-definitions": "^6.0.0",
"rehype-raw": "^7.0.0",
@ -458,8 +458,8 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-smartypants": "^3.0.2",
"shiki": "^3.2.1",
"smol-toml": "^1.3.4",
"shiki": "^3.12.2",
"smol-toml": "^1.4.2",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
@ -468,13 +468,13 @@
}
},
"node_modules/@astrojs/mdx": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.5.tgz",
"integrity": "sha512-YB3Hhsvl1BxyY0ARe1OrnVzLNKDPXAz9epYvmL+MQ8A85duSsSLQaO3GHB6/qZJKNoLmP6PptOtCONCKkbhPeQ==",
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.6.tgz",
"integrity": "sha512-jH04tYgaqLfq3To42+z1oEcXrXUzo3BxZ4fTkb+7BEmOJkQ9/c3iIixFEC+x0GgE8lJb4SuEDGldpAv7+1yY8A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@astrojs/markdown-remark": "6.3.6",
"@astrojs/markdown-remark": "6.3.7",
"@mdx-js/mdx": "^3.1.1",
"acorn": "^8.15.0",
"es-module-lexer": "^1.7.0",
@ -2172,27 +2172,27 @@
}
},
"node_modules/@cacheable/memoize": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.1.tgz",
"integrity": "sha512-WBLH37SynkCa39S6IrTSMQF3Wdv4/51WxuU5TuCNEqZcLgLGHme8NUxRTcDIO8ZZFXlslWbh9BD3DllixgPg6Q==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.2.tgz",
"integrity": "sha512-wPrr7FUiq3Qt4yQyda2/NcOLTJCFcQSU3Am2adP+WLy+sz93/fKTokVTHmtz+rjp4PD7ee0AEOeRVNN6IvIfsg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@cacheable/utils": "^2.0.1"
"@cacheable/utils": "^2.0.2"
}
},
"node_modules/@cacheable/memory": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.1.tgz",
"integrity": "sha512-Ufc7iQnRKFC8gjZVGOTOsMwM/vZtmsw3LafvctVXPm835ElgK3DpMe1U5i9sd6OieSkyJhXbAT2Q2FosXBBbAQ==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.2.tgz",
"integrity": "sha512-sJTITLfeCI1rg7P3ssaGmQryq235EGT8dXGcx6oZwX5NRnKq9IE6lddlllcOl+oXW+yaeTRddCjo0xrfU6ZySA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.1",
"@cacheable/utils": "^2.0.1",
"@keyv/bigmap": "^1.0.0",
"hookified": "^1.12.0",
"keyv": "^5.5.1"
"@cacheable/utils": "^2.0.2",
"@keyv/bigmap": "^1.0.2",
"hookified": "^1.12.1",
"keyv": "^5.5.2"
}
},
"node_modules/@cacheable/memory/node_modules/keyv": {
@ -2206,9 +2206,9 @@
}
},
"node_modules/@cacheable/utils": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.1.tgz",
"integrity": "sha512-sxHjO6wKn4/0wHCFYbh6tljj+ciP9BKgyBi09NLsor3sN+nu/Rt3FwLw6bYp7bp8usHpmcwUozrB/u4RuSw/eg==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.2.tgz",
"integrity": "sha512-JTFM3raFhVv8LH95T7YnZbf2YoE9wEtkPPStuRF9a6ExZ103hFvs+QyCuYJ6r0hA9wRtbzgZtwUCoDWxssZd4Q==",
"dev": true,
"license": "MIT"
},
@ -3655,16 +3655,16 @@
}
},
"node_modules/@keyv/bigmap": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.0.1.tgz",
"integrity": "sha512-dZ7TMshK6brpuGPPRoq4pHNzNH4KTWaxVPB7KEnPErlgJpc+jG1Oyx3sw6nBFiZ0OCKwC1zU6skMEG7H421f9g==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.0.2.tgz",
"integrity": "sha512-KR03xkEZlAZNF4IxXgVXb+uNIVNvwdh8UwI0cnc7WI6a+aQcDp8GL80qVfeB4E5NpsKJzou5jU0r6yLSSbMOtA==",
"dev": true,
"license": "MIT",
"dependencies": {
"hookified": "^1.12.0"
"hookified": "^1.12.1"
},
"engines": {
"node": ">= 20"
"node": ">= 18"
}
},
"node_modules/@keyv/serialize": {
@ -5105,15 +5105,15 @@
}
},
"node_modules/astro": {
"version": "5.13.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.13.9.tgz",
"integrity": "sha512-vwnJ9Db/X35G3n7F2KgcAAsQ7Du00s0ZFvB+Sx0w7Jl4fwit4+mHJbL4U2ZFxIo9tU07oZEey/2g1Awom7i0LQ==",
"version": "5.13.10",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.13.10.tgz",
"integrity": "sha512-PgIrIYvrR7fCoSPPt1sGlpoYK/FNil1BwKazND1DyaZC7SbWLi9hdIHM3ApdrL2SWK7oiADRPw7cTn80UyDWqA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
"@astrojs/internal-helpers": "0.7.2",
"@astrojs/markdown-remark": "6.3.6",
"@astrojs/internal-helpers": "0.7.3",
"@astrojs/markdown-remark": "6.3.7",
"@astrojs/telemetry": "3.3.0",
"@capsizecss/unpack": "^2.4.0",
"@oslojs/encoding": "^1.1.0",
@ -5790,17 +5790,17 @@
}
},
"node_modules/cacheable": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.1.tgz",
"integrity": "sha512-MSKxcybpxB5kcWKpj+1tPBm2os4qKKGxDovsZmLhZmWIDYp8EgtC45C5zk1fLe1IC9PpI4ZE4eyryQH0N10PKA==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.2.tgz",
"integrity": "sha512-dWjhLx8RWnPsAWVKwW/wI6OJpQ/hSVb1qS0NUif8TR9vRiSwci7Gey8x04kRU9iAF+Rnbtex5Kjjfg/aB5w8Pg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.1",
"@cacheable/memory": "^2.0.1",
"@cacheable/utils": "^2.0.1",
"hookified": "^1.12.0",
"keyv": "^5.5.1"
"@cacheable/memoize": "^2.0.2",
"@cacheable/memory": "^2.0.2",
"@cacheable/utils": "^2.0.2",
"hookified": "^1.12.1",
"keyv": "^5.5.2"
}
},
"node_modules/cacheable/node_modules/keyv": {
@ -15407,16 +15407,16 @@
}
},
"node_modules/regexpu-core": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.3.1.tgz",
"integrity": "sha512-DzcswPr252wEr7Qz8AyAVbfyBDKLoYp6eRA1We2Fa9qirRFSdtkP5sHr3yglDKy2BbA0fd2T+j/CUSKes3FeVQ==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz",
"integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
"dev": true,
"license": "MIT",
"dependencies": {
"regenerate": "^1.4.2",
"regenerate-unicode-properties": "^10.2.2",
"regjsgen": "^0.8.0",
"regjsparser": "^0.12.0",
"regjsparser": "^0.13.0",
"unicode-match-property-ecmascript": "^2.0.0",
"unicode-match-property-value-ecmascript": "^2.2.1"
},
@ -15424,27 +15424,14 @@
"node": ">=4"
}
},
"node_modules/regexpu-core/node_modules/jsesc": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
"dev": true,
"license": "MIT",
"bin": {
"jsesc": "bin/jsesc"
},
"engines": {
"node": ">=6"
}
},
"node_modules/regexpu-core/node_modules/regjsparser": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
"integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
"integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"jsesc": "~3.0.2"
"jsesc": "~3.1.0"
},
"bin": {
"regjsparser": "bin/parser"
@ -19680,9 +19667,9 @@
}
},
"node_modules/zod": {
"version": "4.1.9",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.9.tgz",
"integrity": "sha512-HI32jTq0AUAC125z30E8bQNz0RQ+9Uc+4J7V97gLYjZVKRjeydPgGt6dvQzFrav7MYOUGFqqOGiHpA/fdbd0cQ==",
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
"integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
"dev": true,
"license": "MIT",
"funding": {

View File

@ -109,8 +109,8 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.6",
"@astrojs/mdx": "^4.3.5",
"@astrojs/markdown-remark": "^6.3.7",
"@astrojs/mdx": "^4.3.6",
"@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.13.9",
"astro": "^5.13.10",
"astro-auto-import": "^0.4.4",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
@ -180,7 +180,7 @@
"terser": "^5.44.0",
"unist-util-visit": "^5.0.0",
"vnu-jar": "24.10.17",
"zod": "^4.1.9"
"zod": "^4.1.11"
},
"files": [
"dist/{css,js}/*.{css,js,map}",