Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sinon to v18.0.1 #21981

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.12.0",
"serve-handler": "6.1.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"systemjs": "6.15.1",
"tar": "7.4.3",
"terser-webpack-plugin": "5.3.10",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3914,7 +3914,7 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^11.2.2":
"@sinonjs/fake-timers@npm:11.2.2, @sinonjs/fake-timers@npm:^11.2.2":
version: 11.2.2
resolution: "@sinonjs/fake-timers@npm:11.2.2"
dependencies:
Expand Down Expand Up @@ -9072,7 +9072,7 @@ __metadata:
rollup-plugin-visualizer: "npm:5.12.0"
rrule: "npm:2.8.1"
serve-handler: "npm:6.1.5"
sinon: "npm:18.0.0"
sinon: "npm:18.0.1"
sortablejs: "npm:1.15.3"
stacktrace-js: "npm:2.0.2"
superstruct: "npm:2.0.2"
Expand Down Expand Up @@ -13134,17 +13134,17 @@ __metadata:
languageName: node
linkType: hard

"sinon@npm:18.0.0":
version: 18.0.0
resolution: "sinon@npm:18.0.0"
"sinon@npm:18.0.1":
version: 18.0.1
resolution: "sinon@npm:18.0.1"
dependencies:
"@sinonjs/commons": "npm:^3.0.1"
"@sinonjs/fake-timers": "npm:^11.2.2"
"@sinonjs/fake-timers": "npm:11.2.2"
"@sinonjs/samsam": "npm:^8.0.0"
diff: "npm:^5.2.0"
nise: "npm:^6.0.0"
supports-color: "npm:^7"
checksum: 10/4c491798e2b7bb0e60357eb19820956229fb4356af7b00498f7a30dcbfe186597c816c331d8acd1771cb32510adde7657eeee0172fbd0baecdbb00e1d8c6806f
checksum: 10/65be65a7c5dbef7e9e315820bcd17fe0387fb07cb5dd41d3d6a89177e9a2ca463144676d8407348dc075758daa7cf37b9376d35bd1bc7e06717e87d03aa26111
languageName: node
linkType: hard

Expand Down
Loading