diff --git a/package-lock.json b/package-lock.json index 76e0897..bf67c80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", - "postcss-jit-props": "^1.0.14", + "postcss-jit-props": "^1.0.15", "prettier": "^3.4.2", "rollup-plugin-esbuild": "^6.1.1" } @@ -6719,9 +6719,9 @@ } }, "node_modules/postcss-jit-props": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/postcss-jit-props/-/postcss-jit-props-1.0.14.tgz", - "integrity": "sha512-GimU4wen29Qr0DbDaAuWrj4NcErYR5x1rxcEFuPVAwF2HEZALydA8tpTMWEyThK7T2bwFTMFMA4G70pL55xUbw==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/postcss-jit-props/-/postcss-jit-props-1.0.15.tgz", + "integrity": "sha512-XHw5sCpuSo431tQ7Awaqlr4gfK+5HTR7JjofmUBLwJWa4vBO0okkNOXFgfPzf3QOHhfVgMtTbzeNqdNbUCf+nQ==", "dev": true, "dependencies": { "tiny-glob": "^0.2.9" @@ -13257,9 +13257,9 @@ } }, "postcss-jit-props": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/postcss-jit-props/-/postcss-jit-props-1.0.14.tgz", - "integrity": "sha512-GimU4wen29Qr0DbDaAuWrj4NcErYR5x1rxcEFuPVAwF2HEZALydA8tpTMWEyThK7T2bwFTMFMA4G70pL55xUbw==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/postcss-jit-props/-/postcss-jit-props-1.0.15.tgz", + "integrity": "sha512-XHw5sCpuSo431tQ7Awaqlr4gfK+5HTR7JjofmUBLwJWa4vBO0okkNOXFgfPzf3QOHhfVgMtTbzeNqdNbUCf+nQ==", "dev": true, "requires": { "tiny-glob": "^0.2.9" diff --git a/package.json b/package.json index b37d692..c808f5e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", - "postcss-jit-props": "^1.0.14", + "postcss-jit-props": "^1.0.15", "prettier": "^3.4.2", "rollup-plugin-esbuild": "^6.1.1" },