chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 in /docs (#2581)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3.
- [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.5.4...v5.6.3)

---
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>
This commit is contained in:
dependabot[bot] 2024-10-23 01:39:19 +02:00 committed by GitHub
parent 8ed556df62
commit 4c47d67e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -43,7 +43,7 @@
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "^3.3.3",
"string-replace-loader": "^3.1.0",
"typescript": "^5.0.4",
"typescript": "^5.6.3",
"webpack": "^5.95.0"
}
},
@ -21177,10 +21177,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"license": "Apache-2.0",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -62,7 +62,7 @@
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "^3.3.3",
"string-replace-loader": "^3.1.0",
"typescript": "^5.0.4",
"typescript": "^5.6.3",
"webpack": "^5.95.0"
}
}