From 4cb39eaefd4c9dd75a3b29898c91ad7a0b2f32ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 06:03:56 +0000 Subject: [PATCH] Bump typescript from 5.0.2 to 5.0.3 in /javascript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 28 +++++++++---------- javascript/packages/cli/package.json | 2 +- javascript/packages/orchestrator/package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 28c3ac5b2..c3696a070 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -3909,9 +3909,9 @@ } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -4196,17 +4196,17 @@ }, "packages/cli": { "name": "@zombienet/cli", - "version": "1.3.42", + "version": "1.3.43", "license": "GPL-3.0-or-later", "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.7", - "@zombienet/orchestrator": "^0.0.33", + "@zombienet/orchestrator": "^0.0.34", "@zombienet/utils": "^0.0.18", "cli-progress": "^3.12.0", "commander": "^10.0.0", "debug": "^4.3.2", "nunjucks": "^3.2.3", - "typescript": "^5.0.2" + "typescript": "^5.0.3" }, "bin": { "zombienet": "dist/cli.js" @@ -4222,7 +4222,7 @@ }, "packages/orchestrator": { "name": "@zombienet/orchestrator", - "version": "0.0.33", + "version": "0.0.34", "license": "GPL-3.0-or-later", "dependencies": { "@polkadot/api": "^10.2.1", @@ -4243,7 +4243,7 @@ "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", "tmp-promise": "^3.0.2", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "yaml": "^2.2.1" }, "devDependencies": { @@ -4941,14 +4941,14 @@ "@types/cli-progress": "^3.11.0", "@types/nunjucks": "^3.2.2", "@zombienet/dsl-parser-wrapper": "^0.1.7", - "@zombienet/orchestrator": "^0.0.33", + "@zombienet/orchestrator": "^0.0.34", "@zombienet/utils": "^0.0.18", "cli-progress": "^3.12.0", "commander": "^10.0.0", "debug": "^4.3.2", "nunjucks": "^3.2.3", "pkg": "~5.8.1", - "typescript": "^5.0.2" + "typescript": "^5.0.3" } }, "@zombienet/dsl-parser-wrapper": { @@ -4982,7 +4982,7 @@ "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", "tmp-promise": "^3.0.2", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "yaml": "^2.2.1" } }, @@ -7110,9 +7110,9 @@ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" }, "typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==" + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==" }, "uint8arrays": { "version": "3.1.1", diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index 4340ffe01..cc436c56d 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -59,7 +59,7 @@ "commander": "^10.0.0", "debug": "^4.3.2", "nunjucks": "^3.2.3", - "typescript": "^5.0.2" + "typescript": "^5.0.3" }, "devDependencies": { "@types/cli-progress": "^3.11.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 4cae0b6a0..5b829eae7 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -51,7 +51,7 @@ "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", "tmp-promise": "^3.0.2", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "yaml": "^2.2.1" }, "devDependencies": {