Merge pull request #1158 from shlinkio/dependabot/npm_and_yarn/vite-5d21981fe8

Bump vite from 5.2.9 to 5.2.10 in the vite group
This commit is contained in:
Alejandro Celaya 2024-04-27 13:16:54 +02:00 committed by GitHub
commit 24df9cc742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -62,7 +62,7 @@
"sass": "^1.75.0",
"stylelint": "^15.11.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.2.2"
}
@ -10340,9 +10340,9 @@
}
},
"node_modules/vite": {
"version": "5.2.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz",
"integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==",
"version": "5.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz",
"integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==",
"dev": true,
"dependencies": {
"esbuild": "^0.20.1",
@ -18171,9 +18171,9 @@
}
},
"vite": {
"version": "5.2.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz",
"integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==",
"version": "5.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz",
"integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==",
"dev": true,
"requires": {
"esbuild": "^0.20.1",

View file

@ -79,7 +79,7 @@
"sass": "^1.75.0",
"stylelint": "^15.11.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.2.2"
},