Skip to content

Commit

Permalink
fix(deps): update dependency tslib to ^2.5.2 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 21, 2023
1 parent 0136dcf commit 20daac8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"colorette": "^2.0.20",
"commander": "^10.0.1",
"js-yaml": "^4.1.0",
"tslib": "^2.5.0",
"tslib": "^2.5.2",
"typedoc": "^0.24.7"
},
"devDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5390,6 +5390,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.5.2":
version: 2.5.2
resolution: "tslib@npm:2.5.2"
checksum: 4d3c1e238b94127ed0e88aa0380db3c2ddae581dc0f4bae5a982345e9f50ee5eda90835b8bfba99b02df10a5734470be197158c36f9129ac49fdc14a6a9da222
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down Expand Up @@ -5489,7 +5496,7 @@ __metadata:
prettier: ^2.8.8
pretty-quick: ^3.1.3
rimraf: ^5.0.1
tslib: ^2.5.0
tslib: ^2.5.2
typedoc: ^0.24.7
typescript: ^5.0.4
vitest: ^0.31.1
Expand Down

0 comments on commit 20daac8

Please sign in to comment.