From 0a0b6fff06438e3cc4c1065b6d4498cea8db2380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:54:09 +0000 Subject: [PATCH] build(deps): bump @types/chai from 4.3.5 to 4.3.6 (#1736) Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.5 to 4.3.6. - [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 dd7dcecb0..646b170b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@snowpack/web-test-runner-plugin": "^0.2.2", "@stylelint/postcss-css-in-js": "^0.38.0", "@types/byline": "^4.2.33", - "@types/chai": "^4.3.5", + "@types/chai": "^4.3.6", "@types/chai-like": "^1.1.1", "@types/chai-things": "^0.0.35", "@types/chrome": "0.0.148", @@ -2549,9 +2549,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz", - "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz", + "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==", "dev": true }, "node_modules/@types/chai-like": { @@ -25850,9 +25850,9 @@ } }, "@types/chai": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz", - "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz", + "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==", "dev": true }, "@types/chai-like": { diff --git a/package.json b/package.json index 573f385e4..987de011e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@snowpack/web-test-runner-plugin": "^0.2.2", "@stylelint/postcss-css-in-js": "^0.38.0", "@types/byline": "^4.2.33", - "@types/chai": "^4.3.5", + "@types/chai": "^4.3.6", "@types/chai-like": "^1.1.1", "@types/chai-things": "^0.0.35", "@types/chrome": "0.0.148",