Skip to content

Commit 9740265

Browse files
authored
Merge pull request #137 from ts-graphviz/dependabot/npm_and_yarn/tslib-2.0.0
Bump tslib from 1.11.1 to 2.0.0
2 parents 75bc0a8 + b65e4d5 commit 9740265

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"doc": "typedoc"
3232
},
3333
"dependencies": {
34-
"tslib": "^1.10.0"
34+
"tslib": "^2.0.0"
3535
},
3636
"devDependencies": {
3737
"@types/jest": "^25.1.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5123,11 +5123,16 @@ ts-jest@^25.1.0:
51235123
semver "6.x"
51245124
yargs-parser "18.x"
51255125

5126-
tslib@1.11.2, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
5126+
tslib@1.11.2, tslib@^1.8.1, tslib@^1.9.0:
51275127
version "1.11.2"
51285128
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
51295129
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
51305130

5131+
tslib@^2.0.0:
5132+
version "2.0.0"
5133+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
5134+
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
5135+
51315136
tsutils@^3.17.1:
51325137
version "3.17.1"
51335138
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)