diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-20 13:27:43 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 13:27:43 +0000 |
| commit | 0d6435261ef3e91c06fe34cc8bf72ff1b30078c2 (patch) | |
| tree | a62201112be682a77e9723d877854f5db5792b26 | |
| parent | 180e234446435e2238aa12c97a02b8ce3266c3d6 (diff) | |
| parent | f6ca59315787f11af179d631b189d626a82f5aef (diff) | |
Merge branch 'renovate/eslint-8.x' into 'develop'
Update dependency eslint to v8.32.0
See merge request pleroma/pleroma-fe!1768
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 897fda4a..a256eebb 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "css-loader": "6.7.3", "css-minimizer-webpack-plugin": "4.2.2", "custom-event-polyfill": "1.0.7", - "eslint": "8.31.0", + "eslint": "8.32.0", "eslint-config-standard": "17.0.0", "eslint-formatter-friendly": "7.0.0", "eslint-plugin-import": "2.26.0", @@ -4042,10 +4042,10 @@ eslint-webpack-plugin@3.2.0: normalize-path "^3.0.0" schema-utils "^4.0.0" -eslint@8.31.0: - version "8.31.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524" - integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA== +eslint@8.32.0: + version "8.32.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861" + integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ== dependencies: "@eslint/eslintrc" "^1.4.1" "@humanwhocodes/config-array" "^0.11.8" |
