diff --git a/package-lock.json b/package-lock.json index 6438371..2b66f25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/dedent": "^0.7.0", "@types/ini": "^1.3.31", "@types/lodash": "^4.14.194", - "@types/node": "^18.15.11", + "@types/node": "^20.4.2", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "eslint": "^8.38.0", @@ -512,9 +512,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", + "version": "20.4.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz", + "integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==", "dev": true }, "node_modules/@types/resolve": { diff --git a/package.json b/package.json index f9553af..2cf91b9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/dedent": "^0.7.0", "@types/ini": "^1.3.31", "@types/lodash": "^4.14.194", - "@types/node": "^18.15.11", + "@types/node": "^20.4.2", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "eslint": "^8.38.0",