Skip to content

Commit b49f142

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency tslib to v2.3.1
1 parent 648aa93 commit b49f142

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"log-symbols": "4.1.0",
15-
"tslib": "2.1.0"
15+
"tslib": "2.3.1"
1616
},
1717
"devDependencies": {
1818
"ava": "3.15.0",

packages/commands/generate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"dependencies": {
2626
"@graphql-cli/common": "^5.0.0",
2727
"graphback-cli": "1.1.2",
28-
"tslib": "2.1.0"
28+
"tslib": "2.3.1"
2929
}
3030
}

packages/commands/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"simple-git": "^2.36.1",
3838
"string-env-interpolation": "^1.0.1",
3939
"tmp": "^0.2.1",
40-
"tslib": "~2.1.0"
40+
"tslib": "~2.3.0"
4141
}
4242
}

packages/commands/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"dependencies": {
2626
"@graphql-cli/common": "^5.0.0",
2727
"graphql-serve": "^1.1.2",
28-
"tslib": "~2.1.0"
28+
"tslib": "~2.3.0"
2929
}
3030
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14601,20 +14601,20 @@ [email protected], tslib@~2.0.1, tslib@~2.0.3:
1460114601
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
1460214602
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
1460314603

14604-
tslib@2.1.0, tslib@~2.1.0:
14605-
version "2.1.0"
14606-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
14607-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
14604+
tslib@2.3.1, tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@~2.3.0:
14605+
version "2.3.1"
14606+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
14607+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1460814608

1460914609
tslib@^1.10.0, tslib@^1.9.0, tslib@^1.9.3:
1461014610
version "1.14.1"
1461114611
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1461214612
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1461314613

14614-
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@~2.3.0:
14615-
version "2.3.1"
14616-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
14617-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
14614+
tslib@~2.1.0:
14615+
version "2.1.0"
14616+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
14617+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1461814618

1461914619
tslib@~2.2.0:
1462014620
version "2.2.0"

0 commit comments

Comments
 (0)