Merge pull request #227 from Niek/dependabot/npm_and_yarn/vite-4.4.4

Bump vite from 4.4.2 to 4.4.4
This commit is contained in:
Niek van der Maas 2023-07-17 10:50:06 +02:00 committed by GitHub
commit 3dd43b9f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -42,7 +42,7 @@
"tslib": "^2.6.0", "tslib": "^2.6.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"vite": "^4.4.2" "vite": "^4.4.4"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -4502,13 +4502,13 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "4.4.2", "version": "4.4.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.2.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.4.tgz",
"integrity": "sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==", "integrity": "sha512-4mvsTxjkveWrKDJI70QmelfVqTm+ihFAb6+xf4sjEU2TmUCTlVX87tmg/QooPEMQb/lM9qGHT99ebqPziEd3wg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.18.10", "esbuild": "^0.18.10",
"postcss": "^8.4.24", "postcss": "^8.4.25",
"rollup": "^3.25.2" "rollup": "^3.25.2"
}, },
"bin": { "bin": {

View File

@ -48,6 +48,6 @@
"tslib": "^2.6.0", "tslib": "^2.6.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"vite": "^4.4.2" "vite": "^4.4.4"
} }
} }