diff --git a/package-lock.json b/package-lock.json index da23f65..43b5d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/env": "^2.2.2", + "@humanwhocodes/env": "^3.0.0", "dotenv": "^16.0.3", "twitter-api-v2": "^1.14.2" }, @@ -128,9 +128,9 @@ } }, "node_modules/@humanwhocodes/env": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-2.2.2.tgz", - "integrity": "sha512-7Q4ku5ec8mEizeioy7dHMdJcA5mWTmakImRtH1BeePv40BKeM33E1RXk2i/h4LtwRhRbiAODtC4kvk23kjh8+A==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-3.0.1.tgz", + "integrity": "sha512-DWYLw6JEX4PaarTF+ehRGkydDO4N1Yz/scjFqv9Ps7ZY20J9BELSJSi5u4dNb3Zg8CmvhJkh2Ro6IZCLfza3UA==", "funding": { "type": "github", "url": "https://github.com/sponsors/nzakas" @@ -2763,9 +2763,9 @@ } }, "@humanwhocodes/env": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-2.2.2.tgz", - "integrity": "sha512-7Q4ku5ec8mEizeioy7dHMdJcA5mWTmakImRtH1BeePv40BKeM33E1RXk2i/h4LtwRhRbiAODtC4kvk23kjh8+A==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-3.0.1.tgz", + "integrity": "sha512-DWYLw6JEX4PaarTF+ehRGkydDO4N1Yz/scjFqv9Ps7ZY20J9BELSJSi5u4dNb3Zg8CmvhJkh2Ro6IZCLfza3UA==" }, "@humanwhocodes/module-importer": { "version": "1.0.1", diff --git a/package.json b/package.json index c7f1209..e2c9977 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "yorkie": "^2.0.0" }, "dependencies": { - "@humanwhocodes/env": "^2.2.2", + "@humanwhocodes/env": "^3.0.0", "dotenv": "^16.0.3", "twitter-api-v2": "^1.14.2" }