Skip to content

Commit 01f7464

Browse files
build(deps-dev): bump sinon from 17.0.1 to 19.0.2
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.1 to 19.0.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v17.0.1...v19.0.2) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ba1f74 commit 01f7464

9 files changed

Lines changed: 62 additions & 66 deletions

File tree

packages/app-content-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"mocha": "~10.7.3",
6161
"proxyquire": "~2.1.0",
6262
"selfsigned": "~2.4.1",
63-
"sinon": "~17.0.0",
63+
"sinon": "~19.0.2",
6464
"sinon-chai": "~3.7.0",
6565
"storybook": "~7.6.11",
6666
"storybook-react-i18next": "~2.0.1"

packages/app-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"mocha": "~10.7.3",
8282
"nock": "~13.5.1",
8383
"selfsigned": "~2.4.1",
84-
"sinon": "~17.0.0",
84+
"sinon": "~19.0.2",
8585
"sinon-chai": "~3.7.0",
8686
"storybook": "~7.6.11",
8787
"storybook-react-i18next": "~2.0.1"

packages/lib-classifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"react": "~18.2.0",
115115
"react-dom": "~18.2.0",
116116
"rosie": "~2.1.0",
117-
"sinon": "~17.0.0",
117+
"sinon": "~19.0.2",
118118
"sinon-chai": "~3.7.0",
119119
"snazzy": "~9.0.0",
120120
"storybook": "~7.6.11",

packages/lib-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-jsx-a11y": "~6.8.0",
6666
"jsdom": "~24.0.0",
6767
"mocha": "~10.7.3",
68-
"sinon": "~17.0.0",
68+
"sinon": "~19.0.2",
6969
"sinon-chai": "~3.7.0",
7070
"storybook": "~7.6.11",
7171
"storybook-react-i18next": "~2.0.1"

packages/lib-panoptes-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mocha": "~10.7.3",
2929
"mock-local-storage": "~1.1.19",
3030
"nock": "~13.5.1",
31-
"sinon": "~17.0.0",
31+
"sinon": "~19.0.2",
3232
"sinon-chai": "~3.7.0",
3333
"snazzy": "~9.0.0"
3434
},

packages/lib-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"mocha": "~10.7.3",
9696
"react": "~18.2.0",
9797
"react-dom": "~18.2.0",
98-
"sinon": "~17.0.0",
98+
"sinon": "~19.0.2",
9999
"sinon-chai": "~3.7.0",
100100
"snazzy": "~9.0.0",
101101
"storybook": "~7.6.11",

packages/lib-subject-viewers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"chai-dom": "~1.12.0",
5050
"dirty-chai": "~2.0.1",
5151
"mocha": "~10.7.3",
52-
"sinon": "~17.0.0",
52+
"sinon": "~19.0.2",
5353
"sinon-chai": "~3.7.0",
5454
"storybook": "~7.6.11"
5555
},

packages/lib-user/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"nock": "~13.5.4",
8383
"process": "~0.11.10",
8484
"prop-types": "^15.8.1",
85-
"sinon": "~17.0.0",
85+
"sinon": "~19.0.2",
8686
"sinon-chai": "~3.7.0",
8787
"snazzy": "~9.0.0",
8888
"storybook": "~7.6.11",

yarn.lock

Lines changed: 54 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,47 +3066,33 @@
30663066
dependencies:
30673067
"@sindresorhus/fnv1a" "^1.2.0"
30683068

3069-
"@sinonjs/commons@^2.0.0":
3070-
version "2.0.0"
3071-
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz"
3072-
integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==
3073-
dependencies:
3074-
type-detect "4.0.8"
3075-
3076-
"@sinonjs/commons@^3.0.0":
3077-
version "3.0.0"
3078-
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz"
3079-
integrity sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==
3069+
"@sinonjs/commons@^3.0.1":
3070+
version "3.0.1"
3071+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
3072+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
30803073
dependencies:
30813074
type-detect "4.0.8"
30823075

