diff --git a/wls-gui-wahllokalsystem/package-lock.json b/wls-gui-wahllokalsystem/package-lock.json index c41976e52..90a3c88a2 100644 --- a/wls-gui-wahllokalsystem/package-lock.json +++ b/wls-gui-wahllokalsystem/package-lock.json @@ -24,8 +24,8 @@ "@vue/eslint-config-prettier": "10.1.0", "@vue/eslint-config-typescript": "14.1.4", "@vue/test-utils": "2.4.6", - "@vue/tsconfig": "0.5.1", - "axios": "^1.7.9", + "@vue/tsconfig": "0.7.0", + "axios": "1.7.9", "eslint": "9.14.0", "eslint-plugin-vue": "9.31.0", "jsdom": "25.0.1", @@ -1702,10 +1702,22 @@ } }, "node_modules/@vue/tsconfig": { - "version": "0.5.1", - "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", + "version": "0.7.0", + "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==", "dev": true, - "license": "MIT" + "license": "MIT", + "peerDependencies": { + "typescript": "5.x", + "vue": "^3.4.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "vue": { + "optional": true + } + } }, "node_modules/@vuetify/loader-shared": { "version": "2.0.3", diff --git a/wls-gui-wahllokalsystem/package.json b/wls-gui-wahllokalsystem/package.json index b6a7bb226..6d464f849 100644 --- a/wls-gui-wahllokalsystem/package.json +++ b/wls-gui-wahllokalsystem/package.json @@ -32,7 +32,7 @@ "@vue/eslint-config-prettier": "10.1.0", "@vue/eslint-config-typescript": "14.1.4", "@vue/test-utils": "2.4.6", - "@vue/tsconfig": "0.5.1", + "@vue/tsconfig": "0.7.0", "axios": "1.7.9", "eslint": "9.14.0", "eslint-plugin-vue": "9.31.0",