mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-12-04 13:21:25 -05:00
chore(deps): update dependency postcss-simple-vars to v7
This commit is contained in:
parent
704b528a2c
commit
620a193fea
2 changed files with 10 additions and 25 deletions
33
package-lock.json
generated
33
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"css-loader": "5.2.7",
|
||||
"postcss-import": "^12.0.0",
|
||||
"postcss-loader": "4.3.0",
|
||||
"postcss-simple-vars": "^5.0.1",
|
||||
"postcss-simple-vars": "^5.0.1 || ^7.0.0",
|
||||
"style-loader": "4.0.0",
|
||||
"url-loader": "4.1.1",
|
||||
"webpack": "^5.90.3"
|
||||
|
@ -14801,35 +14801,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==",
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-7.0.1.tgz",
|
||||
"integrity": "sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"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==",
|
||||
"peer": true
|
||||
},
|
||||
"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==",
|
||||
"peer": true,
|
||||
"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": {
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"css-loader": "5.2.7",
|
||||
"postcss-import": "^12.0.0",
|
||||
"postcss-loader": "4.3.0",
|
||||
"postcss-simple-vars": "^5.0.1",
|
||||
"postcss-simple-vars": "^5.0.1 || ^7.0.0",
|
||||
"style-loader": "4.0.0",
|
||||
"url-loader": "4.1.1",
|
||||
"webpack": "^5.90.3"
|
||||
|
|
Loading…
Reference in a new issue