From 4ba939c539b6df8da29e167b3bc0d509f9f1be50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:05:58 +0000 Subject: [PATCH] chore(deps): update node.js to v18 --- package.json | 2 +- plugins/tree-view-bookmarks/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 86ff544..f7c70cc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "uuid": "64b5a452-020e-499f-a76c-3677d56fac9d" }, "engines": { - "node": ">=10.16.0 <=14.x.x", + "node": ">=10.16.0 <=v18.17.0", "npm": "^7.0.0" }, "license": "MIT", diff --git a/plugins/tree-view-bookmarks/package.json b/plugins/tree-view-bookmarks/package.json index ae2fde4..3550885 100644 --- a/plugins/tree-view-bookmarks/package.json +++ b/plugins/tree-view-bookmarks/package.json @@ -21,7 +21,7 @@ } ], "engines": { - "node": ">=10.16.0 <=14.x.x", + "node": ">=10.16.0 <=v18.17.0", "npm": ">=6.0.0" }, "license": "MIT"