diff --git a/examples/with-mysql/package.json b/examples/with-mysql/package.json index 4ed18b14fae4..608fda97e5bb 100644 --- a/examples/with-mysql/package.json +++ b/examples/with-mysql/package.json @@ -9,7 +9,7 @@ "dependencies": { "bad-words": "^3.0.4", "clsx": "^1.1.1", - "dotenv": "^8.2.0", + "dotenv": "^10.0.0", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/next-env/package.json b/packages/next-env/package.json index b10eaa935714..6ff7ead36f3a 100644 --- a/packages/next-env/package.json +++ b/packages/next-env/package.json @@ -28,10 +28,11 @@ "release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register", "prepublish": "yarn release && yarn types" }, - "devDependencies": { - "@types/dotenv": "8.2.0", - "@zeit/ncc": "0.20.4", - "dotenv": "8.2.0", + "dependencies": { + "dotenv": "10.0.0", "dotenv-expand": "5.1.0" + }, + "devDependencies": { + "@vercel/ncc": "0.33.0" } } diff --git a/yarn.lock b/yarn.lock index 1a5daa05b0c0..19daa780cb97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4454,12 +4454,6 @@ version "4.1.5" resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd" -"@types/dotenv@8.2.0": - version "8.2.0" - resolved "https://registry.yarnpkg.com/@types/dotenv/-/dotenv-8.2.0.tgz#5cd64710c3c98e82d9d15844375a33bf1b45d053" - dependencies: - dotenv "*" - "@types/eslint-scope@^3.7.0": version "3.7.0" resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz#4792816e31119ebd506902a482caec4951fabd86" @@ -5424,11 +5418,6 @@ async-retry "1.2.3" lru-cache "5.1.1" -"@zeit/ncc@0.20.4": - version "0.20.4" - resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.20.4.tgz#00f0a25a88cac3712af4ba66561d9e281c6f05c9" - integrity sha512-fmq+F/QxPec+k/zvT7HiVpk7oiGFseS6brfT/AYqmCUp6QFRK7vZf2Ref46MImsg/g2W3g5X6SRvGRmOAvEfdA== - "@zeit/next-typescript@1.1.2-canary.0": version "1.1.2-canary.0" resolved "https://registry.yarnpkg.com/@zeit/next-typescript/-/next-typescript-1.1.2-canary.0.tgz#0ce9a557aa33d5dcfddd3ea99ebd86456c5be4c2" @@ -6779,7 +6768,7 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@1.0.30001283, caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001165, caniuse-lite@^1.0.30001202, caniuse-lite@^1.0.30001280, caniuse-lite@^1.0.30001283: +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001165, caniuse-lite@^1.0.30001202, caniuse-lite@^1.0.30001280, caniuse-lite@^1.0.30001283: version "1.0.30001283" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz#8573685bdae4d733ef18f78d44ba0ca5fe9e896b" integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg== @@ -8573,10 +8562,12 @@ dot-prop@^6.0.1: dotenv-expand@5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" + integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== -dotenv@*, dotenv@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" +dotenv@10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== duplexer3@^0.1.4: version "0.1.4"