From 88afe17b717d2cc6e77c27fe1b22052ade4bd4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 16:18:42 +0200 Subject: [PATCH] Bump @types/chai from 4.2.16 to 4.2.17 (#99) Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.16 to 4.2.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c31fa1c..114044f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -612,9 +612,9 @@ } }, "@types/chai": { - "version": "4.2.16", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.16.tgz", - "integrity": "sha512-vI5iOAsez9+roLS3M3+Xx7w+WRuDtSmF8bQkrbcIJ2sC1PcDgVoA0WGpa+bIrJ+y8zqY2oi//fUctkxtIcXJCw==", + "version": "4.2.17", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.17.tgz", + "integrity": "sha512-LaiwWNnYuL8xJlQcE91QB2JoswWZckq9A4b+nMPq8dt8AP96727Nb3X4e74u+E3tm4NLTILNI9MYFsyVc30wSA==", "dev": true }, "@types/chai-spies": { diff --git a/package.json b/package.json index 1163797..0138618 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@graphprotocol/graph-cli": "^0.20.0", "@graphprotocol/graph-ts": "^0.20.0", "@release-it/bumper": "^2.0.0", - "@types/chai": "^4.2.16", + "@types/chai": "^4.2.17", "@types/chai-spies": "^1.0.3", "@types/mocha": "^8.2.2", "@typescript-eslint/eslint-plugin": "^4.22.0",