Skip to content

Commit

Permalink
chore(deps): bump the typescript group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the typescript group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/sparql-http-client](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sparql-http-client).


Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

Updates `@types/node` from 22.10.5 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/sparql-http-client` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sparql-http-client)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/sparql-http-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent a2c2eed commit 7f6eab0
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 39 deletions.
49 changes: 25 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"type-detect": "^4.1.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"wsrun": "^5.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/ckan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"chai": "^5.1.2",
"chai-subset": "^1.6.0",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"trifid-handler-fetch": "^3.3.4",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"xml2js": "^0.6.2",
"xml2js-xpath": "^0.13.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@fontsource/playfair-display": "^5.1.1",
"@fontsource/roboto": "^5.1.1",
"@rdfjs-elements/formats-pretty": "^0.6.8",
"@types/sparql-http-client": "^3.0.4",
"@types/sparql-http-client": "^3.0.5",
"ajv": "^8.17.1",
"commander": "^13.0.0",
"fastify": "^5.2.1",
Expand All @@ -75,11 +75,11 @@
},
"devDependencies": {
"@rdfjs/types": "^1.1.2",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"import-meta-resolve": "^4.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"CHANGELOG.md"
],
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sparql-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"trifid-core": "^5.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"devDependencies": {
"@openlayers-elements/maps": "^0.4.0",
"@openlayers-elements/swisstopo": "^0.4.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"esbuild": "^0.24.2",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 7f6eab0

Please sign in to comment.