diff --git a/package.json b/package.json index 1d633d09..0bbf79fb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@tailwindcss/forms": "^0.5.9", "@types/humanize-duration": "^3.27.4", "@types/js-cookie": "^3.0.6", - "@types/leaflet": "^1.9.14", + "@types/leaflet": "^1.9.15", "@types/lodash": "^4.17.13", "@types/luxon": "^3.4.2", "@types/pluralize": "^0.0.33", @@ -61,7 +61,7 @@ "prettier": "^3.3.3", "sass": "^1.83.0", "tailwindcss": "^3.4.15", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "unplugin-auto-import": "^0.18.6", "unplugin-vue-components": "^0.27.5", "vite-plugin-eslint2": "^5.0.3", diff --git a/yarn.lock b/yarn.lock index 07f932c2..6764190f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3840,10 +3840,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/leaflet@^1.9.14": - version "1.9.14" - resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.9.14.tgz#f008fef281a05e457bbae9f00a82c836af1b9b03" - integrity sha512-sx2q6MDJaajwhKeVgPSvqXd8rhNJSTA3tMidQGduZn9S6WBYxDkCpSpV5xXEmSg7Cgdk/5vJGhVF1kMYLzauBg== +"@types/leaflet@^1.9.15": + version "1.9.15" + resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.9.15.tgz#5054d3cfe115da79bffb7a3a70acc6b310bd7c60" + integrity sha512-7UuggAuAs+mva66gtf2OTB1nEhzU/9JED93TIaOEgvFMvG/dIGQaukHE7izHo1Zd+Ko1L4ETUw7TBc8yUxevpg== dependencies: "@types/geojson" "*" @@ -13550,10 +13550,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@^5.6.3: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +typescript@^5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== ua-parser-js@^1.0.35: version "1.0.39"