Bump tslib from 2.6.3 to 2.7.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/266/head
dependabot[bot] 2 years ago committed by GitHub
parent 956d030805
commit e7abb29be1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
package-lock.json generated

@ -11,7 +11,7 @@
"dependencies": {
"@types/node": "^22.4.1",
"pako": "^2.1.0",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
@ -1626,9 +1626,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA=="
},
"node_modules/type-fest": {
"version": "2.19.0",

@ -31,6 +31,6 @@
"dependencies": {
"@types/node": "^22.4.1",
"pako": "^2.1.0",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
}
}

Loading…
Cancel
Save