From 31fe81729ed15342063321ee7d9f662d29ed10cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:09:05 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. - [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.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- packages/ckan/package.json | 2 +- packages/core/package.json | 2 +- packages/handler-fetch/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83c2862b..3773cb2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "husky": "^9.0.11", "lint-staged": "^15.2.7", "type-detect": "^4.0.8", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "wsrun": "^5.2.4" }, "engines": { @@ -14195,9 +14195,9 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "devOptional": true, "bin": { "tsc": "bin/tsc", @@ -15317,7 +15317,7 @@ "rimraf": "^5.0.7", "trifid-core": "^4.0.6", "trifid-handler-fetch": "^3.1.0", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "xml2js": "^0.6.2", "xml2js-xpath": "^0.13.0" } @@ -15360,7 +15360,7 @@ "mocha": "^10.4.0", "nodemon": "^3.1.4", "rimraf": "^5.0.7", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }, "packages/entity-renderer": { @@ -15418,7 +15418,7 @@ "mocha": "^10.4.0", "rimraf": "^5.0.7", "trifid-core": "^4.0.7", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }, "packages/i18n": { diff --git a/package.json b/package.json index e91d9fab..484566a9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "husky": "^9.0.11", "lint-staged": "^15.2.7", "type-detect": "^4.0.8", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "wsrun": "^5.2.4" } } diff --git a/packages/ckan/package.json b/packages/ckan/package.json index 33a32b5c..7a01766b 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -47,7 +47,7 @@ "rimraf": "^5.0.7", "trifid-core": "^4.0.6", "trifid-handler-fetch": "^3.1.0", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "xml2js": "^0.6.2", "xml2js-xpath": "^0.13.0" } diff --git a/packages/core/package.json b/packages/core/package.json index c1b0cac5..205424f2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -71,7 +71,7 @@ "mocha": "^10.4.0", "nodemon": "^3.1.4", "rimraf": "^5.0.7", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "publishConfig": { "access": "public" diff --git a/packages/handler-fetch/package.json b/packages/handler-fetch/package.json index 23bae309..4660a95e 100644 --- a/packages/handler-fetch/package.json +++ b/packages/handler-fetch/package.json @@ -38,6 +38,6 @@ "mocha": "^10.4.0", "rimraf": "^5.0.7", "trifid-core": "^4.0.7", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }