diff --git a/package-lock.json b/package-lock.json index 726ff75..c07a0df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -318,9 +318,9 @@ } }, "dotenv": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.1.1.tgz", - "integrity": "sha512-g7ptu0p9gCDIWTLY62fTYT+PasFLNj9FRGg8Wmjr0v/dOL2LEe8guNjpkY59OX91fwIFU7qth4RO89pDSTTG2g==" + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" }, "emoji-regex": { "version": "8.0.0", diff --git a/package.json b/package.json index 90c1a3f..ef331c7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "axios": "0.24.0", - "dotenv": "14.1.1", + "dotenv": "16.4.7", "qs": "6.10.5" } }