diff --git a/src/EducationTrail/ClientApp/package-lock.json b/src/EducationTrail/ClientApp/package-lock.json index 89eaee8..f82c0ea 100644 --- a/src/EducationTrail/ClientApp/package-lock.json +++ b/src/EducationTrail/ClientApp/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-jsx-a11y": "^6.6.0", "eslint-plugin-react": "^7.30.1", "nan": "^2.16.0", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "postcss-import": "^15.1.0", "postcss-loader": "^7.3.3", "tailwindcss": "^3.3.2", @@ -12209,9 +12209,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -25358,9 +25358,9 @@ } }, "postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/src/EducationTrail/ClientApp/package.json b/src/EducationTrail/ClientApp/package.json index efa9835..9f5e306 100644 --- a/src/EducationTrail/ClientApp/package.json +++ b/src/EducationTrail/ClientApp/package.json @@ -40,7 +40,7 @@ "eslint-plugin-jsx-a11y": "^6.6.0", "eslint-plugin-react": "^7.30.1", "nan": "^2.16.0", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "postcss-import": "^15.1.0", "postcss-loader": "^7.3.3", "tailwindcss": "^3.3.2",