diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-18 16:10:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-18 16:11:08 +0000 |
commit | ea6240cdc4fbdd91d9601676285ac36ee9a7705c (patch) | |
tree | 74d0fda1f91712cf841283d7089aaa5fcfc97166 /app | |
parent | Bump svelte-check from 3.8.0 to 3.8.1 (diff) | |
download | trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.tar trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.tar.gz trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.tar.bz2 trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.tar.lz trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.tar.xz trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.tar.zst trinkets-ea6240cdc4fbdd91d9601676285ac36ee9a7705c.zip |
Bump @types/node from 20.14.2 to 20.14.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 20.14.5.
- [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 'app')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index fe495ad..f2f5638 100644 --- a/app/package.json +++ b/app/package.json @@ -16,7 +16,7 @@ "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", "@types/html-minifier-terser": "7.0.2", - "@types/node": "20.14.2", + "@types/node": "20.14.5", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "7.13.0", "@typescript-eslint/parser": "7.13.1", |