From adbfa8feb4726a1d4187dcb2693d400fb9d00c60 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:25:38 +0530 Subject: [PATCH] chore(deps): bump node typings Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0f8ba97..f4497df7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@commitlint/config-conventional": "^17.1.0", "@types/earcut": "^2.1.1", "@types/mapbox-gl": "^1.13.2", - "@types/node": "^18.11.5", + "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "esbuild": "^0.15.12", diff --git a/package.json b/package.json index cb8a310c..8fdd17e5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@commitlint/config-conventional": "^17.1.0", "@types/earcut": "^2.1.1", "@types/mapbox-gl": "^1.13.2", - "@types/node": "^18.11.5", + "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "esbuild": "^0.15.12",