Skip to content

Commit d10e3c3

Browse files
Update dependency sinon to v14.0.1
1 parent 0c602ba commit d10e3c3

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
"eslint-plugin-prettier": "4.2.1",
5050
"mocha": "10.0.0",
5151
"prettier": "2.7.1",
52-
"sinon": "14.0.0",
52+
"sinon": "14.0.1",
5353
"typescript": "4.8.4"
5454
}
5555
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7632,10 +7632,10 @@ simple-get@^2.7.0:
76327632
once "^1.3.1"
76337633
simple-concat "^1.0.0"
76347634

7635-
7636-
version "14.0.0"
7637-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.0.tgz#203731c116d3a2d58dc4e3cbe1f443ba9382a031"
7638-
integrity sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==
7635+
7636+
version "14.0.1"
7637+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.1.tgz#9f02e13ad86b695c0c554525e3bf7f8245b31a9c"
7638+
integrity sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==
76397639
dependencies:
76407640
"@sinonjs/commons" "^1.8.3"
76417641
"@sinonjs/fake-timers" "^9.1.2"

0 commit comments

Comments
 (0)