diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-23 17:17:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-23 17:18:12 +0000 |
commit | 9a66627483675bc3e127a3574767dbfb1c2e3cc1 (patch) | |
tree | e08695f65a9e7f8a2849f7045de370744d7d363a /app | |
parent | Add stolen dependabot auto-merge (diff) | |
download | trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.tar trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.tar.gz trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.tar.bz2 trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.tar.lz trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.tar.xz trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.tar.zst trinkets-9a66627483675bc3e127a3574767dbfb1c2e3cc1.zip |
Bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.0 to 6.19.1.
- [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/v6.19.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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 302b500..436dc28 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.11.5", "@types/wicg-file-system-access": "2023.10.4", - "@typescript-eslint/eslint-plugin": "6.19.0", + "@typescript-eslint/eslint-plugin": "6.19.1", "@typescript-eslint/parser": "6.19.0", "@vite-pwa/sveltekit": "0.3.0", "autoprefixer": "10.4.17", |