Skip to content

Commit

Permalink
fix: upgrade tslib from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade tslib from 2.1.0 to 2.2.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/willmendesneto/project/21b7a114-5d76-473a-95f8-2d56fd7a040e?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 27, 2021
1 parent e9470c8 commit fda51ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"api"
],
"dependencies": {
"tslib": "^2.1.0"
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5900,10 +5900,10 @@ tslib@^1.8.1, tslib@^1.9.0:
resolved "https://packages.atlassian.com/api/npm/npm-remote/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=

tslib@^2.1.0:
version "2.1.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo=
tslib@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==

tsutils@^3.17.1:
version "3.20.0"
Expand Down

0 comments on commit fda51ba

Please sign in to comment.