diff --git a/package-lock.json b/package-lock.json index c336f8bed96..9b951c3cd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "postcss": "8.5.1", "postcss-import": "12.0.1", "postcss-loader": "4.3.0", - "postcss-simple-vars": "5.0.2", + "postcss-simple-vars": "7.0.1", "prop-types": "15.8.1", "query-string": "9.1.1", "react": "16.14.0", @@ -4079,6 +4079,16 @@ "url": "https://opencollective.com/postcss/" } }, + "node_modules/@scratch/scratch-gui/node_modules/postcss-simple-vars": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-5.0.2.tgz", + "integrity": "sha512-xWIufxBoINJv6JiLb7jl5oElgp+6puJwvT5zZHliUSydoLz4DADRB3NDDsYgfKVwojn4TDLiseoC65MuS8oGGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "postcss": "^7.0.14" + } + }, "node_modules/@scratch/scratch-gui/node_modules/query-string": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", @@ -20250,38 +20260,20 @@ } }, "node_modules/postcss-simple-vars": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-5.0.2.tgz", - "integrity": "sha512-xWIufxBoINJv6JiLb7jl5oElgp+6puJwvT5zZHliUSydoLz4DADRB3NDDsYgfKVwojn4TDLiseoC65MuS8oGGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss": "^7.0.14" - } - }, - "node_modules/postcss-simple-vars/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true, - "license": "ISC" - }, - "node_modules/postcss-simple-vars/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-7.0.1.tgz", + "integrity": "sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A==", "dev": true, "license": "MIT", - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, "engines": { - "node": ">=6.0.0" + "node": ">=14.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.1" } }, "node_modules/postcss-value-parser": { diff --git a/package.json b/package.json index 87d037ea1d3..a363fb52e78 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "postcss": "8.5.1", "postcss-import": "12.0.1", "postcss-loader": "4.3.0", - "postcss-simple-vars": "5.0.2", + "postcss-simple-vars": "7.0.1", "prop-types": "15.8.1", "query-string": "9.1.1", "react": "16.14.0",