Skip to content

Commit 81ff37e

Browse files
authored
Merge pull request #575 from owncloud/dependabot/npm_and_yarn/sinon-15.0.4
Bump sinon from 15.0.3 to 15.0.4
2 parents 4279e68 + 2826034 commit 81ff37e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "^15.0.3"
22+
"sinon": "^15.0.4"
2323
},
2424
"engines": {
2525
"node": ">= 6.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,10 +1242,10 @@ side-channel@^1.0.4:
12421242
get-intrinsic "^1.0.2"
12431243
object-inspect "^1.9.0"
12441244

1245-
"sinon@>= 1.7.1", sinon@^15.0.3:
1246-
version "15.0.3"
1247-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.3.tgz#38005fcd80827177b6aa0245f82401d9ec88994b"
1248-
integrity sha512-si3geiRkeovP7Iel2O+qGL4NrO9vbMf3KsrJEi0ghP1l5aBkB5UxARea5j0FUsSqH3HLBh0dQPAyQ8fObRUqHw==
1245+
"sinon@>= 1.7.1", sinon@^15.0.4:
1246+
version "15.0.4"
1247+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.4.tgz#bcca6fef19b14feccc96473f0d7adc81e0bc5268"
1248+
integrity sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==
12491249
dependencies:
12501250
"@sinonjs/commons" "^3.0.0"
12511251
"@sinonjs/fake-timers" "^10.0.2"

0 commit comments

Comments
 (0)