chore(deps-dev): Bump tslib from 2.7.0 to 2.8.0 (#3497)
Some checks failed
Tests / UnitTests (18) (push) Has been cancelled
Tests / UnitTests (latest) (push) Has been cancelled
Tests / UnitTests (lts/*) (push) Has been cancelled
Tests / OtherTests (push) Has been cancelled
Tests / Release (push) Has been cancelled

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-21 09:00:49 -07:00 committed by GitHub
parent 0b459a9a5a
commit 59d5350fdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -37,7 +37,7 @@
"semantic-release": "^24.1.3",
"titleize": "^4.0.0",
"ts-expect": "^1.3.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "5.6.3"
},
"engines": {
@ -8746,9 +8746,9 @@
"dev": true
},
"node_modules/tslib": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
"integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
"dev": true
},
"node_modules/type-check": {

View File

@ -78,7 +78,7 @@
"semantic-release": "^24.1.3",
"titleize": "^4.0.0",
"ts-expect": "^1.3.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "5.6.3"
},
"scripts": {