Skip to content

Commit 765667a

Browse files
fix(deps): update dependency type-plus to v6 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db9707b commit 765667a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"standard-log": "^11.5.0",
6262
"standard-log-color": "^11.5.0",
6363
"tersify": "^3.11.1",
64-
"type-plus": "^5.0.0"
64+
"type-plus": "^6.0.0"
6565
},
6666
"devDependencies": {
6767
"@commitlint/cli": "^17.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7179,10 +7179,10 @@ type-plus@^4.16.0, type-plus@^4.18.0, type-plus@^4.18.1:
71797179
tersify "^3.10.2"
71807180
unpartial "^1.0.3"
71817181

7182-
type-plus@^5.0.0:
7183-
version "5.0.0"
7184-
resolved "https://registry.yarnpkg.com/type-plus/-/type-plus-5.0.0.tgz#7551429fc15970545f253dd4db106247b1df3770"
7185-
integrity sha512-nKp5pOQDldmR9BdEjLplLFwiXTVhOK2kReBSgVJ65URDLXCqENYzVDCONaExADIIc1CAGzvzTkB0TUgMAWR2qQ==
7182+
type-plus@^6.0.0:
7183+
version "6.0.0"
7184+
resolved "https://registry.yarnpkg.com/type-plus/-/type-plus-6.0.0.tgz#0ad1ace3dafbcba9df80418b6302fdf966ba284d"
7185+
integrity sha512-ezkCTr6LGC87w9LHc83XJnJFfaeEa/nPhr4yzBKv2+Pw0y4FXKHgrJ2GWM4H1nSKzcEPv4q/Sfw4MKmi8NTxbg==
71867186
dependencies:
71877187
tersify "^3.11.1"
71887188
unpartial "^1.0.4"

0 commit comments

Comments
 (0)