diff --git a/package-lock.json b/package-lock.json index 22a407d..87da516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "concurrently": "^9.2.1", "laravel-vite-plugin": "^2.1.0", "postcss": "^8.5.24", - "postcss-nesting": "^14.0.0", + "postcss-nesting": "^14.0.1", "tailwindcss": "^3.4.17", "vite": "^7.3.1" } @@ -2515,9 +2515,9 @@ } }, "node_modules/postcss-nesting": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-14.0.0.tgz", - "integrity": "sha512-YGFOfVrjxYfeGTS5XctP1WCI5hu8Lr9SmntjfRC+iX5hCihEO+QZl9Ra+pkjqkgoVdDKvb2JccpElcowhZtzpw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-14.0.1.tgz", + "integrity": "sha512-80MH7KcmMtb7ffSBX82uZwnogltubaXF0sagu+OGD8M9jViR3ngRgCdoTzKCvKEtllB0MW2U7Rgfcub5fR1Bug==", "dev": true, "funding": [ { @@ -2531,7 +2531,7 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/selector-resolve-nested": "^4.0.0", + "@csstools/selector-resolve-nested": "^4.0.1", "@csstools/selector-specificity": "^6.0.0", "postcss-selector-parser": "^7.1.1" }, @@ -2543,9 +2543,9 @@ } }, "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz", - "integrity": "sha512-9vAPxmp+Dx3wQBIUwc1v7Mdisw1kbbaGqXUM8QLTgWg7SoPGYtXBsMXvsFs/0Bn5yoFhcktzxNZGNaUt0VjgjA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.1.tgz", + "integrity": "sha512-j3vdQu0XwLME5qOTWxm8cnmvsf423R2YL6DbKklCHZwkDm7UdKNu6RPlw4REIJhSlKBICY3B70/7QZdicLqZgg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 7f93f51..3e86da2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "concurrently": "^9.2.1", "laravel-vite-plugin": "^2.1.0", "postcss": "^8.5.24", - "postcss-nesting": "^14.0.0", + "postcss-nesting": "^14.0.1", "tailwindcss": "^3.4.17", "vite": "^7.3.1" }