Merge pull request #375 from Niek/dependabot/npm_and_yarn/vite-4.5.1

Bump vite from 4.5.0 to 4.5.1
This commit is contained in:
Niek van der Maas 2023-12-18 09:36:39 +01:00 committed by GitHub
commit ec76a963af
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", "tslib": "^2.6.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^4.5.0" "vite": "^4.5.1"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -4776,9 +4776,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "4.5.0", "version": "4.5.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz",
"integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.18.10", "esbuild": "^0.18.10",

View File

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