mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Pin dependencies (#22688)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nock](https://redirect.github.com/nock/nock) | devDependencies | pin | [`^14.0.0-beta.6` -> `14.0.0-beta.6`](https://renovatebot.com/diffs/npm/nock/14.0.0-beta.6/14.0.0-beta.6) | | [rewire](https://redirect.github.com/jhnns/rewire) | devDependencies | pin | [`^7.0.0` -> `7.0.0`](https://renovatebot.com/diffs/npm/rewire/7.0.0/7.0.0) | | [sinon](https://sinonjs.org/) ([source](https://redirect.github.com/sinonjs/sinon)) | devDependencies | pin | [`^17.0.1` -> `17.0.1`](https://renovatebot.com/diffs/npm/sinon/17.0.1/17.0.1) | | [supertest](https://redirect.github.com/ladjs/supertest) | devDependencies | pin | [`^7.0.0` -> `7.0.0`](https://renovatebot.com/diffs/npm/supertest/7.0.0/7.0.0) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a1eb39fe7f
commit
e909dc5c57
3 changed files with 19 additions and 19 deletions
|
@ -26,9 +26,9 @@
|
|||
"@types/supertest": "^6.0.2",
|
||||
"c8": "8.0.1",
|
||||
"mocha": "10.2.0",
|
||||
"nock": "^14.0.0-beta.6",
|
||||
"sinon": "^17.0.1",
|
||||
"supertest": "^7.0.0",
|
||||
"nock": "14.0.0-beta.6",
|
||||
"sinon": "17.0.1",
|
||||
"supertest": "7.0.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"date-fns": "2.30.0",
|
||||
"delay": "5.0.0",
|
||||
"mocha": "10.2.0",
|
||||
"rewire": "^7.0.0",
|
||||
"rewire": "7.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "15.2.0"
|
||||
},
|
||||
|
|
30
yarn.lock
30
yarn.lock
|
@ -24685,7 +24685,7 @@ nock@13.5.6:
|
|||
json-stringify-safe "^5.0.1"
|
||||
propagate "^2.0.0"
|
||||
|
||||
nock@^14.0.0-beta.6:
|
||||
nock@14.0.0-beta.6:
|
||||
version "14.0.0-beta.6"
|
||||
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.0-beta.6.tgz#beefba44893b89596bc9a526db50f8f0567403a9"
|
||||
integrity sha512-b7lc7qvj1dQzxtbU7TqyTMnKbNKwGQd585xsRtcCZOv3I/yOK9Vwv4nOgnLFxFtX9m1yjhQDRbgqFCqNh9HuEw==
|
||||
|
@ -28647,7 +28647,7 @@ rewire@6.0.0:
|
|||
dependencies:
|
||||
eslint "^7.32.0"
|
||||
|
||||
rewire@^7.0.0:
|
||||
rewire@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/rewire/-/rewire-7.0.0.tgz#41db5482370c88758ffc9a719f7c92a761fa8fbf"
|
||||
integrity sha512-DyyNyzwMtGYgu0Zl/ya0PR/oaunM+VuCuBxCuhYJHHaV0V+YvYa3bBGxb5OZ71vndgmp1pYY8F4YOwQo1siRGw==
|
||||
|
@ -29380,6 +29380,18 @@ sinon@17.0.0:
|
|||
nise "^5.1.5"
|
||||
supports-color "^7.2.0"
|
||||
|
||||
sinon@17.0.1:
|
||||
version "17.0.1"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
|
||||
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^3.0.0"
|
||||
"@sinonjs/fake-timers" "^11.2.2"
|
||||
"@sinonjs/samsam" "^8.0.0"
|
||||
diff "^5.1.0"
|
||||
nise "^5.1.5"
|
||||
supports-color "^7.2.0"
|
||||
|
||||
sinon@19.0.2:
|
||||
version "19.0.2"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-19.0.2.tgz#944cf771d22236aa84fc1ab70ce5bffc3a215dad"
|
||||
|
@ -29392,18 +29404,6 @@ sinon@19.0.2:
|
|||
nise "^6.1.1"
|
||||
supports-color "^7.2.0"
|
||||
|
||||
sinon@^17.0.1:
|
||||
version "17.0.1"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
|
||||
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^3.0.0"
|
||||
"@sinonjs/fake-timers" "^11.2.2"
|
||||
"@sinonjs/samsam" "^8.0.0"
|
||||
diff "^5.1.0"
|
||||
nise "^5.1.5"
|
||||
supports-color "^7.2.0"
|
||||
|
||||
sinon@^9.0.0:
|
||||
version "9.2.4"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.4.tgz#e55af4d3b174a4443a8762fa8421c2976683752b"
|
||||
|
@ -30416,7 +30416,7 @@ supertest@6.3.3:
|
|||
methods "^1.1.2"
|
||||
superagent "^8.0.5"
|
||||
|
||||
supertest@7.0.0, supertest@^7.0.0:
|
||||
supertest@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-7.0.0.tgz#cac53b3d6872a0b317980b2b0cfa820f09cd7634"
|
||||
integrity sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==
|
||||
|
|
Loading…
Add table
Reference in a new issue