Skip to content

Commit 7fbdbb5

Browse files
committed
Update dependency sinon to v15.0.3
1 parent 1dc2597 commit 7fbdbb5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mocha": "10.2.0",
2828
"proxyquire": "2.1.3",
2929
"should": "13.2.3",
30-
"sinon": "15.0.2"
30+
"sinon": "15.0.3"
3131
},
3232
"dependencies": {
3333
"@tryghost/content-api": "1.11.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126
dependencies:
127127
"@sinonjs/commons" "^2.0.0"
128128

129-
"@sinonjs/samsam@^7.0.1":
130-
version "7.0.1"
131-
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-7.0.1.tgz#5b5fa31c554636f78308439d220986b9523fc51f"
132-
integrity sha512-zsAk2Jkiq89mhZovB2LLOdTCxJF4hqqTToGP0ASWlhp4I1hqOjcfmZGafXntCN7MDC6yySH0mFHrYtHceOeLmw==
129+
"@sinonjs/samsam@^8.0.0":
130+
version "8.0.0"
131+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60"
132+
integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==
133133
dependencies:
134134
"@sinonjs/commons" "^2.0.0"
135135
lodash.get "^4.4.2"
@@ -1704,14 +1704,14 @@ side-channel@^1.0.4:
17041704
get-intrinsic "^1.0.2"
17051705
object-inspect "^1.9.0"
17061706

1707-
sinon@15.0.2:
1708-
version "15.0.2"
1709-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.2.tgz#f3e3aacb990bbaa8a7bb976e86118c5dc0154e66"
1710-
integrity sha512-PCVP63XZkg0/LOqQH5rEU4LILuvTFMb5tNxTHfs6VUMNnZz2XrnGSTZbAGITjzwQWbl/Bl/8hi4G3zZWjyBwHg==
1707+
sinon@15.0.3:
1708+
version "15.0.3"
1709+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.3.tgz#38005fcd80827177b6aa0245f82401d9ec88994b"
1710+
integrity sha512-si3geiRkeovP7Iel2O+qGL4NrO9vbMf3KsrJEi0ghP1l5aBkB5UxARea5j0FUsSqH3HLBh0dQPAyQ8fObRUqHw==
17111711
dependencies:
17121712
"@sinonjs/commons" "^3.0.0"
17131713
"@sinonjs/fake-timers" "^10.0.2"
1714-
"@sinonjs/samsam" "^7.0.1"
1714+
"@sinonjs/samsam" "^8.0.0"
17151715
diff "^5.1.0"
17161716
nise "^5.1.4"
17171717
supports-color "^7.2.0"

0 commit comments

Comments
 (0)