aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorUri Shaked2023-06-06 08:14:34 +0300
committerGitHub2023-06-06 08:14:34 +0300
commit651af8209879130b9fc58368c8cf7c89e7e49fba (patch)
tree2cec199f1a6b44e6ec07cdba116f0445d6ea5a79 /package-lock.json
parent0.20.1 (diff)
parentchore(deps-dev): bump vite from 2.9.13 to 2.9.16 (diff)
downloadavr8js-651af8209879130b9fc58368c8cf7c89e7e49fba.tar.gz
avr8js-651af8209879130b9fc58368c8cf7c89e7e49fba.tar.bz2
avr8js-651af8209879130b9fc58368c8cf7c89e7e49fba.zip
Merge pull request #141 from wokwi/dependabot/npm_and_yarn/vite-2.9.16
chore(deps-dev): bump vite from 2.9.13 to 2.9.16
Diffstat (limited to '')
-rw-r--r--package-lock.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index a02f706..a3e95d4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7648,15 +7648,15 @@
"dev": true
},
"node_modules/vite": {
- "version": "2.9.13",
- "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz",
- "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==",
+ "version": "2.9.16",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz",
+ "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.27",
"postcss": "^8.4.13",
"resolve": "^1.22.0",
- "rollup": "^2.59.0"
+ "rollup": ">=2.59.0 <2.78.0"
},
"bin": {
"vite": "bin/vite.js"
@@ -13465,16 +13465,16 @@
}
},
"vite": {
- "version": "2.9.13",
- "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz",
- "integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==",
+ "version": "2.9.16",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz",
+ "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==",
"dev": true,
"requires": {
"esbuild": "^0.14.27",
"fsevents": "~2.3.2",
"postcss": "^8.4.13",
"resolve": "^1.22.0",
- "rollup": "^2.59.0"
+ "rollup": ">=2.59.0 <2.78.0"
},
"dependencies": {
"postcss": {