chore(deps): bump tslib from 2.0.2 to 2.0.3 (#726)

This commit is contained in:
dependabot-preview[bot] 2020-10-10 03:40:43 +00:00 committed by GitHub
parent a19bc80303
commit 851b9720f1
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

@ -4591,9 +4591,9 @@
}
},
"tslib": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.2.tgz",
"integrity": "sha512-wAH28hcEKwna96/UacuWaVspVLkg4x1aDM9JlzqaQTOFczCktkVAb5fmXChgandR1EraDPs2w8P+ozM+oafwxg=="
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
},
"tsutils": {
"version": "3.17.1",

View file

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