Compare commits

..
1 Commits
Author SHA1 Message Date
Renovate Bot fc475a4bd6 Update dependency vite to v8.1.5
CI / frontend-test (push) Successful in 39s
CI / backend-test (push) Successful in 1m36s
CI / frontend-e2e (push) Successful in 2m15s
CI / build-and-publish (push) Has been skipped
2026-07-19 09:03:48 +00:00
+4 -4
View File
@@ -6002,9 +6002,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.19", "version": "8.5.20",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.20.tgz",
"integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==", "integrity": "sha512-lW616l85ucIQL+FocMmL7pQFPqBmwejrCMg+iPxyImlrANNJG9NHq/RkyCZopDhd8C3LA03PHRJDjkbGu8vvug==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@@ -6021,7 +6021,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.12", "nanoid": "^3.3.16",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"source-map-js": "^1.2.1" "source-map-js": "^1.2.1"
}, },