diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 843c9608c..f035b6d92 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -60,7 +60,7 @@ "cypress-mochawesome-reporter": "^3.8.2", "cypress-multi-reporters": "^2.0.4", "dotenv": "^8.2.0", - "dotenv-expand": "^5.1.0", + "dotenv-expand": "^12.0.1", "dotenv-webpack": "^6.0.0", "expect": "^29.7.0", "file-loader": "^6.1.1", @@ -8525,11 +8525,31 @@ } }, "node_modules/dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-12.0.1.tgz", + "integrity": "sha512-LaKRbou8gt0RNID/9RoI+J2rvXsBRPMV7p+ElHlPhcSARbCPDYcYG2s1TIzAfWv4YSgyY5taidWzzs31lNV3yQ==", "dev": true, - "license": "BSD-2-Clause" + "dependencies": { + "dotenv": "^16.4.5" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dotenv-expand/node_modules/dotenv": { + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } }, "node_modules/dotenv-webpack": { "version": "6.0.4", diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index 184c7b76a..665d692ae 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -63,7 +63,7 @@ "cypress-mochawesome-reporter": "^3.8.2", "cypress-multi-reporters": "^2.0.4", "dotenv": "^8.2.0", - "dotenv-expand": "^5.1.0", + "dotenv-expand": "^12.0.1", "dotenv-webpack": "^6.0.0", "expect": "^29.7.0", "file-loader": "^6.1.1",