diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-04 04:23:29 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-04 04:24:07 +0000 |
commit | 18fd7d986de99be045d2ecfa39f9e826de8f772a (patch) | |
tree | e3a2cee00131b82863ee6fe3726ba9407108245f /clients | |
parent | Bump svelte-persisted-store from 0.9.4 to 0.11.0 (diff) | |
download | zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.tar zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.tar.gz zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.tar.bz2 zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.tar.lz zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.tar.xz zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.tar.zst zorascript-18fd7d986de99be045d2ecfa39f9e826de8f772a.zip |
Bump @types/node from 20.14.0 to 20.14.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.0 to 20.14.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-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 250a00c..1105b58 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "@types/node": "20.14.0", + "@types/node": "20.14.1", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "@vite-pwa/sveltekit": "^0.5.0", |