Browse Source

Node: update to node 16.15.1

Alexandre Flament 2 years ago
parent
commit
2315b8f28b
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .nvmrc
  2. 2 2
      package.json

+ 1 - 1
.nvmrc

@@ -1 +1 @@
-v16.13.0
+v16.15.1

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "eslint": "^8.11.0",
-    "pyright": "^1.1.215"
+    "eslint": "^8.18.0",
+    "pyright": "^1.1.255"
   }
 }