Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/web/dev/vite-5.1.4' into web-deps

This commit is contained in:
Nicolas Mowen 2024-02-26 08:58:58 -07:00
commit 199bfa8296
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@ -91,7 +91,7 @@
"prettier": "^3.1.0", "prettier": "^3.1.0",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.5",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^5.0.0", "vite": "^5.1.4",
"vitest": "^1.0.0" "vitest": "^1.0.0"
} }
}, },
@ -6522,9 +6522,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.32", "version": "8.4.35",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
"integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -8472,13 +8472,13 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.0.5", "version": "5.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz",
"integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", "integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",
"postcss": "^8.4.32", "postcss": "^8.4.35",
"rollup": "^4.2.0" "rollup": "^4.2.0"
}, },
"bin": { "bin": {

View File

@ -96,7 +96,7 @@
"prettier": "^3.1.0", "prettier": "^3.1.0",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.5",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^5.0.0", "vite": "^5.1.4",
"vitest": "^1.0.0" "vitest": "^1.0.0"
} }
} }