chore(deps): bump tslib from 2.0.0 to 2.0.1 (#659)

This commit is contained in:
dependabot-preview[bot] 2020-08-06 22:58:50 +00:00 committed by GitHub
parent 6529568e0f
commit 2a8211eb90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4500,9 +4500,9 @@
}
},
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="
},
"tsutils": {
"version": "3.17.1",

View file

@ -182,7 +182,7 @@
"dependencies": {
"bufferutil": "^4.0.1",
"discord-rpc": "github:discordjs/RPC",
"tslib": "^2.0.0",
"tslib": "^2.0.1",
"utf-8-validate": "^5.0.2",
"vsls": "^1.0.2594"
},