diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 05:08:14 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-03 05:09:13 +0000 |
commit | 9e77065f045775a2c6d70838e37348ddef2d0264 (patch) | |
tree | 02cac45e97a0828953930267abfd3abe2ddeff64 /clients/www | |
parent | Bump prettier from 3.2.5 to 3.3.0 (diff) | |
download | zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.tar zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.tar.gz zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.tar.bz2 zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.tar.lz zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.tar.xz zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.tar.zst zorascript-9e77065f045775a2c6d70838e37348ddef2d0264.zip |
Bump @types/node from 20.12.13 to 20.14.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.13 to 20.14.0.
- [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-minor
...
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 0b425c5..e937fdb 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "@types/node": "20.12.13", + "@types/node": "20.14.0", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "@vite-pwa/sveltekit": "^0.5.0", |