diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-10 16:13:42 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-10 16:14:25 +0000 |
commit | e8a0a839050f605fe039b8008a12ecb37876fc29 (patch) | |
tree | 878528ca92ffbd488c25fa3dff4d1135fbe24cfa /app/package.json | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.tar trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.tar.gz trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.tar.bz2 trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.tar.lz trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.tar.xz trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.tar.zst trinkets-e8a0a839050f605fe039b8008a12ecb37876fc29.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/package.json b/app/package.json index 42cefa8..7c39d55 100644 --- a/app/package.json +++ b/app/package.json @@ -18,8 +18,8 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.5.4", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.4.0", - "@typescript-eslint/parser": "8.4.0", + "@typescript-eslint/eslint-plugin": "8.5.0", + "@typescript-eslint/parser": "8.5.0", "@vite-pwa/sveltekit": "0.6.5", "autoprefixer": "10.4.20", "crc": "4.3.2", |