From aee192012596bfe2501664bf211fd3a7c4aeb0c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 23:25:02 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.35 to 8.4.38 Snyk has created this PR to upgrade postcss from 8.4.35 to 8.4.38. See this package in npm: https://www.npmjs.com/package/postcss See this project in Snyk: https://app.snyk.io/org/aminsys/project/76d15469-5800-43db-96f2-1bf9a947a133?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d36e68..8e356db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@vueuse/core": "^9.13.0", "autoprefixer": "^10.4.19", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "tailwindcss": "^3.4.1", "vue": "^3.4.15" }, @@ -1277,9 +1277,9 @@ } }, "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "funding": [ { "type": "opencollective", @@ -1297,7 +1297,7 @@ "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -1453,9 +1453,9 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 1ac6455..1b502cc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@vueuse/core": "^9.13.0", "autoprefixer": "^10.4.19", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "tailwindcss": "^3.4.1", "vue": "^3.4.15" },