Merge pull request #1707 from shlinkio/dependabot/npm_and_yarn/vite-67728f9449

Bump vite from 7.1.9 to 7.1.10 in the vite group
This commit is contained in:
Alejandro Celaya 2025-10-18 09:21:06 +02:00 committed by GitHub
commit 0843893f42
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

@ -64,7 +64,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"vite": "^7.1.9",
"vite": "^7.1.10",
"vite-plugin-pwa": "^1.1.0",
"vitest": "^3.0.5"
}
@ -10868,9 +10868,9 @@
}
},
"node_modules/vite": {
"version": "7.1.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz",
"integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==",
"version": "7.1.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.10.tgz",
"integrity": "sha512-CmuvUBzVJ/e3HGxhg6cYk88NGgTnBoOo7ogtfJJ0fefUWAxN/WDSUa50o+oVBxuIhO8FoEZW0j2eW7sfjs5EtA==",
"dev": true,
"dependencies": {
"esbuild": "^0.25.0",
@ -18957,9 +18957,9 @@
}
},
"vite": {
"version": "7.1.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz",
"integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==",
"version": "7.1.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.10.tgz",
"integrity": "sha512-CmuvUBzVJ/e3HGxhg6cYk88NGgTnBoOo7ogtfJJ0fefUWAxN/WDSUa50o+oVBxuIhO8FoEZW0j2eW7sfjs5EtA==",
"dev": true,
"requires": {
"esbuild": "^0.25.0",

View File

@ -77,7 +77,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"vite": "^7.1.9",
"vite": "^7.1.10",
"vite-plugin-pwa": "^1.1.0",
"vitest": "^3.0.5"
},