Skip to content

Commit 11a2884

Browse files
dependabot[bot]stepankuzmin
authored andcommitted
Bump sinon from 17.0.0 to 17.0.1 (internal-916)
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.0 to 17.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v17.0.0...v17.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e75b0e8 commit 11a2884

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"selenium-webdriver": "^4.15.0",
9191
"serve-static": "^1.15.0",
9292
"shuffle-seed": "^1.1.6",
93-
"sinon": "^17.0.0",
93+
"sinon": "^17.0.1",
9494
"st": "^3.0.0",
9595
"stylelint": "^15.11.0",
9696
"stylelint-config-standard": "^34.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,10 +7541,10 @@ simple-get@^4.0.0:
75417541
once "^1.3.1"
75427542
simple-concat "^1.0.0"
75437543

7544-
sinon@^17.0.0:
7545-
version "17.0.0"
7546-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.0.tgz#626fde5d903c16dba16fd52afdb9917508dd26ae"
7547-
integrity sha512-p4lJiYKBoOEVUxxVIC9H1MM2znG1/c8gud++I2BauJA5hsz7hHsst35eurNWXTusBsIq66FzOQbZ/uMdpvbPIQ==
7544+
sinon@^17.0.1:
7545+
version "17.0.1"
7546+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
7547+
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
75487548
dependencies:
75497549
"@sinonjs/commons" "^3.0.0"
75507550
"@sinonjs/fake-timers" "^11.2.2"

0 commit comments

Comments
 (0)