diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-21 16:22:44 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-21 16:23:22 +0000 |
commit | 0e9a014ea0af7123c2588a6e4c776a6b3db0a904 (patch) | |
tree | 57e99bd5e00212b1b39a6d3257519542fd6794e3 /app/package.json | |
parent | Bump prettier-plugin-svelte from 3.2.4 to 3.2.5 (diff) | |
download | trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.tar trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.tar.gz trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.tar.bz2 trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.tar.lz trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.tar.xz trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.tar.zst trinkets-0e9a014ea0af7123c2588a6e4c776a6b3db0a904.zip |
Bump @types/node from 20.14.6 to 20.14.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.6 to 20.14.7.
- [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-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index 80ddfec..80d02b4 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.6", + "@types/node": "20.14.7", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/parser": "7.13.1", |