1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore(deps): bump typescript from 4.6.4 to 5.8.3

Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.6.4 to 5.8.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v4.6.4...v5.8.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-01 19:15:47 +00:00
committed by GitHub
parent d93ae90373
commit 718bcaa861
2 changed files with 9 additions and 60 deletions

67
package-lock.json generated
View File

@@ -26,7 +26,6 @@
"cpu-features": "^0.0.10",
"cross-env": "~7.0.2",
"css-loader": "~6.5.0",
"dmg-license": "~1.0.11",
"electron-log": "~5.0.1",
"electron-store": "~8.1.0",
"electron-updater": "~4.6.5",
@@ -59,7 +58,7 @@
"style-loader": "~3.3.1",
"tree-kill": "~1.2.2",
"ts-loader": "~9.2.8",
"typescript": "~4.6.3",
"typescript": "~5.8.3",
"unzip-crx-3": "~0.2.0",
"v-mask": "~2.3.0",
"vue": "~3.4.27",
@@ -2164,19 +2163,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@commitlint/load/node_modules/typescript": {
"version": "5.4.2",
"dev": true,
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/@commitlint/message": {
"version": "19.0.0",
"dev": true,
@@ -6073,18 +6059,6 @@
"node": ">=16 || 14 >=14.17"
}
},
"node_modules/config-file-ts/node_modules/typescript": {
"version": "5.4.5",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/connect-history-api-fallback": {
"version": "2.0.0",
"dev": true,
@@ -15504,20 +15478,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/stylelint/node_modules/typescript": {
"version": "5.3.2",
"dev": true,
"license": "Apache-2.0",
"optional": true,
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/stylelint/node_modules/yallist": {
"version": "4.0.0",
"dev": true,
@@ -16215,14 +16175,16 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "4.6.4",
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/uglify-js": {
@@ -18724,11 +18686,6 @@
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
}
},
"typescript": {
"version": "5.4.2",
"dev": true,
"peer": true
}
}
},
@@ -21281,10 +21238,6 @@
"minipass": {
"version": "7.1.1",
"dev": true
},
"typescript": {
"version": "5.4.5",
"dev": true
}
}
},
@@ -27109,12 +27062,6 @@
"version": "1.4.0",
"dev": true
},
"typescript": {
"version": "5.3.2",
"dev": true,
"optional": true,
"peer": true
},
"yallist": {
"version": "4.0.0",
"dev": true
@@ -27625,7 +27572,9 @@
"dev": true
},
"typescript": {
"version": "4.6.4"
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="
},
"uglify-js": {
"version": "3.17.4",

View File

@@ -167,7 +167,7 @@
"style-loader": "~3.3.1",
"tree-kill": "~1.2.2",
"ts-loader": "~9.2.8",
"typescript": "~4.6.3",
"typescript": "~5.8.3",
"unzip-crx-3": "~0.2.0",
"v-mask": "~2.3.0",
"vue": "~3.4.27",