Skip to content

Commit 7c3bdf0

Browse files
chore(deps-dev): bump sinon from 13.0.2 to 14.0.0
1 parent e999e0a commit 7c3bdf0

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
@@ -49,7 +49,7 @@
4949
"react-dom": "17.0.2",
5050
"react-test-renderer": "17.0.2",
5151
"rxjs": "^7.0.0",
52-
"sinon": "^13.0.0",
52+
"sinon": "^14.0.0",
5353
"source-map-loader": "^3.0.0",
5454
"standard": "^17.0.0",
5555
"ts-jest": "^27.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5600,10 +5600,10 @@ signal-exit@^3.0.2, signal-exit@^3.0.3:
56005600
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
56015601
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
56025602

5603-
sinon@^13.0.0:
5604-
version "13.0.2"
5605-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-13.0.2.tgz#c6a8ddd655dc1415bbdc5ebf0e5b287806850c3a"
5606-
integrity sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==
5603+
sinon@^14.0.0:
5604+
version "14.0.0"
5605+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.0.tgz#203731c116d3a2d58dc4e3cbe1f443ba9382a031"
5606+
integrity sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==
56075607
dependencies:
56085608
"@sinonjs/commons" "^1.8.3"
56095609
"@sinonjs/fake-timers" "^9.1.2"

0 commit comments

Comments
 (0)