From 4832bba13ca95ec37e9d97c6fa21ff83fc617b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:35:01 +0000 Subject: [PATCH] Bump postcss-jit-props from 1.0.14 to 1.0.15 Bumps [postcss-jit-props](https://github.com/GoogleChromeLabs/postcss-jit-props) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/GoogleChromeLabs/postcss-jit-props/releases) - [Commits](https://github.com/GoogleChromeLabs/postcss-jit-props/commits) --- updated-dependencies: - dependency-name: postcss-jit-props dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" },