Skip to content

Commit 62eff88

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 23e056f commit 62eff88

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==
@@ -1150,16 +1150,16 @@ [email protected]:
11501150
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
11511151
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
11521152

1153-
nise@^5.1.9:
1154-
version "5.1.9"
1155-
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
1156-
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
1153+
nise@^6.0.0:
1154+
version "6.0.1"
1155+
resolved "https://registry.yarnpkg.com/nise/-/nise-6.0.1.tgz#582a347929828924d9e4e9c93f7549800cd0912c"
1156+
integrity sha512-DAyWGPQEuJVlL2eqKw6gdZKT+E/jo/ZrjEUDAslJLluCz81nWy+KSYybNp3KFm887Yvp7hv12jSM82ld8BmLxg==
11571157
dependencies:
11581158
"@sinonjs/commons" "^3.0.0"
11591159
"@sinonjs/fake-timers" "^11.2.2"
11601160
"@sinonjs/text-encoding" "^0.7.2"
11611161
just-extend "^6.2.0"
1162-
path-to-regexp "^6.2.1"
1162+
path-to-regexp "^8.1.0"
11631163

11641164
node-releases@^2.0.8:
11651165
version "2.0.10"
@@ -1212,10 +1212,10 @@ path-is-absolute@^1.0.0:
12121212
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
12131213
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
12141214

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

12201220
picocolors@^1.0.0:
12211221
version "1.0.0"
@@ -1307,16 +1307,16 @@ side-channel@^1.0.4:
13071307
get-intrinsic "^1.0.2"
13081308
object-inspect "^1.9.0"
13091309

1310-
"sinon@>= 1.7.1", sinon@^17.0.2:
1311-
version "17.0.2"
1312-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
1313-
integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
1310+
"sinon@>= 1.7.1", sinon@^18.0.1:
1311+
version "18.0.1"
1312+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.1.tgz#464334cdfea2cddc5eda9a4ea7e2e3f0c7a91c5e"
1313+
integrity sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==
13141314
dependencies:
13151315
"@sinonjs/commons" "^3.0.1"
1316-
"@sinonjs/fake-timers" "^11.2.2"
1316+
"@sinonjs/fake-timers" "11.2.2"
13171317
"@sinonjs/samsam" "^8.0.0"
13181318
diff "^5.2.0"
1319-
nise "^5.1.9"
1319+
nise "^6.0.0"
13201320
supports-color "^7"
13211321

13221322
socket.io-adapter@~2.5.2:

0 commit comments

Comments
 (0)