Merge pull request #334 from Niek/dependabot/npm_and_yarn/vite-4.5.0

Bump vite from 4.4.11 to 4.5.0
This commit is contained in:
Niek van der Maas 2023-10-30 12:47:32 +01:00 committed by GitHub
commit 1ab4793fb3
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

@ -43,7 +43,7 @@
"tslib": "^2.6.2",
"typescript": "^5.0.4",
"uuid": "^9.0.1",
"vite": "^4.4.11"
"vite": "^4.5.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -4684,9 +4684,9 @@
}
},
"node_modules/vite": {
"version": "4.4.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz",
"integrity": "sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz",
"integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==",
"dev": true,
"dependencies": {
"esbuild": "^0.18.10",

View File

@ -49,6 +49,6 @@
"tslib": "^2.6.2",
"typescript": "^5.0.4",
"uuid": "^9.0.1",
"vite": "^4.4.11"
"vite": "^4.5.0"
}
}