1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Update devDependencies

This commit is contained in:
Julien Déramond
2025-05-30 10:12:24 +02:00
parent 12bc56aa11
commit 39650db732
2 changed files with 61 additions and 57 deletions

104
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.2",
"@astrojs/mdx": "^4.3.0",
"@astrojs/prism": "^3.2.0",
"@astrojs/prism": "^3.3.0",
"@astrojs/sitemap": "^3.4.0",
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.3",
@@ -35,9 +35,9 @@
"@rollup/plugin-replace": "^6.0.2",
"@stackblitz/sdk": "^1.11.0",
"@types/js-yaml": "^4.0.9",
"@types/mime": "^3.0.4",
"@types/mime": "^4.0.0",
"@types/prismjs": "^1.26.5",
"astro": "^5.8.0",
"astro": "^5.8.1",
"astro-auto-import": "^0.4.4",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
@@ -57,7 +57,7 @@
"htmlparser2": "^10.0.0",
"image-size": "^2.0.2",
"ip": "^2.0.1",
"jasmine": "^5.7.0",
"jasmine": "^5.7.1",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0",
"karma": "^6.4.4",
@@ -73,7 +73,7 @@
"mime": "^4.0.7",
"nodemon": "^3.1.10",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.3",
"postcss": "^8.5.4",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
@@ -86,12 +86,12 @@
"sass": "1.78.0",
"sass-true": "^8.1.0",
"shelljs": "^0.10.0",
"stylelint": "^16.19.1",
"stylelint": "^16.20.0",
"stylelint-config-twbs-bootstrap": "^16.0.0",
"terser": "^5.40.0",
"unist-util-visit": "^5.0.0",
"vnu-jar": "24.10.17",
"zod": "^3.25.30"
"zod": "^3.25.42"
},
"peerDependencies": {
"@popperjs/core": "^2.11.8"
@@ -4319,11 +4319,15 @@
"license": "MIT"
},
"node_modules/@types/mime": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.4.tgz",
"integrity": "sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-4.0.0.tgz",
"integrity": "sha512-5eEkJZ/BLvTE3vXGKkWlyTSUVZuzj23Wj8PoyOq2lt5I3CYbiLBOPb3XmCW6QcuOibIUE6emHXHt9E/F/rCa6w==",
"deprecated": "This is a stub types definition. mime provides its own type definitions, so you do not need this installed.",
"dev": true,
"license": "MIT"
"license": "MIT",
"dependencies": {
"mime": "*"
}
},
"node_modules/@types/ms": {
"version": "2.1.0",
@@ -4893,9 +4897,9 @@
}
},
"node_modules/astro": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz",
"integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz",
"integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5561,14 +5565,14 @@
}
},
"node_modules/cacheable": {
"version": "1.8.10",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.10.tgz",
"integrity": "sha512-0ZnbicB/N2R6uziva8l6O6BieBklArWyiGx4GkwAhLKhSHyQtRfM9T1nx7HHuHDKkYB/efJQhz3QJ6x/YqoZzA==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.9.0.tgz",
"integrity": "sha512-8D5htMCxPDUULux9gFzv30f04Xo3wCnik0oOxKoRTPIBoqA7HtOcJ87uBhQTs3jCfZZTrUBGsYIZOgE0ZRgMAg==",
"dev": true,
"license": "MIT",
"dependencies": {
"hookified": "^1.8.1",
"keyv": "^5.3.2"
"hookified": "^1.8.2",
"keyv": "^5.3.3"
}
},
"node_modules/cacheable/node_modules/keyv": {
@@ -6476,9 +6480,9 @@
"license": "MIT"
},
"node_modules/debug": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -9151,9 +9155,9 @@
}
},
"node_modules/hookified": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.8.2.tgz",
"integrity": "sha512-5nZbBNP44sFCDjSoB//0N7m508APCgbQ4mGGo1KJGBYyCKNHfry1Pvd0JVHZIxjdnqn8nFRBAN/eFB6Rk/4w5w==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.9.0.tgz",
"integrity": "sha512-2yEEGqphImtKIe1NXWEhu6yD3hlFR4Mxk4Mtp3XEyScpSt4pQ4ymmXA1zzxZpj99QkFK+nN0nzjeb2+RUi/6CQ==",
"dev": true,
"license": "MIT"
},
@@ -10268,9 +10272,9 @@
}
},
"node_modules/jasmine": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.7.0.tgz",
"integrity": "sha512-pifsdoSBgOlAbw1Tg1Vm4LxXEzDv6a+dTzHUaI9aYYqdP+PiMFgz2Mce/7TBfvuP9kshl0yZn7+G0/G1n+yExw==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.7.1.tgz",
"integrity": "sha512-E/4fkRNy/9ALz6z3Z3/tYXFAohoznVy7In9FWutG2fqBSkILJHFzbgZtHJUw5UrL3jgUQ4sdGYOVZ5KpSXYjGw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -14306,9 +14310,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"version": "8.5.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz",
"integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==",
"dev": true,
"funding": [
{
@@ -14326,7 +14330,7 @@
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.8",
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
@@ -17046,9 +17050,9 @@
}
},
"node_modules/stylelint": {
"version": "16.19.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz",
"integrity": "sha512-C1SlPZNMKl+d/C867ZdCRthrS+6KuZ3AoGW113RZCOL0M8xOGpgx7G70wq7lFvqvm4dcfdGFVLB/mNaLFChRKw==",
"version": "16.20.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.20.0.tgz",
"integrity": "sha512-B5Myu9WRxrgKuLs3YyUXLP2H0mrbejwNxPmyADlACWwFsrL8Bmor/nTSh4OMae5sHjOz6gkSeccQH34gM4/nAw==",
"dev": true,
"funding": [
{
@@ -17072,15 +17076,15 @@
"cosmiconfig": "^9.0.0",
"css-functions-list": "^3.2.3",
"css-tree": "^3.1.0",
"debug": "^4.3.7",
"debug": "^4.4.1",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^10.0.8",
"file-entry-cache": "^10.1.0",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
"html-tags": "^3.3.1",
"ignore": "^7.0.3",
"ignore": "^7.0.4",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
"known-css-properties": "^0.36.0",
@@ -17314,25 +17318,25 @@
"license": "MIT"
},
"node_modules/stylelint/node_modules/file-entry-cache": {
"version": "10.0.8",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.8.tgz",
"integrity": "sha512-FGXHpfmI4XyzbLd3HQ8cbUcsFGohJpZtmQRHr8z8FxxtCe2PcpgIlVLwIgunqjvRmXypBETvwhV4ptJizA+Y1Q==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.1.0.tgz",
"integrity": "sha512-Et/ex6smi3wOOB+n5mek+Grf7P2AxZR5ueqRUvAAn4qkyatXi3cUC1cuQXVkX0VlzBVsN4BkWJFmY/fYiRTdww==",
"dev": true,
"license": "MIT",
"dependencies": {
"flat-cache": "^6.1.8"
"flat-cache": "^6.1.9"
}
},
"node_modules/stylelint/node_modules/flat-cache": {
"version": "6.1.8",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.8.tgz",
"integrity": "sha512-R6MaD3nrJAtO7C3QOuS79ficm2pEAy++TgEUD8ii1LVlbcgZ9DtASLkt9B+RZSFCzm7QHDMlXPsqqB6W2Pfr1Q==",
"version": "6.1.9",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.9.tgz",
"integrity": "sha512-DUqiKkTlAfhtl7g78IuwqYM+YqvT+as0mY+EVk6mfimy19U79pJCzDZQsnqk3Ou/T6hFXWLGbwbADzD/c8Tydg==",
"dev": true,
"license": "MIT",
"dependencies": {
"cacheable": "^1.8.9",
"cacheable": "^1.9.0",
"flatted": "^3.3.3",
"hookified": "^1.8.1"
"hookified": "^1.8.2"
}
},
"node_modules/stylelint/node_modules/globby": {
@@ -19496,9 +19500,9 @@
}
},
"node_modules/zod": {
"version": "3.25.30",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.30.tgz",
"integrity": "sha512-VolhdEtu6TJr/fzGuHA/SZ5ixvXqA6ADOG9VRcQ3rdOKmF5hkmcJbyaQjUH5BgmpA9gej++zYRX7zjSmdReIwA==",
"version": "3.25.42",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.42.tgz",
"integrity": "sha512-PcALTLskaucbeHc41tU/xfjfhcz8z0GdhhDcSgrCTmSazUuqnYqiXO63M0QUBVwpBlsLsNVn5qHSC5Dw3KZvaQ==",
"dev": true,
"license": "MIT",
"funding": {

View File

@@ -111,7 +111,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.2",
"@astrojs/mdx": "^4.3.0",
"@astrojs/prism": "^3.2.0",
"@astrojs/prism": "^3.3.0",
"@astrojs/sitemap": "^3.4.0",
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.3",
@@ -124,9 +124,9 @@
"@rollup/plugin-replace": "^6.0.2",
"@stackblitz/sdk": "^1.11.0",
"@types/js-yaml": "^4.0.9",
"@types/mime": "^3.0.4",
"@types/mime": "^4.0.0",
"@types/prismjs": "^1.26.5",
"astro": "^5.8.0",
"astro": "^5.8.1",
"astro-auto-import": "^0.4.4",
"autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1",
@@ -146,7 +146,7 @@
"htmlparser2": "^10.0.0",
"image-size": "^2.0.2",
"ip": "^2.0.1",
"jasmine": "^5.7.0",
"jasmine": "^5.7.1",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0",
"karma": "^6.4.4",
@@ -162,7 +162,7 @@
"mime": "^4.0.7",
"nodemon": "^3.1.10",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.3",
"postcss": "^8.5.4",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
@@ -175,12 +175,12 @@
"sass": "1.78.0",
"sass-true": "^8.1.0",
"shelljs": "^0.10.0",
"stylelint": "^16.19.1",
"stylelint": "^16.20.0",
"stylelint-config-twbs-bootstrap": "^16.0.0",
"terser": "^5.40.0",
"unist-util-visit": "^5.0.0",
"vnu-jar": "24.10.17",
"zod": "^3.25.30"
"zod": "^3.25.42"
},
"files": [
"dist/{css,js}/*.{css,js,map}",