diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-26 16:53:06 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2023-10-28 15:13:31 -0500 |
commit | 5154aa1aed1a38ab142960c3b6c3639a321e04b3 (patch) | |
tree | e0167c1be86ccb8a32486ee20be2c74ef9862ba2 /app | |
parent | Bump eslint from 8.51.0 to 8.52.0 (diff) | |
download | trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.tar trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.tar.gz trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.tar.bz2 trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.tar.lz trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.tar.xz trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.tar.zst trinkets-5154aa1aed1a38ab142960c3b6c3639a321e04b3.zip |
Bump @types/node from 20.8.7 to 20.8.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.7 to 20.8.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 '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 5267db8..b03bf84 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", "@types/html-minifier-terser": "7.0.1", - "@types/node": "20.8.7", + "@types/node": "20.8.9", "@types/wicg-file-system-access": "2023.10.2", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", |