From 0d12fbc330e79216ff3906450684ab49c898a59a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 09:33:00 +0000 Subject: [PATCH] chore(deps): update dependency chai to ^4.5.0 --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 175b5b97..8d7afc11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/buffer-crc32": "^0.2.4", - "@types/chai": "4.3.9", + "@types/chai": "4.3.20", "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.10", "@types/node": "^16.18.126", @@ -39,7 +39,7 @@ "@typescript-eslint/parser": "^5.62.0", "@vscode/debugadapter-testsupport": "^1.68.0", "@vscode/vsce": "^3.6.0", - "chai": "^4.3.10", + "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "copyfiles": "^2.4.1", "eslint": "^8.57.1", @@ -2833,9 +2833,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", - "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", + "version": "4.3.20", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", + "integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==", "dev": true }, "node_modules/@types/chai-as-promised": { @@ -16403,9 +16403,9 @@ } }, "@types/chai": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", - "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", + "version": "4.3.20", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz", + "integrity": "sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==", "dev": true }, "@types/chai-as-promised": { diff --git a/package.json b/package.json index 717617de..c38a7cd2 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/buffer-crc32": "^0.2.4", - "@types/chai": "4.3.9", + "@types/chai": "4.3.20", "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.10", "@types/node": "^16.18.126", @@ -73,7 +73,7 @@ "@typescript-eslint/parser": "^5.62.0", "@vscode/debugadapter-testsupport": "^1.68.0", "@vscode/vsce": "^3.6.0", - "chai": "^4.3.10", + "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "copyfiles": "^2.4.1", "eslint": "^8.57.1",