From 54cb9b6b0eab0c074708c66bf05b8f4222f012fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:00:23 +0000 Subject: [PATCH] chore(deps): update dependency @types/stoppable to v1.1.2 (#5204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/stoppable](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stoppable) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/@types%2fstoppable/1.1.1/1.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fstoppable/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fstoppable/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fstoppable/1.1.1/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fstoppable/1.1.1/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1952b2c22a..ae070e5e44 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "@types/owasp-password-strength-test": "1.3.1", "@types/pg": "8.10.7", "@types/semver": "7.5.4", - "@types/stoppable": "1.1.1", + "@types/stoppable": "1.1.2", "@types/supertest": "2.0.14", "@types/type-is": "1.6.4", "@types/uuid": "9.0.5", diff --git a/yarn.lock b/yarn.lock index f0979dd6ee..1face4a39f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1487,10 +1487,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/stoppable@1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/stoppable/-/stoppable-1.1.1.tgz#a6f1f280e29f8f3c743277534425e0a75041d2f9" - integrity sha512-b8N+fCADRIYYrGZOcmOR8ZNBOqhktWTB/bMUl5LvGtT201QKJZOOH5UsFyI3qtteM6ZAJbJqZoBcLqqxKIwjhw== +"@types/stoppable@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@types/stoppable/-/stoppable-1.1.2.tgz#7330add8822fc4543393b2d2b46c748a7cbf90e6" + integrity sha512-zRBGFTIdkCAdM4VDeFvka5NbD6JVfz7yEYzggKrXQ03ZplrZp5vqQPWHTw0wk81wer61dwi44Tp6FDDXoPBW5A== dependencies: "@types/node" "*"