From dfb6b9a7ee1accf5dfe1e0a6af400ed62f6754e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:04:58 +0000 Subject: [PATCH] chore(deps-dev): bump dirty-chai from 3.0.0-rc.1 to 3.0.0 Bumps [dirty-chai](https://github.com/joshperry/dirty-chai) from 3.0.0-rc.1 to 3.0.0. - [Commits](https://github.com/joshperry/dirty-chai/compare/v3.0.0-rc.1...v3.0.0) --- updated-dependencies: - dependency-name: dirty-chai dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc87811..4ff18e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-istanbul": "^7.0.1", "chai": "^6.2.2", - "dirty-chai": "^3.0.0-rc.1", + "dirty-chai": "^3.0.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.32.0", @@ -3054,11 +3054,10 @@ } }, "node_modules/dirty-chai": { - "version": "3.0.0-rc.1", - "resolved": "https://registry.npmjs.org/dirty-chai/-/dirty-chai-3.0.0-rc.1.tgz", - "integrity": "sha512-lu/LfWeMOM1wY4mSemtVRAFw47fqvdplFo6fRayj9zngDI14GcNZDPYQVVsjW+oavSDxDtxG2Gs9CKEjpZ4qDg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/dirty-chai/-/dirty-chai-3.0.0.tgz", + "integrity": "sha512-pzsYGYaSyA8YlkTSIihBKFmIx5kxb/pYHLYl0uAC9wVx9am/iFzqVruGds/HNie7C+Wx0C8t70jC5zYI7NVOzA==", "dev": true, - "license": "MIT", "peerDependencies": { "chai": ">= 6.2.0 < 7" } @@ -11542,9 +11541,9 @@ "dev": true }, "dirty-chai": { - "version": "3.0.0-rc.1", - "resolved": "https://registry.npmjs.org/dirty-chai/-/dirty-chai-3.0.0-rc.1.tgz", - "integrity": "sha512-lu/LfWeMOM1wY4mSemtVRAFw47fqvdplFo6fRayj9zngDI14GcNZDPYQVVsjW+oavSDxDtxG2Gs9CKEjpZ4qDg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/dirty-chai/-/dirty-chai-3.0.0.tgz", + "integrity": "sha512-pzsYGYaSyA8YlkTSIihBKFmIx5kxb/pYHLYl0uAC9wVx9am/iFzqVruGds/HNie7C+Wx0C8t70jC5zYI7NVOzA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 684bd59..f571a59 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-istanbul": "^7.0.1", "chai": "^6.2.2", - "dirty-chai": "^3.0.0-rc.1", + "dirty-chai": "^3.0.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.32.0",