1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Bump tslib from 2.0.0 to 2.0.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-10 06:45:20 +00:00
parent e6ca6bea97
commit a379b8dd08
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

@ -84,7 +84,7 @@
"ts-loader": "^8.0.2", "ts-loader": "^8.0.2",
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"tsconfig-paths-webpack-plugin": "^3.3.0", "tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.0", "tslib": "^2.0.1",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-sonarts": "^1.9.0", "tslint-sonarts": "^1.9.0",
"typescript": "^3.9.7", "typescript": "^3.9.7",