diff --git a/packages/next/package.json b/packages/next/package.json index ad31a3da85d11..5557e7c83f906 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -169,7 +169,6 @@ "@types/debug": "4.1.5", "@types/etag": "1.8.0", "@types/fresh": "0.5.0", - "@types/json5": "0.0.30", "@types/jsonwebtoken": "8.3.7", "@types/lodash.curry": "4.1.6", "@types/lru-cache": "5.1.0", @@ -214,7 +213,7 @@ "ignore-loader": "0.1.2", "is-docker": "2.0.0", "is-wsl": "2.2.0", - "json5": "2.1.3", + "json5": "2.2.0", "jsonwebtoken": "8.5.1", "loader-utils": "2.0.0", "lodash.curry": "4.1.1", diff --git a/yarn.lock b/yarn.lock index beefdc3089286..fa2aa90034633 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3064,10 +3064,6 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== -"@types/json5@0.0.30": - version "0.0.30" - resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.30.tgz#44cb52f32a809734ca562e685c6473b5754a7818" - "@types/json5@^0.0.29": version "0.0.29" resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" @@ -10172,9 +10168,10 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" -json5@2.1.3, json5@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" +json5@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== dependencies: minimist "^1.2.5" @@ -10184,6 +10181,12 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" +json5@^2.1.2: + version "2.1.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" + dependencies: + minimist "^1.2.5" + jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"