Merge pull request #1682 from shlinkio/dependabot/npm_and_yarn/vite-e5300b18a1

Bump vite from 7.1.6 to 7.1.7 in the vite group
This commit is contained in:
Alejandro Celaya 2025-09-27 09:57:14 +02:00 committed by GitHub
commit 2e11ebb888
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.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.6",
"vite": "^7.1.7",
"vite-plugin-pwa": "^1.0.3",
"vitest": "^3.0.5"
}
@ -10911,9 +10911,9 @@
}
},
"node_modules/vite": {
"version": "7.1.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.6.tgz",
"integrity": "sha512-SRYIB8t/isTwNn8vMB3MR6E+EQZM/WG1aKmmIUCfDXfVvKfc20ZpamngWHKzAmmu9ppsgxsg4b2I7c90JZudIQ==",
"version": "7.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz",
"integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==",
"dev": true,
"dependencies": {
"esbuild": "^0.25.0",
@ -18999,9 +18999,9 @@
}
},
"vite": {
"version": "7.1.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.6.tgz",
"integrity": "sha512-SRYIB8t/isTwNn8vMB3MR6E+EQZM/WG1aKmmIUCfDXfVvKfc20ZpamngWHKzAmmu9ppsgxsg4b2I7c90JZudIQ==",
"version": "7.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz",
"integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==",
"dev": true,
"requires": {
"esbuild": "^0.25.0",

View File

@ -77,7 +77,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.6",
"vite": "^7.1.7",
"vite-plugin-pwa": "^1.0.3",
"vitest": "^3.0.5"
},