Skip to content

Commit 3d6a606

Browse files
committed
Update dependency sinon to v18
1 parent 5ea7068 commit 3d6a606

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"rimraf": "5.0.7",
7171
"rollup": "3.29.4",
7272
"rollup-plugin-dts": "6.1.0",
73-
"sinon": "17.0.2",
73+
"sinon": "18.0.0",
7474
"typescript": "5.4.5"
7575
},
7676
"ava": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,10 +6891,10 @@ nise@^4.0.4:
68916891
just-extend "^4.0.2"
68926892
path-to-regexp "^1.7.0"
68936893

6894-
nise@^5.1.9:
6895-
version "5.1.9"
6896-
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
6897-
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
6894+
nise@^6.0.0:
6895+
version "6.0.0"
6896+
resolved "https://registry.yarnpkg.com/nise/-/nise-6.0.0.tgz#ae56fccb5d912037363c3b3f29ebbfa28bde8b48"
6897+
integrity sha512-K8ePqo9BFvN31HXwEtTNGzgrPpmvgciDsFz8aztFjt4LqKO/JeFD8tBOeuDiCMXrIl/m1YvfH8auSpxfaD09wg==
68986898
dependencies:
68996899
"@sinonjs/commons" "^3.0.0"
69006900
"@sinonjs/fake-timers" "^11.2.2"
@@ -8377,16 +8377,16 @@ simple-get@^2.7.0:
83778377
once "^1.3.1"
83788378
simple-concat "^1.0.0"
83798379

8380-
sinon@17.0.2:
8381-
version "17.0.2"
8382-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
8383-
integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
8380+
sinon@18.0.0:
8381+
version "18.0.0"
8382+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.0.tgz#69ca293dbc3e82590a8b0d46c97f63ebc1e5fc01"
8383+
integrity sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==
83848384
dependencies:
83858385
"@sinonjs/commons" "^3.0.1"
83868386
"@sinonjs/fake-timers" "^11.2.2"
83878387
"@sinonjs/samsam" "^8.0.0"
83888388
diff "^5.2.0"
8389-
nise "^5.1.9"
8389+
nise "^6.0.0"
83908390
supports-color "^7"
83918391

83928392

0 commit comments

Comments
 (0)