diff --git a/AdminDashboard/package-lock.json b/AdminDashboard/package-lock.json index 41e2ae8ef7..295dee3b21 100644 --- a/AdminDashboard/package-lock.json +++ b/AdminDashboard/package-lock.json @@ -11,7 +11,7 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", "CommonUI": "file:../CommonUI", - "dotenv": "^16.4.1", + "dotenv": "^16.4.2", "file-loader": "^6.2.0", "Model": "file:../Model", "react": "^18.2.0", @@ -7915,14 +7915,14 @@ } }, "node_modules/dotenv": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", - "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", + "version": "16.4.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz", + "integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/dotenv-expand": { diff --git a/AdminDashboard/package.json b/AdminDashboard/package.json index 42f217d3f8..8e5b885b30 100644 --- a/AdminDashboard/package.json +++ b/AdminDashboard/package.json @@ -6,7 +6,7 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", "CommonUI": "file:../CommonUI", - "dotenv": "^16.4.1", + "dotenv": "^16.4.2", "file-loader": "^6.2.0", "Model": "file:../Model", "react": "^18.2.0",