Skip to content

Commit f32fbd5

Browse files
Bump @sinonjs/fake-timers from 6.0.1 to 14.0.0
Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 6.0.1 to 14.0.0. - [Release notes](https://github.com/sinonjs/fake-timers/releases) - [Changelog](https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md) - [Commits](sinonjs/fake-timers@v6.0.1...v14.0.0) --- updated-dependencies: - dependency-name: "@sinonjs/fake-timers" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5cd70d7 commit f32fbd5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ioctl": "^2.0.2"
4343
},
4444
"devDependencies": {
45-
"@sinonjs/fake-timers": "^6.0.1",
45+
"@sinonjs/fake-timers": "^14.0.0",
4646
"eslint": "2.13.1",
4747
"eslint-config-airbnb": "6.2.0",
4848
"eslint-config-scality": "scality/Guidelines#7.4.11",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
dependencies:
3535
"@hapi/hoek" "^8.3.0"
3636

37-
"@sinonjs/commons@^1.7.0":
38-
version "1.8.3"
39-
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
40-
integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==
37+
"@sinonjs/commons@^3.0.1":
38+
version "3.0.1"
39+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
40+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
4141
dependencies:
4242
type-detect "4.0.8"
4343

44-
"@sinonjs/fake-timers@^6.0.1":
45-
version "6.0.1"
46-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
47-
integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==
44+
"@sinonjs/fake-timers@^14.0.0":
45+
version "14.0.0"
46+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-14.0.0.tgz#54b3daa30da6fcca71b2da934ff96b3095b3e28d"
47+
integrity sha512-QfoXRaUTjMVVn/ZbnD4LS3TPtqOkOdKIYCKldIVPnuClcwRKat6LI2mRZ2s5qiBfO6Fy03An35dSls/2/FEc0Q==
4848
dependencies:
49-
"@sinonjs/commons" "^1.7.0"
49+
"@sinonjs/commons" "^3.0.1"
5050

5151
JSONStream@^1.0.0:
5252
version "1.3.5"

0 commit comments

Comments
 (0)