diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-26 04:38:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-26 04:38:50 +0000 |
commit | d3ad7c7f106b8ab10d0e3ea5179092230047cefc (patch) | |
tree | 53f657406c84c954579ef1983cf5bb771f26fef8 /clients/www | |
parent | Bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1 (diff) | |
download | zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.tar zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.tar.gz zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.tar.bz2 zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.tar.lz zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.tar.xz zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.tar.zst zorascript-d3ad7c7f106b8ab10d0e3ea5179092230047cefc.zip |
Bump @types/node from 20.14.8 to 20.14.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.8 to 20.14.9.
- [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/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 2bbbaf0..4686f22 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.8", + "@types/node": "20.14.9", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", "@vite-pwa/sveltekit": "^0.5.0", |