Bump tslib from 2.6.1 to 2.6.2

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/133/head
dependabot[bot] 3 years ago committed by GitHub
parent eff896925b
commit 4f1fcbe285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
package-lock.json generated

@ -11,7 +11,7 @@
"dependencies": {
"@types/node": "^20.5.1",
"pako": "^2.1.0",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
@ -1396,9 +1396,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/type-fest": {
"version": "2.19.0",

@ -31,6 +31,6 @@
"dependencies": {
"@types/node": "^20.5.1",
"pako": "^2.1.0",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
}
}

Loading…
Cancel
Save