diff --git a/packages/next/package.json b/packages/next/package.json index 1d488a4057392e..14d87011a23e10 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -190,7 +190,7 @@ "ignore-loader": "0.1.2", "is-docker": "2.0.0", "is-wsl": "2.2.0", - "json5": "2.1.3", + "json5": "2.2.2", "jsonwebtoken": "8.5.1", "launch-editor": "2.2.1", "lodash.curry": "4.1.1", diff --git a/yarn.lock b/yarn.lock index 4e2c259981d245..9bbe07e6a25bd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10512,11 +10512,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: - version "2.1.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" - dependencies: - minimist "^1.2.5" +json5@2.2.2, json5@^2.1.0, json5@^2.1.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== json5@^1.0.1: version "1.0.1" @@ -10524,12 +10523,6 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -json5@^2.1.0, json5@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" - 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"