From 6199c34c691296257440ea29feae8e3f74bd970c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:07:46 +0300 Subject: [PATCH] Bump @types/chai from 4.3.1 to 4.3.2 (#511) Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.1 to 4.3.2. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5281fd8..400397d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@graphprotocol/graph-cli": "^0.33.0", "@graphprotocol/graph-ts": "^0.27.0", - "@types/chai": "^4.3.1", + "@types/chai": "^4.3.2", "@types/chai-spies": "^1.0.3", "@types/mocha": "^9.1.1", "@typescript-eslint/eslint-plugin": "^4.33.0", @@ -1137,9 +1137,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz", - "integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.2.tgz", + "integrity": "sha512-TNeRJV5O1L0s7NM4Xg9q8HPbLnyAMQ9twPMul53hWRld//NnjV/VSw7InBCNrPJyWBPhyoSLlzR2mR9Fq5nJTg==", "dev": true }, "node_modules/@types/chai-spies": { @@ -15501,9 +15501,9 @@ } }, "@types/chai": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz", - "integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.2.tgz", + "integrity": "sha512-TNeRJV5O1L0s7NM4Xg9q8HPbLnyAMQ9twPMul53hWRld//NnjV/VSw7InBCNrPJyWBPhyoSLlzR2mR9Fq5nJTg==", "dev": true }, "@types/chai-spies": { diff --git a/package.json b/package.json index c23175e..45d7536 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@graphprotocol/graph-cli": "^0.33.0", "@graphprotocol/graph-ts": "^0.27.0", - "@types/chai": "^4.3.1", + "@types/chai": "^4.3.2", "@types/chai-spies": "^1.0.3", "@types/mocha": "^9.1.1", "@typescript-eslint/eslint-plugin": "^4.33.0",