diff --git a/next-app-fe/package-lock.json b/next-app-fe/package-lock.json index ff23d50..891ece2 100644 --- a/next-app-fe/package-lock.json +++ b/next-app-fe/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", "@types/mongoose": "^5.11.97", - "@types/node": "20.2.0", + "@types/node": "^20.16.5", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "amqplib": "^0.10.3", @@ -1055,9 +1055,13 @@ } }, "node_modules/@types/node": { - "version": "20.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.0.tgz", - "integrity": "sha512-3iD2jaCCziTx04uudpJKwe39QxXgSUnpxXSvRQjRvHPxFQfmfP4NXIm/NURVeNlTCc+ru4WqjYGTmpXrW9uMlw==" + "version": "20.16.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", + "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.2" + } }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -6925,6 +6929,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" + }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", diff --git a/next-app-fe/package.json b/next-app-fe/package.json index 51a2f31..6d06b61 100644 --- a/next-app-fe/package.json +++ b/next-app-fe/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", "@types/mongoose": "^5.11.97", - "@types/node": "20.2.0", + "@types/node": "20.16.5", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "amqplib": "^0.10.3",