Skip to content

Commit

Permalink
Update dependency sinon to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 15, 2023
1 parent e48d65c commit 1a34383
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"eslint-plugin-ghost": "3.3.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"
"sinon": "16.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/algolia-fragmenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"
"sinon": "16.0.0"
},
"dependencies": {
"algolia-html-extractor": "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/algolia-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"
"sinon": "16.0.0"
},
"dependencies": {
"@tryghost/errors": "1.2.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/algolia-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mocha": "10.2.0",
"netlify-cli": "16.3.1",
"should": "13.2.3",
"sinon": "15.2.0"
"sinon": "16.0.0"
},
"dependencies": {
"@tryghost/algolia-fragmenter": "^0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"
"sinon": "16.0.0"
},
"dependencies": {
"@tryghost/algolia-fragmenter": "^0.2.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10026,10 +10026,10 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"

sinon@15.2.0:
version "15.2.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.2.0.tgz#5e44d4bc5a9b5d993871137fd3560bebfac27565"
integrity sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==
sinon@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.0.0.tgz#06da4e63624b946c9d7e67cce21c2f67f40f23a9"
integrity sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==
dependencies:
"@sinonjs/commons" "^3.0.0"
"@sinonjs/fake-timers" "^10.3.0"
Expand Down

0 comments on commit 1a34383

Please sign in to comment.