diff --git a/package-lock.json b/package-lock.json index 31c8ddf..ab6bc99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "eslint-plugin-vue": "^8.3.0", "laravel-mix": "^6.0.41", "lodash": "^4.17.20", - "postcss": "^8.3.11", + "postcss": "^8.4.31", "resolve-url-loader": "^3.1.0", "tailwindcss": "^3.1.8", "vue": "^3.2.37", @@ -7999,9 +7999,9 @@ } }, "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -8011,10 +8011,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/package.json b/package.json index 00a525d..c7717e8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-vue": "^8.3.0", "laravel-mix": "^6.0.41", "lodash": "^4.17.20", - "postcss": "^8.3.11", + "postcss": "^8.4.31", "resolve-url-loader": "^3.1.0", "tailwindcss": "^3.1.8", "vue": "^3.2.37",