diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-21 04:18:27 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-21 04:19:00 +0000 |
commit | 760308b8111370c1e797c45f4a9676b30e29c7c5 (patch) | |
tree | 81dc2d4c99661d6f651b9d23e45ee0a774c72c25 /clients/www | |
parent | --- (diff) | |
download | zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.tar zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.tar.gz zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.tar.bz2 zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.tar.lz zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.tar.xz zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.tar.zst zorascript-760308b8111370c1e797c45f4a9676b30e29c7c5.zip |
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 f1a08eb..1610777 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "20.12.12", "@typescript-eslint/eslint-plugin": "^7.10.0", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/parser": "^7.10.0", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", "eslint": "^9.3.0", |