The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps-dev): bump typescript from 5.4.5 to 5.5.3 (#1254)

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

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
596e06ab c95f1d23

+5 -5
+4 -4
package-lock.json
··· 82 82 "esbuild": "^0.19.9", 83 83 "prettier": "^3.3.2", 84 84 "tsx": "^4.16.0", 85 - "typescript": "^5.4.5" 85 + "typescript": "^5.5.3" 86 86 }, 87 87 "engines": { 88 88 "node": ">=18.14", ··· 6163 6163 } 6164 6164 }, 6165 6165 "node_modules/typescript": { 6166 - "version": "5.4.5", 6167 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", 6168 - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", 6166 + "version": "5.5.3", 6167 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", 6168 + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", 6169 6169 "dev": true, 6170 6170 "bin": { 6171 6171 "tsc": "bin/tsc",
+1 -1
package.json
··· 105 105 "esbuild": "^0.19.9", 106 106 "prettier": "^3.3.2", 107 107 "tsx": "^4.16.0", 108 - "typescript": "^5.4.5" 108 + "typescript": "^5.5.3" 109 109 } 110 110 }