diff --git a/server/package.json b/server/package.json index 4db1b132..0f8c8d2a 100644 --- a/server/package.json +++ b/server/package.json @@ -11,7 +11,7 @@ "body-parser": "^1.20.2", "concurrently": "^8.2.2", "cors": "^2.8.5", - "dotenv": "^16.3.1", + "dotenv": "^16.4.1", "express": "^4.18.2", "express-rate-limit": "^7.1.5", "feather-icons": "^4.29.1", @@ -19,7 +19,7 @@ "node-fetch": "^3.3.2", "qs": "^6.11.2", "typescript": "^5.3.3", - "web-vitals": "^3.5.0" + "web-vitals": "^3.5.2" }, "devDependencies": { "eslint": "^8.55.0" diff --git a/server/yarn.lock b/server/yarn.lock index 24e9a0c1..0dca94e3 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -483,10 +483,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv@^16.3.1: - version "16.3.1" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" - integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== +dotenv@^16.4.1: + version "16.4.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.1.tgz#1d9931f1d3e5d2959350d1250efab299561f7f11" + integrity sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ== ee-first@1.1.1: version "1.1.1" @@ -1465,10 +1465,10 @@ web-streams-polyfill@^3.0.3: resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q== -web-vitals@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.0.tgz#3a5571f00743ecd059394b61e0adceec7fac2634" - integrity sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w== +web-vitals@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.2.tgz#5bb58461bbc173c3f00c2ddff8bfe6e680999ca9" + integrity sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg== which@^2.0.1: version "2.0.2"