build(deps): bump typescript from 4.6.4 to 5.5.4

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

---
updated-dependencies:
- dependency-name: typescript
  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] 2024-08-30 07:09:03 +00:00 committed by GitHub
parent 5fd9fe48a2
commit a09d6719e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 60 deletions

67
package-lock.json generated
View File

@ -58,7 +58,7 @@
"style-loader": "~3.3.1",
"tree-kill": "~1.2.2",
"ts-loader": "~9.2.8",
"typescript": "~4.6.3",
"typescript": "~5.5.4",
"unzip-crx-3": "~0.2.0",
"v-mask": "~2.3.0",
"vue": "~3.4.27",
@ -2192,19 +2192,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,
@ -5965,18 +5952,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,
@ -15012,20 +14987,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,
@ -15681,14 +15642,15 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "4.6.4",
"license": "Apache-2.0",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/uglify-js": {
@ -18148,11 +18110,6 @@
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
}
},
"typescript": {
"version": "5.4.2",
"dev": true,
"peer": true
}
}
},
@ -20594,10 +20551,6 @@
"minipass": {
"version": "7.1.1",
"dev": true
},
"typescript": {
"version": "5.4.5",
"dev": true
}
}
},
@ -26156,12 +26109,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
@ -26636,7 +26583,9 @@
"dev": true
},
"typescript": {
"version": "4.6.4"
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q=="
},
"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.5.4",
"unzip-crx-3": "~0.2.0",
"v-mask": "~2.3.0",
"vue": "~3.4.27",