diff --git a/web/package.json b/web/package.json index 27cf03f7..942a48c3 100644 --- a/web/package.json +++ b/web/package.json @@ -40,7 +40,7 @@ "prettier": "2.8.0", "tailwindcss": "^3.2.4", "typescript": "~4.9.3", - "vite": "^2.9.14", + "vite": "^2.9.16", "vue-tsc": "^1.0.22" }, "lint-staged": { diff --git a/web/yarn.lock b/web/yarn.lock index 49faa12f..fd1a3649 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1620,9 +1620,10 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@^2.59.0: - version "2.74.1" - resolved "https://registry.npmjs.org/rollup/-/rollup-2.74.1.tgz" +"rollup@>=2.59.0 <2.78.0": + version "2.77.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12" + integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g== optionalDependencies: fsevents "~2.3.2" @@ -1851,14 +1852,15 @@ util-deprecate@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" -vite@^2.9.14: - version "2.9.14" - resolved "https://registry.npmjs.org/vite/-/vite-2.9.14.tgz" +vite@^2.9.16: + version "2.9.16" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9" + integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA== dependencies: esbuild "^0.14.27" postcss "^8.4.13" resolve "^1.22.0" - rollup "^2.59.0" + rollup ">=2.59.0 <2.78.0" optionalDependencies: fsevents "~2.3.2"