diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 854174d..df3dc49 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,11 +15,11 @@ "@radix-ui/react-navigation-menu": "1.1.4", "@radix-ui/react-select": "2.0.0", "@radix-ui/react-slot": "1.0.2", - "@testing-library/jest-dom": "6.2.1", + "@testing-library/jest-dom": "6.3.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", - "@types/node": "20.11.5", + "@types/node": "20.11.6", "@types/react": "18.2.48", "@types/react-dom": "18.2.18", "@types/react-router-dom": "5.3.3", @@ -3686,9 +3686,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz", - "integrity": "sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz", + "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", @@ -3959,9 +3959,9 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "20.11.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", + "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/frontend/package.json b/frontend/package.json index 3c5fe56..b368f59 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,11 +14,11 @@ "@radix-ui/react-navigation-menu": "1.1.4", "@radix-ui/react-select": "2.0.0", "@radix-ui/react-slot": "1.0.2", - "@testing-library/jest-dom": "6.2.1", + "@testing-library/jest-dom": "6.3.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", - "@types/node": "20.11.5", + "@types/node": "20.11.6", "@types/react": "18.2.48", "@types/react-dom": "18.2.18", "@types/react-router-dom": "5.3.3", diff --git a/package-lock.json b/package-lock.json index 029e7e7..dfe0bb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "@types/express": "4.17.21", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", - "@types/node": "20.11.5", + "@types/node": "20.11.6", "@types/passport-http-bearer": "1.0.41", "@types/passport-jwt": "3.0.13", "@types/supertest": "6.0.2", @@ -3597,9 +3597,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "20.11.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", + "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 3f73954..e2a4863 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@types/express": "4.17.21", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", - "@types/node": "20.11.5", + "@types/node": "20.11.6", "@types/passport-http-bearer": "1.0.41", "@types/passport-jwt": "3.0.13", "@types/supertest": "6.0.2",