Bump tslib from 2.6.2 to 2.6.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-08 08:45:31 +00:00
committed by GitHub
parent bf9445e741
commit 547e5ff183
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"svelte-spa-router": "^4.0.1",
"svelte-typeahead": "^4.4.1",
"svelte-use-click-outside": "^1.0.0",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.0.4",
"uuid": "^9.0.1",
"vite": "^4.5.1"
@@ -5000,9 +5000,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
"dev": true
},
"node_modules/tsutils": {

View File

@@ -49,7 +49,7 @@
"svelte-spa-router": "^4.0.1",
"svelte-typeahead": "^4.4.1",
"svelte-use-click-outside": "^1.0.0",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.0.4",
"uuid": "^9.0.1",
"vite": "^4.5.1"