diff --git a/package-lock.json b/package-lock.json index e87b2898a..28a97b2a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "passport-http-bearer": "^1.0.1", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "rc": "1.2.8", "redux": "5.0.1", "rxjs": "6.6.2", @@ -7656,8 +7656,9 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.1.0", - "license": "ISC" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -7743,7 +7744,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -7758,10 +7761,9 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { diff --git a/package.json b/package.json index 47b9b044d..aaab82504 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "passport-http-bearer": "^1.0.1", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "rc": "1.2.8", "redux": "5.0.1", "rxjs": "6.6.2",