3083-
"@sinonjs/fake-timers@^10.0.2":
3084-
version "10.3.0"
3085-
resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz"
3086-
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
3087-
dependencies:
3088-
"@sinonjs/commons" "^3.0.0"
3089-
3090-
"@sinonjs/fake-timers@^11.2.2":
3091-
version "11.2.2"
3092-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
3093-
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
3076+
"@sinonjs/fake-timers@^13.0.1", "@sinonjs/fake-timers@^13.0.2":
3077+
version "13.0.2"
3078+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-13.0.2.tgz#3ffe88abb062067a580fdfba706ad00435a0f2a6"
3079+
integrity sha512-4Bb+oqXZTSTZ1q27Izly9lv8B9dlV61CROxPiVtywwzv5SnytJqhvYe6FclHYuXml4cd1VHPo1zd5PmTeJozvA==
30943080
dependencies:
3095-
"@sinonjs/commons" "^3.0.0"
3081+
"@sinonjs/commons" "^3.0.1"
30963082

3097-
"@sinonjs/samsam@^8.0.0":
3098-
version "8.0.0"
3099-
resolved "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.0.tgz"
3100-
integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==
3083+
"@sinonjs/samsam@^8.0.1":
3084+
version "8.0.2"
3085+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.2.tgz#e4386bf668ff36c95949e55a38dc5f5892fc2689"
3086+
integrity sha512-v46t/fwnhejRSFTGqbpn9u+LQ9xJDse10gNnPgAcxgdoCDMXj/G2asWAC/8Qs+BAZDicX+MNZouXT1A7c83kVw==
31013087
dependencies:
3102-
"@sinonjs/commons" "^2.0.0"
3088+
"@sinonjs/commons" "^3.0.1"
31033089
lodash.get "^4.4.2"
3104-
type-detect "^4.0.8"
3090+
type-detect "^4.1.0"
31053091

3106-
"@sinonjs/text-encoding@^0.7.1":
3107-
version "0.7.2"
3108-
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz"
3109-
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
3092+
"@sinonjs/text-encoding@^0.7.3":
3093+
version "0.7.3"
3094+
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz#282046f03e886e352b2d5f5da5eb755e01457f3f"
3095+
integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==
31103096

31113097
"@socket.io/component-emitter@~3.1.0":
31123098
version "3.1.0"
@@ -7942,11 +7928,16 @@ diff-sequences@^29.6.3:
79427928
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
79437929
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
79447930

7945-
diff@^5.1.0, diff@^5.2.0:
7931+
diff@^5.2.0:
79467932
version "5.2.0"
79477933
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
79487934
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
79497935

7936+
diff@^7.0.0:
7937+
version "7.0.0"
7938+
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
7939+
integrity sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==
7940+
79507941
diffie-hellman@^5.0.0:
79517942
version "5.0.3"
79527943
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -11720,10 +11711,10 @@ just-diff@^6.0.0:
1172011711
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.2.tgz#03b65908543ac0521caf6d8eb85035f7d27ea285"
1172111712
integrity sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==
1172211713

11723-
just-extend@^4.0.2:
11724-
version "4.2.1"
11725-
resolved "https://registry.npmjs.org/just-extend/-/just-extend-4.2.1.tgz"
11726-
integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==
11714+
just-extend@^6.2.0:
11715+
version "6.2.0"
11716+
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
11717+
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
1172711718

1172811719
keyv@^4.5.3:
1172911720
version "4.5.4"
@@ -13018,16 +13009,16 @@ next@~14.2.6:
1301813009
"@next/swc-win32-ia32-msvc" "14.2.7"
1301913010
"@next/swc-win32-x64-msvc" "14.2.7"
1302013011

