Skip to content

Commit d54173a

Browse files
dependabot[bot]robin-aws
authored andcommitted
chore: bump tslib from 1.14.1 to 2.2.0 (#571)
Bumps [tslib](https://github.com/Microsoft/tslib) from 1.14.1 to 2.2.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@v1.14.1...2.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38a2659 commit d54173a

File tree

29 files changed

+959
-131
lines changed

29 files changed

+959
-131
lines changed

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@aws-crypto/serialize": "file:../serialize",
2323
"@types/lru-cache": "^5.1.0",
2424
"lru-cache": "^6.0.0",
25-
"tslib": "^1.11.1"
25+
"tslib": "^2.2.0"
2626
},
2727
"sideEffects": false,
2828
"main": "./build/main/index.js",

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@aws-crypto/web-crypto-backend": "file:../web-crypto-backend",
2525
"@aws-sdk/util-base64-browser": "3.1.0",
2626
"@aws-sdk/util-utf8-browser": "3.1.0",
27-
"tslib": "^1.11.1"
27+
"tslib": "^2.2.0"
2828
},
2929
"sideEffects": false,
3030
"main": "./build/main/index.js",

modules/caching-materials-manager-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@aws-crypto/cache-material": "file:../cache-material",
2222
"@aws-crypto/material-management-node": "file:../material-management-node",
23-
"tslib": "^1.11.1"
23+
"tslib": "^2.2.0"
2424
},
2525
"sideEffects": false,
2626
"main": "./build/main/index.js",

modules/client-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@aws-crypto/raw-aes-keyring-browser": "file:../raw-aes-keyring-browser",
3232
"@aws-crypto/raw-rsa-keyring-browser": "file:../raw-rsa-keyring-browser",
3333
"@aws-crypto/web-crypto-backend": "file:../web-crypto-backend",
34-
"tslib": "^1.11.1"
34+
"tslib": "^2.2.0"
3535
},
3636
"sideEffects": false,
3737
"main": "./build/main/index.js",

modules/client-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@aws-crypto/material-management-node": "file:../material-management-node",
3131
"@aws-crypto/raw-aes-keyring-node": "file:../raw-aes-keyring-node",
3232
"@aws-crypto/raw-rsa-keyring-node": "file:../raw-rsa-keyring-node",
33-
"tslib": "^1.11.1"
33+
"tslib": "^2.2.0"
3434
},
3535
"sideEffects": false,
3636
"main": "./build/main/index.js",

modules/decrypt-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@aws-crypto/material-management-browser": "file:../material-management-browser",
2121
"@aws-crypto/serialize": "file:../serialize",
2222
"@aws-sdk/util-utf8-browser": "3.1.0",
23-
"tslib": "^1.11.1"
23+
"tslib": "^2.2.0"
2424
},
2525
"sideEffects": false,
2626
"main": "./build/main/index.js",

modules/decrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/duplexify": "^3.6.0",
2424
"duplexify": "^4.1.1",
2525
"readable-stream": "^3.6.0",
26-
"tslib": "^1.11.1"
26+
"tslib": "^2.2.0"
2727
},
2828
"sideEffects": false,
2929
"main": "./build/main/index.js",

modules/encrypt-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@aws-crypto/serialize": "file:../serialize",
2222
"@aws-crypto/web-crypto-backend": "file:../web-crypto-backend",
2323
"@aws-sdk/util-utf8-browser": "3.1.0",
24-
"tslib": "^1.11.1"
24+
"tslib": "^2.2.0"
2525
},
2626
"sideEffects": false,
2727
"main": "./build/main/index.js",

modules/encrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/duplexify": "^3.6.0",
2323
"duplexify": "^4.1.1",
2424
"readable-stream": "^3.6.0",
25-
"tslib": "^1.11.1"
25+
"tslib": "^2.2.0"
2626
},
2727
"sideEffects": false,
2828
"main": "./build/main/index.js",

modules/example-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"karma-webpack": "^4.0.2",
3737
"ts-loader": "8.0.13",
3838
"ts-node": "^8.8.1",
39-
"tslib": "^1.11.1",
39+
"tslib": "^2.2.0",
4040
"typescript": "^4.0.2",
4141
"webpack": "^4.42.1",
4242
"webpack-cli": "4.3.1"

0 commit comments

Comments
 (0)