diff --git a/package-lock.json b/package-lock.json index 5c44679d..17eb536c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/node": "^14.17.34", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vuedx/typescript-plugin-vue": "^0.7.4", "autoprefixer": "^10.4.0", "esbuild": "^0.13.15", @@ -896,9 +896,9 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.10.0.tgz", - "integrity": "sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.10.1.tgz", + "integrity": "sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg==", "dev": true, "engines": { "node": ">=12.0.0" @@ -6882,9 +6882,9 @@ } }, "@vitejs/plugin-vue": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.10.0.tgz", - "integrity": "sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.10.1.tgz", + "integrity": "sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index a00079f9..9a16fc24 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/node": "^14.17.34", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", - "@vitejs/plugin-vue": "^1.10.0", + "@vitejs/plugin-vue": "^1.10.1", "@vuedx/typescript-plugin-vue": "^0.7.4", "autoprefixer": "^10.4.0", "esbuild": "^0.13.15",