Skip to content

Commit be96a4a

Browse files
Bump sinon from 17.0.2 to 18.0.1
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.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.2...v18.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d198c67 commit be96a4a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"karma-jasmine": "^1.1.1",
2020
"karma-jasmine-sinon": "^1.0.4",
2121
"karma-junit-reporter": "*",
22-
"sinon": "^17.0.2"
22+
"sinon": "^18.0.1"
2323
},
2424
"engines": {
2525
"node": ">= 6.9",

yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
dependencies:
325325
type-detect "4.0.8"
326326

327-
"@sinonjs/fake-timers@^11.2.2":
327+
"@sinonjs/fake-timers@11.2.2", "@sinonjs/fake-timers@^11.2.2":
328328
version "11.2.2"
329329
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
330330
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
@@ -1195,16 +1195,16 @@ [email protected]:
11951195
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
11961196
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
11971197

1198-
nise@^5.1.9:
1199-
version "5.1.9"
1200-
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
1201-
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
1198+
nise@^6.0.0:
1199+
version "6.0.1"
1200+
resolved "https://registry.yarnpkg.com/nise/-/nise-6.0.1.tgz#582a347929828924d9e4e9c93f7549800cd0912c"
1201+
integrity sha512-DAyWGPQEuJVlL2eqKw6gdZKT+E/jo/ZrjEUDAslJLluCz81nWy+KSYybNp3KFm887Yvp7hv12jSM82ld8BmLxg==
12021202
dependencies:
12031203
"@sinonjs/commons" "^3.0.0"
12041204
"@sinonjs/fake-timers" "^11.2.2"
12051205
"@sinonjs/text-encoding" "^0.7.2"
12061206
just-extend "^6.2.0"
1207-
path-to-regexp "^6.2.1"
1207+
path-to-regexp "^8.1.0"
12081208

12091209
node-releases@^2.0.8:
12101210
version "2.0.10"
@@ -1257,10 +1257,10 @@ path-is-absolute@^1.0.0:
12571257
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
12581258
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
12591259

1260-
path-to-regexp@^6.2.1:
1261-
version "6.2.2"
1262-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
1263-
integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==
1260+
path-to-regexp@^8.1.0:
1261+
version "8.1.0"
1262+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.1.0.tgz#4d687606ed0be8ed512ba802eb94d620cb1a86f0"
1263+
integrity sha512-Bqn3vc8CMHty6zuD+tG23s6v2kwxslHEhTj4eYaVKGIEB+YX/2wd0/rgXLFD9G9id9KCtbVy/3ZgmvZjpa0UdQ==
12641264

12651265
picocolors@^1.0.0:
12661266
version "1.0.0"
@@ -1365,16 +1365,16 @@ side-channel@^1.0.6:
13651365
get-intrinsic "^1.2.4"
13661366
object-inspect "^1.13.1"
13671367

1368-
"sinon@>= 1.7.1", sinon@^17.0.2:
1369-
version "17.0.2"
1370-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
1371-
integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
1368+
"sinon@>= 1.7.1", sinon@^18.0.1:
1369+
version "18.0.1"
1370+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.1.tgz#464334cdfea2cddc5eda9a4ea7e2e3f0c7a91c5e"
1371+
integrity sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==
13721372
dependencies:
13731373
"@sinonjs/commons" "^3.0.1"
1374-
"@sinonjs/fake-timers" "^11.2.2"
1374+
"@sinonjs/fake-timers" "11.2.2"
13751375
"@sinonjs/samsam" "^8.0.0"
13761376
diff "^5.2.0"
1377-
nise "^5.1.9"
1377+
nise "^6.0.0"
13781378
supports-color "^7"
13791379

13801380
socket.io-adapter@~2.5.2:

0 commit comments

Comments
 (0)