Merge pull request #15 from dopry/dependabot/npm_and_yarn/postcss-7.0.36

chore(deps-dev): bump postcss from 7.0.32 to 7.0.36
This commit is contained in:
Darrel O'Pry 2022-07-15 14:35:04 -04:00 committed by GitHub
commit 4ca9f45053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -23,7 +23,7 @@
"eslint-plugin-svelte3": "3.1.2",
"gh-pages": "3.1.0",
"lint-staged": "10.2.11",
"postcss": "7.0.32",
"postcss": "7.0.36",
"postcss-load-config": "2.1.0",
"prettier": "2.0.5",
"rollup": "2.41.5",
@ -4564,9 +4564,9 @@
}
},
"node_modules/postcss": {
"version": "7.0.32",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz",
"integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==",
"version": "7.0.36",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
"integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
"dev": true,
"dependencies": {
"chalk": "^2.4.2",
@ -4575,6 +4575,10 @@
},
"engines": {
"node": ">=6.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
}
},
"node_modules/postcss-load-config": {
@ -9841,9 +9845,9 @@
}
},
"postcss": {
"version": "7.0.32",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz",
"integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==",
"version": "7.0.36",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz",
"integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View file

@ -59,7 +59,7 @@
"eslint-plugin-svelte3": "3.1.2",
"gh-pages": "3.1.0",
"lint-staged": "10.2.11",
"postcss": "7.0.32",
"postcss": "7.0.36",
"postcss-load-config": "2.1.0",
"prettier": "2.0.5",
"rollup": "2.41.5",