13021-
nise@^5.1.5:
13022-
version "5.1.5"
13023-
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.5.tgz#f2aef9536280b6c18940e32ba1fbdc770b8964ee"
13024-
integrity sha512-VJuPIfUFaXNRzETTQEEItTOP8Y171ijr+JLq42wHes3DiryR8vT+1TXQW/Rx8JNUhyYYWyIvjXTU6dOhJcs9Nw==
13012+
nise@^6.1.1:
13013+
version "6.1.1"
13014+
resolved "https://registry.yarnpkg.com/nise/-/nise-6.1.1.tgz#78ea93cc49be122e44cb7c8fdf597b0e8778b64a"
13015+
integrity sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==
1302513016
dependencies:
13026-
"@sinonjs/commons" "^2.0.0"
13027-
"@sinonjs/fake-timers" "^10.0.2"
13028-
"@sinonjs/text-encoding" "^0.7.1"
13029-
just-extend "^4.0.2"
13030-
path-to-regexp "^1.7.0"
13017+
"@sinonjs/commons" "^3.0.1"
13018+
"@sinonjs/fake-timers" "^13.0.1"
13019+
"@sinonjs/text-encoding" "^0.7.3"
13020+
just-extend "^6.2.0"
13021+
path-to-regexp "^8.1.0"
1303113022

1303213023
no-case@^3.0.4:
1303313024
version "3.0.4"
@@ -14081,13 +14072,18 @@ path-to-regexp@0.1.10:
1408114072
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
1408214073
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
1408314074

14084-
path-to-regexp@^1.0.0, path-to-regexp@^1.7.0:
14075+
path-to-regexp@^1.0.0:
1408514076
version "1.8.0"
1408614077
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
1408714078
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
1408814079
dependencies:
1408914080
isarray "0.0.1"
1409014081

14082+
path-to-regexp@^8.1.0:
14083+
version "8.1.0"
14084+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.1.0.tgz#4d687606ed0be8ed512ba802eb94d620cb1a86f0"
14085+
integrity sha512-Bqn3vc8CMHty6zuD+tG23s6v2kwxslHEhTj4eYaVKGIEB+YX/2wd0/rgXLFD9G9id9KCtbVy/3ZgmvZjpa0UdQ==
14086+
1409114087
path-type@^3.0.0:
1409214088
version "3.0.0"
1409314089
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
@@ -15831,16 +15827,16 @@ sinon-chai@~3.7.0:
1583115827
resolved "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.7.0.tgz"
1583215828
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==
1583315829

15834-
sinon@~17.0.0:
15835-
version "17.0.1"
15836-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
15837-
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
15830+
sinon@~19.0.2:
15831+
version "19.0.2"
15832+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-19.0.2.tgz#944cf771d22236aa84fc1ab70ce5bffc3a215dad"
15833+
integrity sha512-euuToqM+PjO4UgXeLETsfQiuoyPXlqFezr6YZDFwHR3t4qaX0fZUe1MfPMznTL5f8BWrVS89KduLdMUsxFCO6g==
1583815834
dependencies:
15839-
"@sinonjs/commons" "^3.0.0"
15840-
"@sinonjs/fake-timers" "^11.2.2"
15841-
"@sinonjs/samsam" "^8.0.0"
15842-
diff "^5.1.0"
15843-
nise "^5.1.5"
15835+
"@sinonjs/commons" "^3.0.1"
15836+
"@sinonjs/fake-timers" "^13.0.2"
15837+
"@sinonjs/samsam" "^8.0.1"
15838+
diff "^7.0.0"
15839+
nise "^6.1.1"
1584415840
supports-color "^7.2.0"
1584515841

1584615842
sirv@^2.0.3:
@@ -16912,7 +16908,7 @@ type-detect@4.0.8:
1691216908
resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
1691316909
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
1691416910

16915-
type-detect@^4.0.0, type-detect@^4.0.8, type-detect@^4.1.0:
16911+
type-detect@^4.0.0, type-detect@^4.1.0:
1691616912
version "4.1.0"
1691716913
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
1691816914
integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==

0 commit comments

Comments
 (0)