diff --git a/package-lock.json b/package-lock.json index c34fcb9..53b4919 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@trivago/prettier-plugin-sort-imports": "3.4.0", "@types/faker": "5.5.9", "@types/jest": "27.0.3", - "@types/node": "16.11.19", + "@types/node": "18.16.1", "@typescript-eslint/eslint-plugin": "5.47.1", "@typescript-eslint/parser": "5.47.1", "cz-conventional-changelog": "3.3.0", @@ -2092,9 +2092,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.11.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.19.tgz", - "integrity": "sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng==", + "version": "18.16.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.1.tgz", + "integrity": "sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==", "dev": true }, "node_modules/@types/parse-json": { @@ -11711,9 +11711,9 @@ "dev": true }, "@types/node": { - "version": "16.11.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.19.tgz", - "integrity": "sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng==", + "version": "18.16.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.1.tgz", + "integrity": "sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==", "dev": true }, "@types/parse-json": { diff --git a/package.json b/package.json index 0ff342f..61d3a19 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@trivago/prettier-plugin-sort-imports": "3.4.0", "@types/faker": "5.5.9", "@types/jest": "27.0.3", - "@types/node": "16.11.19", + "@types/node": "18.16.1", "@typescript-eslint/eslint-plugin": "5.47.1", "@typescript-eslint/parser": "5.47.1", "cz-conventional-changelog": "3.3.0",