From 6d29808cf7789e5b145431c192cbc7c847bb7ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:50:42 +0200 Subject: [PATCH] Bump @types/chai from 4.3.8 to 4.3.9 in /www (#144) Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.8 to 4.3.9. - [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> --- www/package-lock.json | 14 +++++++------- www/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/package-lock.json b/www/package-lock.json index de265d6..94fdeab 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -20,7 +20,7 @@ "@babel/plugin-transform-runtime": "^7.23.2", "@babel/preset-env": "^7.23.2", "@istanbuljs/nyc-config-babel": "^3.0.0", - "@types/chai": "^4.3.8", + "@types/chai": "^4.3.9", "@types/mocha": "^10.0.2", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "^6.1.1", @@ -2639,9 +2639,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", + "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", "dev": true }, "node_modules/@types/connect": { @@ -11292,9 +11292,9 @@ } }, "@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", + "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", "dev": true }, "@types/connect": { diff --git a/www/package.json b/www/package.json index ec6ee20..daa0547 100644 --- a/www/package.json +++ b/www/package.json @@ -26,7 +26,7 @@ "@babel/plugin-transform-runtime": "^7.23.2", "@babel/preset-env": "^7.23.2", "@istanbuljs/nyc-config-babel": "^3.0.0", - "@types/chai": "^4.3.8", + "@types/chai": "^4.3.9", "@types/mocha": "^10.0.2", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "^6.1.1",