diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-04-15 09:03:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 09:03:11 +0200 |
commit | d405be2536cedda86e0fa4d8846a85aa8c0a12bb (patch) | |
tree | 190245a3f726c4a107e1b40859e78061fcffd12d /package.json | |
parent | 05edc2fc199bec680aac2ea8579dab6044e4014a (diff) | |
parent | 8e84c6af22f4ebf0979d57267a07e62a6a782783 (diff) | |
download | nextcloud-server-d405be2536cedda86e0fa4d8846a85aa8c0a12bb.tar.gz nextcloud-server-d405be2536cedda86e0fa4d8846a85aa8c0a12bb.zip |
Merge pull request #37751 from nextcloud/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.58.0
bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.58.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 00abe5568b3..493cf4355b7 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.14", - "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.44.0", "@vue/test-utils": "^1.3.3", "@vue/tsconfig": "^0.1.3", |