Build(deps): Bump tslib from 2.6.3 to 2.7.0 (#4166)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 15:37:37 +02:00 committed by GitHub
parent 0fb9f9ebe3
commit 266429a5de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

13
package-lock.json generated
View File

@ -37,7 +37,7 @@
"minimatch-browser": "^1.0.0",
"pdfjs-dist": "3.3.122",
"rxjs": "6.6.6",
"tslib": "^2.5.3",
"tslib": "^2.7.0",
"zone.js": "0.11.8"
},
"devDependencies": {
@ -207,6 +207,11 @@
"tslib": "2.6.3"
}
},
"node_modules/@alfresco/js-api/node_modules/tslib": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
},
"node_modules/@ampproject/remapping": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
@ -30864,9 +30869,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/tsutils": {
"version": "3.21.0",

View File

@ -58,7 +58,7 @@
"minimatch-browser": "^1.0.0",
"pdfjs-dist": "3.3.122",
"rxjs": "6.6.6",
"tslib": "^2.5.3",
"tslib": "^2.7.0",
"zone.js": "0.11.8"
},
"devDependencies": {