diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-21 04:16:43 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-21 04:17:19 +0000 |
commit | b8650345740897076cf25075c5094c9ae67d1ca4 (patch) | |
tree | 406d5c7cd22e024fe93166f565ec21ae365cf85d /clients/www | |
parent | --- (diff) | |
download | zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.tar zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.tar.gz zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.tar.bz2 zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.tar.lz zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.tar.xz zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.tar.zst zorascript-b8650345740897076cf25075c5094c9ae67d1ca4.zip |
---
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 dbad8ab..f1a08eb 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.11", + "@types/node": "20.12.12", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.8.0", "@vite-pwa/sveltekit": "^0.5.0", |