summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-06-18 09:41:20 +0200
committerAlexandre Flament <alex@al-f.net>2022-06-25 14:07:39 +0200
commit2315b8f28b235fe09fca3c993c8ef9c55cd5891b (patch)
treeb7e9366585b2bd710a4ca6e712ec321069ad5ff3 /package.json
parent0f3e98ace4f2918b58bde41ed7bef362665e8094 (diff)
Node: update to node 16.15.1
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 85a43bad..9c4b0186 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "eslint": "^8.11.0",
- "pyright": "^1.1.215"
+ "eslint": "^8.18.0",
+ "pyright": "^1.1.255"
}
}