Skip to content

Commit 61eae97

Browse files
fix(deps): update dependency @types/valid-url to ^1.0.7 (#66)
[![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/valid-url](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/valid-url) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/valid-url)) | [`^1.0.3` -> `^1.0.7`](https://renovatebot.com/diffs/npm/@types%2fvalid-url/1.0.7/1.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fvalid-url/1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fvalid-url/1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fvalid-url/1.0.7/1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fvalid-url/1.0.7/1.0.7?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. --- - [ ] <!-- rebase-check -->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/KILTprotocol/web3-login-demo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52dccc6 commit 61eae97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@kiltprotocol/vc-export": "^0.32.0",
5555
"@polkadot/util": "10.4.2",
5656
"@polkadot/util-crypto": "10.4.2",
57-
"@types/valid-url": "^1.0.3",
57+
"@types/valid-url": "^1.0.7",
5858
"dotenv": "^16.0.3",
5959
"ts-node": "^10.9.1",
6060
"valid-url": "^1.0.9"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4000,7 +4000,7 @@ __metadata:
40004000
languageName: node
40014001
linkType: hard
40024002

4003-
"@types/valid-url@npm:^1.0.3":
4003+
"@types/valid-url@npm:^1.0.7":
40044004
version: 1.0.7
40054005
resolution: "@types/valid-url@npm:1.0.7"
40064006
checksum: c596c4101cd6c4b280277027f1bfa2cf4eb643f1d893a714c8d4a6bc47e9f24dc012f9ba5a0984bd1df983c1914c3f0fa69af2df6a6e48e81999062c6e75fbfc
@@ -15262,7 +15262,7 @@ __metadata:
1526215262
"@polkadot/util": 10.4.2
1526315263
"@polkadot/util-crypto": 10.4.2
1526415264
"@types/node": ^20.9.1
15265-
"@types/valid-url": ^1.0.3
15265+
"@types/valid-url": ^1.0.7
1526615266
"@typescript-eslint/eslint-plugin": ^5.62.0
1526715267
"@typescript-eslint/parser": ^5.62.0
1526815268
concurrently: ^8.2.2

0 commit comments

Comments
 (0)