Skip to content

Commit d6ef7ef

Browse files
Merge pull request #602 from owncloud/dependabot/npm_and_yarn/sinon-16.1.3
Bump sinon from 15.2.0 to 16.1.3
2 parents 11ef95e + 8c5ecaa commit d6ef7ef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"karma-jasmine-sinon": "^1.0.4",
2424
"karma-junit-reporter": "*",
2525
"npm-watch": "*",
26-
"sinon": "^15.2.0",
26+
"sinon": "^16.1.3",
2727
"underscore": "1.13.6"
2828
},
2929
"engine": "node >= 6.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,10 +1882,10 @@ signal-exit@^3.0.2:
18821882
version "3.0.2"
18831883
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
18841884

1885-
"sinon@>= 1.7.1", sinon@^15.2.0:
1886-
version "15.2.0"
1887-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.2.0.tgz#5e44d4bc5a9b5d993871137fd3560bebfac27565"
1888-
integrity sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==
1885+
"sinon@>= 1.7.1", sinon@^16.1.3:
1886+
version "16.1.3"
1887+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8"
1888+
integrity sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==
18891889
dependencies:
18901890
"@sinonjs/commons" "^3.0.0"
18911891
"@sinonjs/fake-timers" "^10.3.0"

0 commit comments

Comments
 (0)