diff --git a/package-lock.json b/package-lock.json index a00370598..3935039a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@playwright/test": "^1.38.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", - "@types/node": "^20.6.2", + "@types/node": "^20.8.0", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.0", @@ -2741,9 +2741,9 @@ "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" }, "node_modules/@types/node": { - "version": "20.6.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.4.tgz", - "integrity": "sha512-nU6d9MPY0NBUMiE/nXd2IIoC4OLvsLpwAjheoAeuzgvDZA1Cb10QYg+91AF6zQiKWRN5i1m07x6sMe0niBznoQ==" + "version": "20.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.0.tgz", + "integrity": "sha512-LzcWltT83s1bthcvjBmiBvGJiiUe84NWRHkw+ZV6Fr41z2FbIzvc815dk2nQ3RAKMuN2fkenM/z3Xv2QzEpYxQ==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.2", diff --git a/package.json b/package.json index d7f2f4bd1..9bc54996e 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@playwright/test": "^1.38.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", - "@types/node": "^20.6.2", + "@types/node": "^20.8.0", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.0",