build(deps-dev): Bump tslib from 2.6.0 to 2.6.1 (#1659)

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

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

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] 2023-07-24 21:19:10 +00:00 committed by GitHub
parent 8e10cad5e5
commit c98a479c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -69,7 +69,7 @@
"rollup-plugin-terser": "7.0.2",
"rxjs": "7.8.1",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"zone.js": "0.13.1"
}
@ -15516,9 +15516,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
"integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==",
"dev": true
},
"node_modules/tsutils": {

View File

@ -117,7 +117,7 @@
"rollup-plugin-terser": "7.0.2",
"rxjs": "7.8.1",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"zone.js": "0.13.1"
},