From c9136337ca0a35ce91c52053a1b184069a2a8778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:27:35 +0000 Subject: [PATCH] chore: update dependency chai to ^5.3.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96e50d8b..2fb0a31b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "strong-error-handler", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { "accepts": "^1.3.8", @@ -22,7 +22,7 @@ "@commitlint/config-conventional": "^19.8.1", "@eslint/eslintrc": "^3.3.1", "@types/express": "^5.0.3", - "chai": "^5.2.1", + "chai": "^5.3.1", "eslint": "^9.33.0", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.5.0", @@ -1072,9 +1072,9 @@ } }, "node_modules/chai": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.1.tgz", - "integrity": "sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.1.tgz", + "integrity": "sha512-48af6xm9gQK8rhIcOxWwdGzIervm8BVTin+yRp9HEvU20BtVZ2lBywlIJBzwaDtvo0FvjeL7QdCADoUoqIbV3A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ab3f5768..f703c2cd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@commitlint/config-conventional": "^19.8.1", "@eslint/eslintrc": "^3.3.1", "@types/express": "^5.0.3", - "chai": "^5.2.1", + "chai": "^5.3.1", "eslint": "^9.33.0", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^10.5.0",