chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 (#5649)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 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/v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5671/head
dependabot[bot] 2024-08-24 21:01:47 +05:30 committed by GitHub
parent 4f65a9296f
commit d5113d6b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -43,7 +43,7 @@
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.5",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
"typescript": "^5.5.4"
}
},
"node_modules/@ampproject/remapping": {
@ -12206,9 +12206,9 @@
"dev": true
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -91,6 +91,6 @@
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.5",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
"typescript": "^5.5.4"
}
}