diff --git a/package-lock.json b/package-lock.json index 696b1d1..59a8450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/leaflet": "1.7.4", "@typescript-eslint/eslint-plugin": "^4.29", "@typescript-eslint/parser": "^4.29", - "@vitejs/plugin-vue": "^1.4", + "@vitejs/plugin-vue": "^1.6", "@vue/compiler-sfc": "^3.2.6", "@vue/eslint-config-typescript": "^7.0", "eslint": "^7.32", @@ -579,15 +579,15 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz", - "integrity": "sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz", + "integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==", "dev": true, "engines": { "node": ">=12.0.0" }, "peerDependencies": { - "@vue/compiler-sfc": "^3.0.8" + "@vue/compiler-sfc": "^3.2.6" } }, "node_modules/@volar/code-gen": { @@ -4261,9 +4261,9 @@ } }, "@vitejs/plugin-vue": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz", - "integrity": "sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz", + "integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 20184f6..4fa927f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/leaflet": "1.7.4", "@typescript-eslint/eslint-plugin": "^4.29", "@typescript-eslint/parser": "^4.29", - "@vitejs/plugin-vue": "^1.4", + "@vitejs/plugin-vue": "^1.6", "@vue/compiler-sfc": "^3.2.6", "@vue/eslint-config-typescript": "^7.0", "eslint": "^7.32",