From 0170c576a19641315263b64efea20d7062e7501f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 03:18:59 +0000 Subject: [PATCH] Bump @types/chai from 4.3.4 to 4.3.5 Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.4 to 4.3.5. - [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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index be99928..0ec8833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typechain/ethers-v5": "^10.2.0", "@typechain/truffle-v5": "^8.0.2", "@typechain/web3-v1": "^6.0.2", - "@types/chai": "^4.3.4", + "@types/chai": "^4.3.5", "@types/ethereum-protocol": "^1.0.2", "@types/mocha": "^10.0.1", "@types/web3": "1.2.2", @@ -3248,9 +3248,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz", - "integrity": "sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz", + "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==", "dev": true }, "node_modules/@types/concat-stream": { @@ -18159,9 +18159,9 @@ } }, "@types/chai": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz", - "integrity": "sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz", + "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==", "dev": true }, "@types/concat-stream": { diff --git a/package.json b/package.json index e99ab4a..fe2f6ec 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@typechain/ethers-v5": "^10.2.0", "@typechain/truffle-v5": "^8.0.2", "@typechain/web3-v1": "^6.0.2", - "@types/chai": "^4.3.4", + "@types/chai": "^4.3.5", "@types/ethereum-protocol": "^1.0.2", "@types/mocha": "^10.0.1", "@types/web3": "1.2.2",