Merge pull request #145 from Niek/dependabot/npm_and_yarn/vite-4.3.9

Bump vite from 4.3.8 to 4.3.9
This commit is contained in:
Niek van der Maas 2023-05-29 11:03:41 +02:00 committed by GitHub
commit 15a332ba3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -32,7 +32,7 @@
"svelte-spa-router": "^3.3.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.1.0"
"vite": "^4.3.9"
}
},
"node_modules/@esbuild/android-arm": {
@ -4338,9 +4338,9 @@
"dev": true
},
"node_modules/vite": {
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.8.tgz",
"integrity": "sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ==",
"version": "4.3.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
"integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==",
"dev": true,
"dependencies": {
"esbuild": "^0.17.5",

View File

@ -38,6 +38,6 @@
"svelte-spa-router": "^3.3.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.1.0"
"vite": "^4.3.9"
}
}