From 006d39770f84483b24ddeec7856c9d8dc84542ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 05:20:41 +0000 Subject: [PATCH] chore(deps): bump @types/chai from 4.3.7 to 4.3.8 in /javascript Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.7 to 4.3.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 12 ++++++------ javascript/package.json | 2 +- javascript/packages/orchestrator/package.json | 2 +- javascript/packages/utils/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 0b34b5da4..2692c41b5 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -18,7 +18,7 @@ "@polkadot/keyring": "^12.5.1", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "chai": "^4.3.10" }, "bin": { @@ -1226,9 +1226,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.7.tgz", - "integrity": "sha512-/k+vesl92vMvMygmQrFe9Aimxi6oQXFUX9mA5HanTrKUSAMoLauSi6PNFOdRw0oeqilaW600GNx2vSaT2f8aIQ==" + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", + "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==" }, "node_modules/@types/cli-progress": { "version": "3.11.3", @@ -6545,7 +6545,7 @@ "yaml": "^2.3.2" }, "devDependencies": { - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/fs-extra": "^11.0.2", "@types/jsdom": "^21.1.3", "@types/minimatch": "^5.1.2", @@ -6568,7 +6568,7 @@ "ts-node": "^10.9.1" }, "devDependencies": { - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/deep-equal-in-any-order": "^1.0.1", "@types/mocha": "^10.0.2", "@types/nunjucks": "^3.2.4", diff --git a/javascript/package.json b/javascript/package.json index cd560ed98..339786463 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -35,7 +35,7 @@ "@polkadot/keyring": "^12.5.1", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "chai": "^4.3.10" }, "devDependencies": { diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 118421b5a..9d9ae830d 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -58,7 +58,7 @@ "yaml": "^2.3.2" }, "devDependencies": { - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/fs-extra": "^11.0.2", "@types/jsdom": "^21.1.3", "@types/minimatch": "^5.1.2", diff --git a/javascript/packages/utils/package.json b/javascript/packages/utils/package.json index 34cb871dc..b90555eb3 100644 --- a/javascript/packages/utils/package.json +++ b/javascript/packages/utils/package.json @@ -38,7 +38,7 @@ "ts-node": "^10.9.1" }, "devDependencies": { - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.8", "@types/deep-equal-in-any-order": "^1.0.1", "@types/mocha": "^10.0.2", "@types/nunjucks": "^3.2.4",