diff options
-rw-r--r-- | .nvmrc | 2 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -v16.13.0
\ No newline at end of file +v16.15.1
\ No newline at end of file diff --git a/package.json b/package.json index 85a43bad9..9c4b0186c 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" } } |