Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
2
fork

Configure Feed

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

build(deps-dev): bump typescript (#300)

Bumps the nodejs-instrumentation-dev group with 1 update in the /nodejs-instrumentation directory: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: typescript
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: nodejs-instrumentation-dev
...

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
88153c98 ffee9481

+5 -5
+4 -4
nodejs-instrumentation/package-lock.json
··· 24 24 "@opentelemetry/winston-transport": "^0.25.0" 25 25 }, 26 26 "devDependencies": { 27 - "typescript": "^5.3.2" 27 + "typescript": "^6.0.3" 28 28 } 29 29 }, 30 30 "node_modules/@colors/colors": { ··· 2205 2205 } 2206 2206 }, 2207 2207 "node_modules/typescript": { 2208 - "version": "5.9.3", 2209 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 2210 - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 2208 + "version": "6.0.3", 2209 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", 2210 + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", 2211 2211 "dev": true, 2212 2212 "license": "Apache-2.0", 2213 2213 "bin": {
+1 -1
nodejs-instrumentation/package.json
··· 25 25 "@opentelemetry/winston-transport": "^0.25.0" 26 26 }, 27 27 "devDependencies": { 28 - "typescript": "^5.3.2" 28 + "typescript": "^6.0.3" 29 29 } 30 30 }