2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Build(deps-dev): Bump dependencies

- @astrojs/markdown-remark   ^6.3.8  →   ^6.3.9
- @astrojs/mdx              ^4.3.10  →  ^4.3.11
- astro                     ^5.15.8  →  ^5.15.9
This commit is contained in:
Julien Déramond
2025-11-18 18:41:50 +01:00
parent 05fc0c7f37
commit 61b0bab5c2
2 changed files with 73 additions and 78 deletions
+70 -75
View File
@@ -20,8 +20,8 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.5", "@astrojs/check": "^0.9.5",
"@astrojs/markdown-remark": "^6.3.8", "@astrojs/markdown-remark": "^6.3.9",
"@astrojs/mdx": "^4.3.10", "@astrojs/mdx": "^4.3.11",
"@astrojs/prism": "^3.3.0", "@astrojs/prism": "^3.3.0",
"@astrojs/sitemap": "^3.6.0", "@astrojs/sitemap": "^3.6.0",
"@babel/cli": "^7.28.3", "@babel/cli": "^7.28.3",
@@ -37,7 +37,7 @@
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/mime": "^4.0.0", "@types/mime": "^4.0.0",
"@types/prismjs": "^1.26.5", "@types/prismjs": "^1.26.5",
"astro": "^5.15.8", "astro": "^5.15.9",
"astro-auto-import": "^0.4.5", "astro-auto-import": "^0.4.5",
"autoprefixer": "^10.4.22", "autoprefixer": "^10.4.22",
"bundlewatch": "^0.4.1", "bundlewatch": "^0.4.1",
@@ -390,9 +390,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@astrojs/internal-helpers": { "node_modules/@astrojs/internal-helpers": {
"version": "0.7.4", "version": "0.7.5",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.4.tgz", "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.5.tgz",
"integrity": "sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==", "integrity": "sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@@ -439,13 +439,13 @@
} }
}, },
"node_modules/@astrojs/markdown-remark": { "node_modules/@astrojs/markdown-remark": {
"version": "6.3.8", "version": "6.3.9",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.8.tgz", "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.9.tgz",
"integrity": "sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==", "integrity": "sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/internal-helpers": "0.7.4", "@astrojs/internal-helpers": "0.7.5",
"@astrojs/prism": "3.3.0", "@astrojs/prism": "3.3.0",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.3", "hast-util-from-html": "^2.0.3",
@@ -464,18 +464,18 @@
"unified": "^11.0.5", "unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0", "unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1", "unist-util-visit-parents": "^6.0.2",
"vfile": "^6.0.3" "vfile": "^6.0.3"
} }
}, },
"node_modules/@astrojs/mdx": { "node_modules/@astrojs/mdx": {
"version": "4.3.10", "version": "4.3.11",
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.10.tgz", "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.11.tgz",
"integrity": "sha512-2T5+XIr7PMqMeXhRofXY5NlY4lA0Km+wkfsqmr9lq5KXUHpGlKPQ9dlDZJP9E/CtljJyEBNS17zq66LrIJ1tiQ==", "integrity": "sha512-ca18jxAiYDbPE1eAsNoiGnZoMYZGtfQpCmAJMXCB1WpyzTOHH7+KP1+gnKK8SFEA6XjHvjwI5Xzu8695c0Gabw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/markdown-remark": "6.3.8", "@astrojs/markdown-remark": "6.3.9",
"@mdx-js/mdx": "^3.1.1", "@mdx-js/mdx": "^3.1.1",
"acorn": "^8.15.0", "acorn": "^8.15.0",
"es-module-lexer": "^1.7.0", "es-module-lexer": "^1.7.0",
@@ -2186,28 +2186,15 @@
"keyv": "^5.5.4" "keyv": "^5.5.4"
} }
}, },
"node_modules/@cacheable/memory/node_modules/@cacheable/utils": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.0.tgz",
"integrity": "sha512-qznqu6bpEei96zojGW+/IX1VXTOihznnVOK/kzyQWcqgn7SqkC3216nsX7M4BQfGwQgnxUXZ1xX7xiUoedqLPA==",
"dev": true,
"license": "MIT",
"dependencies": {
"hashery": "^1.2.0"
},
"peerDependencies": {
"keyv": "^5.5.4"
}
},
"node_modules/@cacheable/memory/node_modules/@keyv/bigmap": { "node_modules/@cacheable/memory/node_modules/@keyv/bigmap": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.3.0.tgz",
"integrity": "sha512-4Lme8NejkyetZ9oJ6u8NSf0iJEFFt7I+tyDI48wZlaFmbhDEh4nZg7bEPFPwCWkpIuL50/ukWBC9AHQTmdJLUA==", "integrity": "sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"hashery": "^1.2.0", "hashery": "^1.2.0",
"hookified": "^1.12.2" "hookified": "^1.13.0"
}, },
"engines": { "engines": {
"node": ">= 18" "node": ">= 18"
@@ -2227,6 +2214,27 @@
"@keyv/serialize": "^1.1.1" "@keyv/serialize": "^1.1.1"
} }
}, },
"node_modules/@cacheable/utils": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.1.tgz",
"integrity": "sha512-38NJXjIr4W1Sghun8ju+uYWD8h2c61B4dKwfnQHVDFpAJ9oS28RpfqZQJ6Dgd3RceGkILDY9YT+72HJR3LoeSQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"hashery": "^1.2.0",
"keyv": "^5.5.4"
}
},
"node_modules/@cacheable/utils/node_modules/keyv": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
"integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@keyv/serialize": "^1.1.1"
}
},
"node_modules/@capsizecss/unpack": { "node_modules/@capsizecss/unpack": {
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz", "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-3.0.1.tgz",
@@ -5152,18 +5160,18 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "5.15.8", "version": "5.15.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.15.8.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.9.tgz",
"integrity": "sha512-QiiRnNPdxCcAGO2UlO07o+QeGgRfEC5Dlm0x35WPB/ixFK1T2bsNB6KaXri70cVkYY1GYgoRtrWv3HCR26o9aw==", "integrity": "sha512-XLDXxu0282cC/oYHswWZm3johGlRvk9rLRS7pWVWSne+HsZe9JgrpHI+vewAJSSNHBGd1aCyaQOElT5RNGe7IQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.13.0", "@astrojs/compiler": "^2.13.0",
"@astrojs/internal-helpers": "0.7.4", "@astrojs/internal-helpers": "0.7.5",
"@astrojs/markdown-remark": "6.3.8", "@astrojs/markdown-remark": "6.3.9",
"@astrojs/telemetry": "3.3.0", "@astrojs/telemetry": "3.3.0",
"@capsizecss/unpack": "^3.0.0", "@capsizecss/unpack": "^3.0.1",
"@oslojs/encoding": "^1.1.0", "@oslojs/encoding": "^1.1.0",
"@rollup/pluginutils": "^5.3.0", "@rollup/pluginutils": "^5.3.0",
"acorn": "^8.15.0", "acorn": "^8.15.0",
@@ -5177,7 +5185,7 @@
"cssesc": "^3.0.0", "cssesc": "^3.0.0",
"debug": "^4.4.3", "debug": "^4.4.3",
"deterministic-object-hash": "^2.0.2", "deterministic-object-hash": "^2.0.2",
"devalue": "^5.4.2", "devalue": "^5.5.0",
"diff": "^5.2.0", "diff": "^5.2.0",
"dlv": "^1.1.3", "dlv": "^1.1.3",
"dset": "^3.1.4", "dset": "^3.1.4",
@@ -5190,7 +5198,7 @@
"html-escaper": "3.0.3", "html-escaper": "3.0.3",
"http-cache-semantics": "^4.2.0", "http-cache-semantics": "^4.2.0",
"import-meta-resolve": "^4.2.0", "import-meta-resolve": "^4.2.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.1",
"magic-string": "^0.30.21", "magic-string": "^0.30.21",
"magicast": "^0.5.1", "magicast": "^0.5.1",
"mrmime": "^2.0.1", "mrmime": "^2.0.1",
@@ -5204,7 +5212,7 @@
"rehype": "^13.0.2", "rehype": "^13.0.2",
"semver": "^7.7.3", "semver": "^7.7.3",
"shiki": "^3.15.0", "shiki": "^3.15.0",
"smol-toml": "^1.4.2", "smol-toml": "^1.5.0",
"tinyexec": "^1.0.2", "tinyexec": "^1.0.2",
"tinyglobby": "^0.2.15", "tinyglobby": "^0.2.15",
"tsconfck": "^3.1.6", "tsconfck": "^3.1.6",
@@ -5279,16 +5287,6 @@
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }
}, },
"node_modules/astro/node_modules/zod-to-json-schema": {
"version": "3.24.6",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
"dev": true,
"license": "ISC",
"peerDependencies": {
"zod": "^3.24.1"
}
},
"node_modules/astro/node_modules/zod-to-ts": { "node_modules/astro/node_modules/zod-to-ts": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz",
@@ -5832,26 +5830,12 @@
"qified": "^0.5.2" "qified": "^0.5.2"
} }
}, },
"node_modules/cacheable/node_modules/@cacheable/utils": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.0.tgz",
"integrity": "sha512-qznqu6bpEei96zojGW+/IX1VXTOihznnVOK/kzyQWcqgn7SqkC3216nsX7M4BQfGwQgnxUXZ1xX7xiUoedqLPA==",
"dev": true,
"license": "MIT",
"dependencies": {
"hashery": "^1.2.0"
},
"peerDependencies": {
"keyv": "^5.5.4"
}
},
"node_modules/cacheable/node_modules/keyv": { "node_modules/cacheable/node_modules/keyv": {
"version": "5.5.4", "version": "5.5.4",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz", "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.4.tgz",
"integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==", "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"@keyv/serialize": "^1.1.1" "@keyv/serialize": "^1.1.1"
} }
@@ -6493,13 +6477,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/core-js-compat": { "node_modules/core-js-compat": {
"version": "3.46.0", "version": "3.47.0",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
"integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"browserslist": "^4.26.3" "browserslist": "^4.28.0"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@@ -7113,9 +7097,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.254", "version": "1.5.255",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.254.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.255.tgz",
"integrity": "sha512-DcUsWpVhv9svsKRxnSCZ86SjD+sp32SGidNB37KpqXJncp1mfUgKbHvBomE89WJDbfVKw1mdv5+ikrvd43r+Bg==", "integrity": "sha512-Z9oIp4HrFF/cZkDPMpz2XSuVpc1THDpT4dlmATFlJUIBVCy9Vap5/rIXsASP1CscBacBqhabwh8vLctqBwEerQ==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },
@@ -10546,9 +10530,9 @@
} }
}, },
"node_modules/jasmine/node_modules/glob": { "node_modules/jasmine/node_modules/glob": {
"version": "10.4.5", "version": "10.5.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@@ -19672,10 +19656,21 @@
"integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==", "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }
}, },
"node_modules/zod-to-json-schema": {
"version": "3.25.0",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz",
"integrity": "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==",
"dev": true,
"license": "ISC",
"peerDependencies": {
"zod": "^3.25 || ^4"
}
},
"node_modules/zwitch": { "node_modules/zwitch": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
+3 -3
View File
@@ -109,8 +109,8 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.5", "@astrojs/check": "^0.9.5",
"@astrojs/markdown-remark": "^6.3.8", "@astrojs/markdown-remark": "^6.3.9",
"@astrojs/mdx": "^4.3.10", "@astrojs/mdx": "^4.3.11",
"@astrojs/prism": "^3.3.0", "@astrojs/prism": "^3.3.0",
"@astrojs/sitemap": "^3.6.0", "@astrojs/sitemap": "^3.6.0",
"@babel/cli": "^7.28.3", "@babel/cli": "^7.28.3",
@@ -126,7 +126,7 @@
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/mime": "^4.0.0", "@types/mime": "^4.0.0",
"@types/prismjs": "^1.26.5", "@types/prismjs": "^1.26.5",
"astro": "^5.15.8", "astro": "^5.15.9",
"astro-auto-import": "^0.4.5", "astro-auto-import": "^0.4.5",
"autoprefixer": "^10.4.22", "autoprefixer": "^10.4.22",
"bundlewatch": "^0.4.1", "bundlewatch": "^0.4.1",