From ffef3d42294e5b43684f8abccca6d245c506fe24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:49:39 +0000 Subject: [PATCH] build(deps-dev): Bump sinon from 15.2.0 to 16.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6919338..bebfe13c 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4", - "sinon": "^15.2.0", + "sinon": "^16.0.0", "ts-node": "^10.9.1", "typescript": "~5.2.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 09fa3719..ffc1a47a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -211,8 +211,8 @@ devDependencies: specifier: ^7.5.3 version: 7.5.4 sinon: - specifier: ^15.2.0 - version: 15.2.0 + specifier: ^16.0.0 + version: 16.0.0 ts-node: specifier: ^10.9.1 version: 10.9.1(@types/node@20.6.0)(typescript@5.2.2) @@ -8612,8 +8612,8 @@ packages: string-width: 1.0.2 dev: true - /sinon@15.2.0: - resolution: {integrity: sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==} + /sinon@16.0.0: + resolution: {integrity: sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==} dependencies: '@sinonjs/commons': 3.0.0 '@sinonjs/fake-timers': 10.3.0 -- 2.34.1