diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 04f7c07..c378859 100644 --- a/package.json +++ b/package.json | |||
@@ -24,7 +24,7 @@ | |||
24 | "http-server": "^14.1.1", | 24 | "http-server": "^14.1.1", |
25 | "prettier": "^3.0.3", | 25 | "prettier": "^3.0.3", |
26 | "sass": "^1.68.0", | 26 | "sass": "^1.68.0", |
27 | "vite": "^4.4.9", | 27 | "vite": "^4.5.2", |
28 | "vite-plugin-pwa": "^0.16.5" | 28 | "vite-plugin-pwa": "^0.16.5" |
29 | }, | 29 | }, |
30 | "license": "Apache-2.0" | 30 | "license": "Apache-2.0" |
@@ -3617,10 +3617,10 @@ vite-plugin-pwa@^0.16.5: | |||
3617 | workbox-build "^7.0.0" | 3617 | workbox-build "^7.0.0" |
3618 | workbox-window "^7.0.0" | 3618 | workbox-window "^7.0.0" |
3619 | 3619 | ||
3620 | vite@^4.4.9: | 3620 | vite@^4.5.2: |
3621 | version "4.4.9" | 3621 | version "4.5.2" |
3622 | resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d" | 3622 | resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82" |
3623 | integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA== | 3623 | integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w== |
3624 | dependencies: | 3624 | dependencies: |
3625 | esbuild "^0.18.10" | 3625 | esbuild "^0.18.10" |
3626 | postcss "^8.4.27" | 3626 | postcss "^8.4.27" |