chore(deps): bump tslib from 2.3.0 to 2.3.1 (#1202)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-12 15:15:57 +01:00 committed by GitHub
parent 3bca4016ed
commit e0c4c665ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"discord-rpc": "^4.0.1", "discord-rpc": "^4.0.1",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"tslib": "^2.3.0", "tslib": "^2.3.1",
"utf-8-validate": "^5.0.5" "utf-8-validate": "^5.0.5"
}, },
"devDependencies": { "devDependencies": {
@ -2997,9 +2997,9 @@
} }
}, },
"node_modules/tslib": { "node_modules/tslib": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
}, },
"node_modules/tsutils": { "node_modules/tsutils": {
"version": "3.21.0", "version": "3.21.0",
@ -5585,9 +5585,9 @@
} }
}, },
"tslib": { "tslib": {
"version": "2.3.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
}, },
"tsutils": { "tsutils": {
"version": "3.21.0", "version": "3.21.0",

View file

@ -188,7 +188,7 @@
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"discord-rpc": "^4.0.1", "discord-rpc": "^4.0.1",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"tslib": "^2.3.0", "tslib": "^2.3.1",
"utf-8-validate": "^5.0.5" "utf-8-validate": "^5.0.5"
}, },
"devDependencies": { "devDependencies": {