Merge pull request #15059 from prometheus/dependabot/npm_and_yarn/web/ui/vite-5.4.8

Bump vite from 5.4.2 to 5.4.8 in /web/ui
pull/15056/head
Julius Volz 2 months ago committed by GitHub
commit 05668c5928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,7 @@
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^5.1.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
}
}

@ -19,7 +19,7 @@
"prettier": "^3.3.3",
"ts-jest": "^29.2.2",
"typescript": "^5.6.2",
"vite": "^5.1.0"
"vite": "^5.4.8"
}
},
"mantine-ui": {
@ -81,7 +81,7 @@
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^5.1.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
}
},
@ -9223,14 +9223,13 @@
}
},
"node_modules/vite": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz",
"integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==",
"version": "5.4.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
"integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.41",
"postcss": "^8.4.43",
"rollup": "^4.20.0"
},
"bin": {

@ -22,6 +22,6 @@
"prettier": "^3.3.3",
"ts-jest": "^29.2.2",
"typescript": "^5.6.2",
"vite": "^5.1.0"
"vite": "^5.4.8"
}
}

Loading…
Cancel
Save