1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 17:44:15 +02:00

Build(deps-dev): Bump the development-dependencies group with 2 updates

- astro       ^5.10.2  →   ^5.11.0
- stylelint  ^16.21.0  →  ^16.21.1
This commit is contained in:
Julien Déramond
2025-07-03 21:20:57 +02:00
parent b9e39c649c
commit 99cd78e8ff
2 changed files with 16 additions and 15 deletions

27
package-lock.json generated
View File

@@ -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.10.2", "astro": "^5.11.0",
"astro-auto-import": "^0.4.4", "astro-auto-import": "^0.4.4",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1", "bundlewatch": "^0.4.1",
@@ -86,7 +86,7 @@
"sass": "1.78.0", "sass": "1.78.0",
"sass-true": "^9.0.0", "sass-true": "^9.0.0",
"shelljs": "^0.10.0", "shelljs": "^0.10.0",
"stylelint": "^16.21.0", "stylelint": "^16.21.1",
"stylelint-config-twbs-bootstrap": "^16.1.0", "stylelint-config-twbs-bootstrap": "^16.1.0",
"terser": "^5.43.1", "terser": "^5.43.1",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
@@ -4906,9 +4906,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "5.10.2", "version": "5.11.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz",
"integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -17060,9 +17060,9 @@
} }
}, },
"node_modules/stylelint": { "node_modules/stylelint": {
"version": "16.21.0", "version": "16.21.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.0.tgz", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz",
"integrity": "sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==", "integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -17103,7 +17103,7 @@
"micromatch": "^4.0.8", "micromatch": "^4.0.8",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"postcss": "^8.5.5", "postcss": "^8.5.6",
"postcss-resolve-nested-selector": "^0.1.6", "postcss-resolve-nested-selector": "^0.1.6",
"postcss-safe-parser": "^7.0.1", "postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^7.1.0", "postcss-selector-parser": "^7.1.0",
@@ -18620,14 +18620,15 @@
} }
}, },
"node_modules/vitefu": { "node_modules/vitefu": {
"version": "1.0.7", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.0.7.tgz", "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.0.tgz",
"integrity": "sha512-eRWXLBbJjW3X5z5P5IHcSm2yYbYRPb2kQuc+oqsbAl99WB5kVsPbiiox+cymo8twTzifA6itvhr2CmjnaZZp0Q==", "integrity": "sha512-AiG/L9DVsEYHWQ9jAEnke0nKiASlPw+JYwDl6Z4l6a6/IqT1tKseEl6R5+rVnKJt/K3jCTWiQvgoIh5MuqBJJQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
"tests/deps/*", "tests/deps/*",
"tests/projects/*" "tests/projects/*",
"tests/projects/workspace/packages/*"
], ],
"peerDependencies": { "peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0"

View File

@@ -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.10.2", "astro": "^5.11.0",
"astro-auto-import": "^0.4.4", "astro-auto-import": "^0.4.4",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"bundlewatch": "^0.4.1", "bundlewatch": "^0.4.1",
@@ -175,7 +175,7 @@
"sass": "1.78.0", "sass": "1.78.0",
"sass-true": "^9.0.0", "sass-true": "^9.0.0",
"shelljs": "^0.10.0", "shelljs": "^0.10.0",
"stylelint": "^16.21.0", "stylelint": "^16.21.1",
"stylelint-config-twbs-bootstrap": "^16.1.0", "stylelint-config-twbs-bootstrap": "^16.1.0",
"terser": "^5.43.1", "terser": "^5.43.1",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",