web: bump tslib from 2.5.2 to 2.5.3 in /web (#5854)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.2...v2.5.3)

---
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-06-05 11:04:28 +02:00 committed by GitHub
parent 59ee604378
commit 6ceb59c784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
web/package-lock.json generated
View File

@ -75,7 +75,7 @@
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-terser": "^7.0.2",
"ts-lit-plugin": "^1.2.1",
"tslib": "^2.5.2",
"tslib": "^2.5.3",
"turnstile-types": "^1.1.2",
"typescript": "^5.1.3"
}
@ -9668,8 +9668,9 @@
"license": "MIT"
},
"node_modules/tslib": {
"version": "2.5.2",
"license": "0BSD"
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
},
"node_modules/tsutils": {
"version": "3.21.0",

View File

@ -85,7 +85,7 @@
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-terser": "^7.0.2",
"ts-lit-plugin": "^1.2.1",
"tslib": "^2.5.2",
"tslib": "^2.5.3",
"turnstile-types": "^1.1.2",
"typescript": "^5.1.3"
}