From 42aee5bcfbfe113db287a69135228b3cae089094 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 3 Jan 2023 09:48:39 -0700 Subject: [PATCH 1/3] chore: pin json5 to 1.0.2 --- package.json | 5 +++-- yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1f9fa0b041a5..fdb5453fb150 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,8 @@ "minimist": "npm:minimist-lite@2.2.1", "glob-parent": "^6.0.1", "@types/node": "^16.0.0", - "qs": "^6.7.3" + "qs": "^6.7.3", + "json5": "^1.0.2" }, "dependencies": { "@coder/logger": "^3.0.0", @@ -167,4 +168,4 @@ }, "globalSetup": "/test/utils/globalUnitSetup.ts" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index ea0dd188838c..5b05fe4f975f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2089,10 +2089,10 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== +json5@^1.0.1, json5@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" + integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" From 62ebd542389524f7ec1428e4f55dcbe617efccbd Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 3 Jan 2023 09:50:00 -0700 Subject: [PATCH 2/3] fixup: formatting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdb5453fb150..1ae96ed55711 100644 --- a/package.json +++ b/package.json @@ -168,4 +168,4 @@ }, "globalSetup": "/test/utils/globalUnitSetup.ts" } -} \ No newline at end of file +} From b4c4e7645586ac0d9d18e2a86c0fa4800530443f Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 3 Jan 2023 13:34:42 -0700 Subject: [PATCH 3/3] chore: update eslint-plugin-import to latest --- package.json | 3 +-- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1ae96ed55711..1f9fa0b041a5 100644 --- a/package.json +++ b/package.json @@ -84,8 +84,7 @@ "minimist": "npm:minimist-lite@2.2.1", "glob-parent": "^6.0.1", "@types/node": "^16.0.0", - "qs": "^6.7.3", - "json5": "^1.0.2" + "qs": "^6.7.3" }, "dependencies": { "@coder/logger": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 5b05fe4f975f..808557ddf018 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2089,7 +2089,7 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json5@^1.0.1, json5@^1.0.2: +json5@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==