Bump postcss from 8.4.28 to 8.4.29 in /web (#672)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-02 21:38:46 -04:00 committed by GitHub
parent 5db9c4ba03
commit 222b36f3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -33,7 +33,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"prettier": "3.0.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
@ -4069,9 +4069,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.28",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz",
"integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==",
"version": "8.4.29",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz",
"integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==",
"funding": [
{
"type": "opencollective",

View File

@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"prettier": "3.0.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",