diff --git a/package-lock.json b/package-lock.json index 3631555c..ccc285cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/adm-zip": "^0.5.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^28.1.7", - "@types/node": "^18.7.7", + "@types/node": "^20.7.0", "@types/picomatch": "^2.2.1", "@types/xml2js": "^0.4.8", "@typescript-eslint/eslint-plugin": "^5.33.1", @@ -1792,9 +1792,9 @@ } }, "node_modules/@types/node": { - "version": "18.17.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.18.tgz", - "integrity": "sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw==" + "version": "20.7.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz", + "integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==" }, "node_modules/@types/picomatch": { "version": "2.3.0", diff --git a/package.json b/package.json index 7dfc7c5a..359c4390 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/adm-zip": "^0.5.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^28.1.7", - "@types/node": "^18.7.7", + "@types/node": "^20.7.0", "@types/picomatch": "^2.2.1", "@types/xml2js": "^0.4.8", "@typescript-eslint/eslint-plugin": "^5.33.1",