summaryrefslogtreecommitdiff
path: root/package.json
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 /package.json
parentfe9386b58d491ce3ba439d2984d71f45ca8702ed (diff)
Upgrade dependencies
* geckodriver: 0.33.0 * node 16.20.2 * pyright 1.1.329 * eslint 8.50.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
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"