Skip to content

Commit

Permalink
chore(deps): Bump tslib from 2.4.1 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and oliversalzburg committed Feb 2, 2023
1 parent c069bea commit 018071d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"packages/*"
],
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"devDependencies": {
"@babel/core": "7.20.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/action-commit-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"devDependencies": {
"@types/node": "^18.11.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/action-label-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"tslib": "2.4.1",
"tslib": "2.5.0",
"yaml": "2.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/action-release-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"devDependencies": {
"@types/node": "^18.11.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tests:run": "mocha output/tests/*.spec.js"
},
"dependencies": {
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"devDependencies": {
"@types/mocha": "^10",
Expand Down
2 changes: 1 addition & 1 deletion packages/userscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"types": "./output/index.ts",
"dependencies": {
"date-fns": "2.29.3",
"tslib": "2.4.1"
"tslib": "2.5.0"
},
"devDependencies": {
"@types/dojo": "1.9.43",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ __metadata:
"@actions/github": 5.1.1
"@types/node": ^18.11.14
json-schema-to-ts: 2.6.2
tslib: 2.4.1
tslib: 2.5.0
typescript: 4.9.5
languageName: unknown
linkType: soft
Expand All @@ -745,7 +745,7 @@ __metadata:
"@actions/core": 1.10.0
"@actions/github": 5.1.1
"@types/node": 18.11.18
tslib: 2.4.1
tslib: 2.5.0
typescript: 4.9.5
yaml: 2.2.1
languageName: unknown
Expand All @@ -758,7 +758,7 @@ __metadata:
"@actions/core": 1.10.0
"@actions/github": 5.1.1
"@types/node": ^18.11.14
tslib: 2.4.1
tslib: 2.5.0
typescript: 4.9.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -787,7 +787,7 @@ __metadata:
chromedriver: 109.0.0
mocha: 10.2.0
selenium-webdriver: 4.8.0
tslib: 2.4.1
tslib: 2.5.0
typescript: 4.9.5
languageName: unknown
linkType: soft
Expand All @@ -799,7 +799,7 @@ __metadata:
"@types/dojo": 1.9.43
"@types/jquery": 3.5.16
date-fns: 2.29.3
tslib: 2.4.1
tslib: 2.5.0
typescript: 4.9.5
vite: 4.1.1
vite-plugin-userscript: 0.1.3
Expand Down Expand Up @@ -3248,7 +3248,7 @@ __metadata:
prettier-package-json: 2.8.0
prettier-plugin-organize-imports: 3.2.2
prettier-plugin-sh: 0.12.8
tslib: 2.4.1
tslib: 2.5.0
typescript: 4.9.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4808,10 +4808,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.4.1":
version: 2.4.1
resolution: "tslib@npm:2.4.1"
checksum: 9ac0e4fd1033861f0b4f0d848dc3009ebcc3aa4757a06e8602a2d8a7aed252810e3540e54e70709f06c0f95311faa8584f769bcbede48aff785eb7e4d399b9ec
"tslib@npm:2.5.0":
version: 2.5.0
resolution: "tslib@npm:2.5.0"
checksum: e32fc99cc730dd514e53c44e668d76016e738f0bcc726aad5dbd2d335cf19b87a95a9b1e4f0a9993e370f1d702b5e471cdd4acabcac428a3099d496b9af2021e
languageName: node
linkType: hard

Expand Down

0 comments on commit 018071d

Please sign in to comment.