From 2286bcdf86dfac179d428ff289f8093765c98d77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:51:06 +0000 Subject: [PATCH] chore(deps): update dependency sinon-chai to v4 --- package.json | 4 ++-- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index a529a7e7..6990f336 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@types/mocha": "10.0.9", "@types/node": "20.17.1", "@types/sinon": "17.0.3", - "@types/sinon-chai": "3.2.12", + "@types/sinon-chai": "4.0.0", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "chai": "4.4.1", @@ -146,7 +146,7 @@ "rxjs": "7.8.1", "semantic-release": "24.2.0", "sinon": "19.0.2", - "sinon-chai": "3.7.0", + "sinon-chai": "4.0.0", "source-map-support": "0.5.21", "sqlite3": "5.1.7", "ts-node": "10.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 919a69fd..7f88203f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 17.0.3 version: 17.0.3 '@types/sinon-chai': - specifier: 3.2.12 - version: 3.2.12 + specifier: 4.0.0 + version: 4.0.0 '@typescript-eslint/eslint-plugin': specifier: 7.18.0 version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) @@ -117,8 +117,8 @@ importers: specifier: 19.0.2 version: 19.0.2 sinon-chai: - specifier: 3.7.0 - version: 3.7.0(chai@4.4.1)(sinon@19.0.2) + specifier: 4.0.0 + version: 4.0.0(chai@4.4.1)(sinon@19.0.2) source-map-support: specifier: 0.5.21 version: 0.5.21 @@ -637,8 +637,8 @@ packages: '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - '@types/sinon-chai@3.2.12': - resolution: {integrity: sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==} + '@types/sinon-chai@4.0.0': + resolution: {integrity: sha512-Uar+qk3TmeFsUWCwtqRNqNUE7vf34+MCJiQJR5M2rd4nCbhtE8RgTiHwN/mVwbfCjhmO6DiOel/MgzHkRMJJFg==} '@types/sinon@17.0.3': resolution: {integrity: sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==} @@ -2985,10 +2985,10 @@ packages: simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} - sinon-chai@3.7.0: - resolution: {integrity: sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==} + sinon-chai@4.0.0: + resolution: {integrity: sha512-cWqO7O2I4XfJDWyWElAQ9D/dtdh5Mo0RHndsfiiYyjWnlPzBJdIvjCVURO4EjyYaC3BjV+ISNXCfTXPXTEIEWA==} peerDependencies: - chai: ^4.0.0 + chai: ^5.0.0 sinon: '>=4.0.0' sinon@19.0.2: @@ -4143,7 +4143,7 @@ snapshots: '@types/semver@7.5.8': {} - '@types/sinon-chai@3.2.12': + '@types/sinon-chai@4.0.0': dependencies: '@types/chai': 5.0.0 '@types/sinon': 17.0.3 @@ -6514,7 +6514,7 @@ snapshots: once: 1.4.0 simple-concat: 1.0.1 - sinon-chai@3.7.0(chai@4.4.1)(sinon@19.0.2): + sinon-chai@4.0.0(chai@4.4.1)(sinon@19.0.2): dependencies: chai: 4.4.1 sinon: 19.0.2