From 6f4078df78d83da5326779b5bee6fab7345d946a Mon Sep 17 00:00:00 2001 From: "ogkevin-robot[bot]" <140143426+ogkevin-robot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:10:21 +0000 Subject: [PATCH] fix(deps): update @types/chai to 4.3.6 | datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | npm | @types/chai | 4.3.5 | 4.3.6 | --- 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 4d0dd1e0..514f92ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "sql.js": "1.8.0" }, "devDependencies": { - "@types/chai": "4.3.5", + "@types/chai": "4.3.6", "@types/mocha": "10.0.1", "@types/node": "18.17.14", "@types/sql.js": "1.4.4", @@ -1118,9 +1118,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/codemirror": { @@ -5232,9 +5232,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/codemirror": { diff --git a/package.json b/package.json index fdf8c2e6..ac39352b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@types/chai": "4.3.5", + "@types/chai": "4.3.6", "@types/mocha": "10.0.1", "@types/node": "18.17.14", "@types/sql.js": "1.4.4",