diff --git a/package-lock.json b/package-lock.json index d22db54..bcff9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "stylelint": "17.8.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", - "typescript": "6.0.2", + "typescript": "6.0.3", "typescript-eslint": "8.58.2", "vite-plugin-vuetify": "2.1.3", "vue": "3.5.32", @@ -20631,9 +20631,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", - "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index c4644df..d29c157 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "stylelint": "17.8.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", - "typescript": "6.0.2", + "typescript": "6.0.3", "typescript-eslint": "8.58.2", "vite-plugin-vuetify": "2.1.3", "vue": "3.5.32",