diff --git a/package-lock.json b/package-lock.json index 8774833..f1af923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.2", "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/env": "3.0.1", + "@humanwhocodes/env": "4.0.0", "filesize": "10.1.6", "get-folder-size": "4.0.0", "kleur": "4.1.5", @@ -588,9 +588,13 @@ } }, "node_modules/@humanwhocodes/env": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-3.0.1.tgz", - "integrity": "sha512-DWYLw6JEX4PaarTF+ehRGkydDO4N1Yz/scjFqv9Ps7ZY20J9BELSJSi5u4dNb3Zg8CmvhJkh2Ro6IZCLfza3UA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-4.0.0.tgz", + "integrity": "sha512-dlV6U/47MnLohmuck0sgaPxyok3gVkmrB1SjQ5qGqRHJXrILdJjkd8TDT4hVib83/lDGO2RX4kwvBwJBcYVMXQ==", + "license": "BSD-3-Clause", + "engines": { + "node": "^16.20.0 || ^18.0.0 || ^20.0.0 || ^22.0.0" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/nzakas" diff --git a/package.json b/package.json index 2e0f353..280382a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "test:smoke": "npx mkdirp ./test/fixtures/versions/node; npx cross-env NVM_DIR=./test/fixtures node ." }, "dependencies": { - "@humanwhocodes/env": "3.0.1", + "@humanwhocodes/env": "4.0.0", "filesize": "10.1.6", "get-folder-size": "4.0.0", "kleur": "4.1.5",