diff options
author | silverwind <me@silverwind.io> | 2024-04-13 10:54:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 08:54:36 +0000 |
commit | c28bed27af82b664df943e5fd3d9bd07fb2f2b77 (patch) | |
tree | 7ce82aa218905f082c5b85c7eb2440f76a4c88c9 /poetry.lock | |
parent | c248f010ad08a7017ba1d418e9b6a5b72aff0c88 (diff) | |
download | gitea-c28bed27af82b664df943e5fd3d9bd07fb2f2b77.tar.gz gitea-c28bed27af82b664df943e5fd3d9bd07fb2f2b77.zip |
Update JS and PY deps, lock eslint and related plugins (#30452)
Update all JS dependencies and lock eslint and flat-only plugins. There
is at least the blocker
https://github.com/SonarSource/eslint-plugin-sonarjs/issues/454
preventing us from upgrading to eslint 9.
Tested API spec, charts and absolute dates.
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock index 951a0fa7a8..1533ddc5ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -113,13 +113,13 @@ six = ">=1.13.0" [[package]] name = "json5" -version = "0.9.24" +version = "0.9.25" description = "A Python implementation of the JSON5 data format." optional = false python-versions = ">=3.8" files = [ - {file = "json5-0.9.24-py3-none-any.whl", hash = "sha256:4ca101fd5c7cb47960c055ef8f4d0e31e15a7c6c48c3b6f1473fc83b6c462a13"}, - {file = "json5-0.9.24.tar.gz", hash = "sha256:0c638399421da959a20952782800e5c1a78c14e08e1dc9738fa10d8ec14d58c8"}, + {file = "json5-0.9.25-py3-none-any.whl", hash = "sha256:34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f"}, + {file = "json5-0.9.25.tar.gz", hash = "sha256:548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae"}, ] [[package]] |