mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #8496 from scratchfoundation/renovate/postcss-8.x
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run
chore(deps): update dependency postcss to v8.4.39
This commit is contained in:
commit
50ec98cc4f
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -84,7 +84,7 @@
|
||||||
"minilog": "2.1.0",
|
"minilog": "2.1.0",
|
||||||
"pako": "0.2.8",
|
"pako": "0.2.8",
|
||||||
"plotly.js": "1.47.4",
|
"plotly.js": "1.47.4",
|
||||||
"postcss": "8.4.38",
|
"postcss": "8.4.39",
|
||||||
"postcss-loader": "4.3.0",
|
"postcss-loader": "4.3.0",
|
||||||
"prop-types": "15.8.1",
|
"prop-types": "15.8.1",
|
||||||
"query-string": "5.1.1",
|
"query-string": "5.1.1",
|
||||||
|
@ -19932,9 +19932,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss": {
|
"node_modules/postcss": {
|
||||||
"version": "8.4.38",
|
"version": "8.4.39",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
|
||||||
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
|
"integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -19953,7 +19953,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nanoid": "^3.3.7",
|
"nanoid": "^3.3.7",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.1",
|
||||||
"source-map-js": "^1.2.0"
|
"source-map-js": "^1.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
"minilog": "2.1.0",
|
"minilog": "2.1.0",
|
||||||
"pako": "0.2.8",
|
"pako": "0.2.8",
|
||||||
"plotly.js": "1.47.4",
|
"plotly.js": "1.47.4",
|
||||||
"postcss": "8.4.38",
|
"postcss": "8.4.39",
|
||||||
"postcss-loader": "4.3.0",
|
"postcss-loader": "4.3.0",
|
||||||
"prop-types": "15.8.1",
|
"prop-types": "15.8.1",
|
||||||
"query-string": "5.1.1",
|
"query-string": "5.1.1",
|
||||||
|
|
Loading…
Reference in a new issue