summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2023-09-29 13:33:17 +0000
committerAlexandre Flament <alex@al-f.net>2023-10-01 08:25:00 +0200
commitfb8872153250a945ff43e00c8352bfac7cace156 (patch)
tree5365f353089c632c9e5c522bf68945ae5ee4108d
parentfe9386b58d491ce3ba439d2984d71f45ca8702ed (diff)
Upgrade dependencies
* geckodriver: 0.33.0 * node 16.20.2 * pyright 1.1.329 * eslint 8.50.0
-rw-r--r--.nvmrc2
-rwxr-xr-xmanage2
-rw-r--r--package.json4
3 files changed, 4 insertions, 4 deletions
diff --git a/.nvmrc b/.nvmrc
index 0a2cd987..3f784dcf 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-v16.15.1 \ No newline at end of file
+v16.20.2 \ No newline at end of file
diff --git a/manage b/manage
index 38056036..58bafae0 100755
--- a/manage
+++ b/manage
@@ -41,7 +41,7 @@ PATH="${REPO_ROOT}/node_modules/.bin:${PATH}"
PYOBJECTS="searx"
PY_SETUP_EXTRAS='[test]'
-GECKODRIVER_VERSION="v0.30.0"
+GECKODRIVER_VERSION="v0.33.0"
# SPHINXOPTS=
BLACK_OPTIONS=("--target-version" "py311" "--line-length" "120" "--skip-string-normalization")
BLACK_TARGETS=("--exclude" "searx/static,searx/languages.py" "--include" 'searxng.msg|\.pyi?$' "searx" "searxng_extra" "tests")
diff --git a/package.json b/package.json
index 5eb3da89..dd24a34f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "eslint": "^8.18.0",
- "pyright": "^1.1.255"
+ "eslint": "^8.50.0",
+ "pyright": "^1.1.329"
},
"scripts": {
"clean": "rm -Rf node_modules package-lock.json"