Skip to content

Commit dea4350

Browse files
fix(deps): bump tslib from 2.5.0 to 2.5.2
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.5.0...2.5.2) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b7ca21 commit dea4350

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@salesforce/ts-types": "^2.0.1",
33-
"tslib": "^2.5.0"
33+
"tslib": "^2.5.2"
3434
},
3535
"devDependencies": {
3636
"@salesforce/dev-config": "^4.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5621,10 +5621,10 @@ tslib@^1.8.1:
56215621
version "1.14.1"
56225622
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
56235623

5624-
tslib@^2, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0:
5625-
version "2.5.0"
5626-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
5627-
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
5624+
tslib@^2, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.5.2:
5625+
version "2.5.2"
5626+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
5627+
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
56285628

56295629
tsutils@^3.21.0:
56305630
version "3.21.0"

0 commit comments

Comments
 (0)