diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-06 04:29:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-06 04:29:44 +0000 |
commit | 5b709bbec029af45b131a3dd614077aa7dbd558f (patch) | |
tree | 0494a3da1785201ab17511320d189379b7a62548 /clients | |
parent | Bump @typescript-eslint/parser from 7.11.0 to 7.12.0 (diff) | |
download | zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.tar zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.tar.gz zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.tar.bz2 zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.tar.lz zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.tar.xz zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.tar.zst zorascript-5b709bbec029af45b131a3dd614077aa7dbd558f.zip |
Bump @types/node from 20.14.1 to 20.14.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.1 to 20.14.2.
- [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 '')
-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 b2900b8..0e2d33d 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.1", + "@types/node": "20.14.2", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "@vite-pwa/sveltekit": "^0.5.0", |