diff --git a/package-lock.json b/package-lock.json index 9fb8645eb6..ab0dbba3c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/js-yaml": "^4.0.9", "@types/mime": "^4.0.0", "@types/prismjs": "^1.26.5", - "astro": "^5.12.4", + "astro": "^5.12.5", "astro-auto-import": "^0.4.4", "autoprefixer": "^10.4.21", "bundlewatch": "^0.4.1", @@ -86,12 +86,12 @@ "sass": "1.78.0", "sass-true": "^9.0.0", "shelljs": "^0.10.0", - "stylelint": "^16.22.0", + "stylelint": "^16.23.0", "stylelint-config-twbs-bootstrap": "^16.1.0", "terser": "^5.43.1", "unist-util-visit": "^5.0.0", "vnu-jar": "24.10.17", - "zod": "^4.0.10" + "zod": "^4.0.13" }, "peerDependencies": { "@popperjs/core": "^2.11.8" @@ -4937,9 +4937,9 @@ } }, "node_modules/astro": { - "version": "5.12.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.4.tgz", - "integrity": "sha512-ns+/KpfWToKvVf2DJTj4EIa4U59/XVBXeeq6VZUr5DXe6OZJFs8NfJi+W20nRm5nduIeBZGRzaoxPFq9lm4WEg==", + "version": "5.12.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.5.tgz", + "integrity": "sha512-cq+2h13F/aznM91bxXxKgqYj36gbXe6jC5kiUAXgWlh2nTyNtiCNMdDFpL2wIWSzac5+KzvRjKmxsYWbcmD4EQ==", "dev": true, "license": "MIT", "dependencies": { @@ -17079,9 +17079,9 @@ } }, "node_modules/stylelint": { - "version": "16.22.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.22.0.tgz", - "integrity": "sha512-SVEMTdjKNV4ollUrIY9ordZ36zHv2/PHzPjfPMau370MlL2VYXeLgSNMMiEbLGRO8RmD2R8/BVUeF2DfnfkC0w==", + "version": "16.23.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.0.tgz", + "integrity": "sha512-69T5aS2LUY306ekt1Q1oaSPwz/jaG9HjyMix3UMrai1iEbuOafBe2Dh8xlyczrxFAy89qcKyZWWtc42XLx3Bbw==", "dev": true, "funding": [ { @@ -17108,7 +17108,7 @@ "debug": "^4.4.1", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^10.1.1", + "file-entry-cache": "^10.1.3", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", @@ -19531,9 +19531,9 @@ } }, "node_modules/zod": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.10.tgz", - "integrity": "sha512-3vB+UU3/VmLL2lvwcY/4RV2i9z/YU0DTV/tDuYjrwmx5WeJ7hwy+rGEEx8glHp6Yxw7ibRbKSaIFBgReRPe5KA==", + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.13.tgz", + "integrity": "sha512-jv+zRxuZQxTrFHzxZ46ezL2FtnE+M4HIJHJEwLsZ7UjrXHltdG6HrxvqM0twoVCWxJiYf8WqKjAcjztegpkB+Q==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 300a6e66b6..1bb8907c1d 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@types/js-yaml": "^4.0.9", "@types/mime": "^4.0.0", "@types/prismjs": "^1.26.5", - "astro": "^5.12.4", + "astro": "^5.12.5", "astro-auto-import": "^0.4.4", "autoprefixer": "^10.4.21", "bundlewatch": "^0.4.1", @@ -175,12 +175,12 @@ "sass": "1.78.0", "sass-true": "^9.0.0", "shelljs": "^0.10.0", - "stylelint": "^16.22.0", + "stylelint": "^16.23.0", "stylelint-config-twbs-bootstrap": "^16.1.0", "terser": "^5.43.1", "unist-util-visit": "^5.0.0", "vnu-jar": "24.10.17", - "zod": "^4.0.10" + "zod": "^4.0.13" }, "files": [ "dist/{css,js}/*.{css,js,map}",