diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-05 05:08:19 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-05 05:08:56 +0000 |
commit | f6d4ef9faf695ef0482c163136ab5ffd14d77b16 (patch) | |
tree | e1eedafe4bc0c617d2e5142c0c2ad38898c0388c /clients/www | |
parent | Bump @types/node from 20.14.0 to 20.14.1 (diff) | |
download | zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.tar zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.tar.gz zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.tar.bz2 zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.tar.lz zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.tar.xz zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.tar.zst zorascript-f6d4ef9faf695ef0482c163136ab5ffd14d77b16.zip |
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>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 1105b58..af7aed4 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -37,7 +37,7 @@ "svelte-check": "^3.8.0", "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.3", - "tslib": "^2.6.2", + "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.12", "vite-plugin-tailwind-purgecss": "0.3.3" |