diff --git a/package-lock.json b/package-lock.json index 0a566116..362e5cfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@commitlint/cli": "^17.6.3", "@commitlint/config-conventional": "^17.6.3", - "@types/node": "^20.1.7", + "@types/node": "^20.2.0", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "@vinayakkulkarni/prettier-config-vue": "^1.0.0", @@ -1381,9 +1381,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.1.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.7.tgz", - "integrity": "sha512-WCuw/o4GSwDGMoonES8rcvwsig77dGCMbZDrZr2x4ZZiNW4P/gcoZXe/0twgtobcTkmg9TuKflxYL/DuwDyJzg==", + "version": "20.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.0.tgz", + "integrity": "sha512-3iD2jaCCziTx04uudpJKwe39QxXgSUnpxXSvRQjRvHPxFQfmfP4NXIm/NURVeNlTCc+ru4WqjYGTmpXrW9uMlw==", "dev": true }, "node_modules/@types/normalize-package-data": { diff --git a/package.json b/package.json index 8e844d11..26e5be0c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@commitlint/cli": "^17.6.3", "@commitlint/config-conventional": "^17.6.3", - "@types/node": "^20.1.7", + "@types/node": "^20.2.0", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "@vinayakkulkarni/prettier-config-vue": "^1.0.0",