1
0
Fork 0

Merge pull request #4 from ssube/update/tslib-2.x

Update dependency tslib to v2.3.1
This commit is contained in:
Sean Sube 2021-08-12 09:56:07 -05:00 committed by GitHub
commit 63df39117e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"source-map-support": "0.5.19",
"tslib": "2.3.0",
"tslib": "2.3.1",
"typescript": "4.3.5"
},
"peerDependencies": {

View File

@ -833,10 +833,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"
tslib@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
tslib@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5, type-detect@^4.0.8:
version "4.0.8"