Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 6eff3ec commit 48d37d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@
"mocha": "10.7.3",
"mock-require": "3.0.3",
"shx": "0.3.4",
"sinon": "19.0.0",
"sinon": "19.0.1",
"sinon-chai": "3.7.0",
"ts-loader": "9.5.1",
"vscode-uri": "3.0.8",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13672,7 +13672,7 @@ nise@^1.5.2:
lolex "^5.0.1"
path-to-regexp "^1.7.0"

nise@^6.1.0:
nise@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/nise/-/nise-6.1.1.tgz#78ea93cc49be122e44cb7c8fdf597b0e8778b64a"
integrity sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==
Expand Down Expand Up @@ -16150,16 +16150,16 @@ [email protected]:
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==

[email protected].0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-19.0.0.tgz#c75f049da690bfb4d1fcd8b8d6e24de55d208722"
integrity sha512-YwPCB6NgZDam4hsEWe0mzTNbtKWFUtnpMSSQR+CmhWtVCkMqynwl9d7AjmfE7pPlGCXkHSi80mPHy70RTsAijg==
[email protected].1:
version "19.0.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-19.0.1.tgz#6e7943fc8af05ed2d62d37ba9b3cee5c36726b7e"
integrity sha512-ApJ40RwBpAh/Gi/iR+6x0blGleY1lOWkiTTyxmBE2KBWRvoEa2QNAzB0d7FoiT1C19GIq6bDcOYZAISnE2Cr0Q==
dependencies:
"@sinonjs/commons" "^3.0.1"
"@sinonjs/fake-timers" "13.0.1"
"@sinonjs/samsam" "^8.0.1"
diff "^7.0.0"
nise "^6.1.0"
nise "^6.1.1"
supports-color "^7.2.0"

sinon@^7.2.7:
Expand Down

0 comments on commit 48d37d7

Please sign in to comment.