Skip to content

Commit 42aee5b

Browse files
committed
chore: pin json5 to 1.0.2
1 parent 3eb3597 commit 42aee5b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"minimist": "npm:[email protected]",
8585
"glob-parent": "^6.0.1",
8686
"@types/node": "^16.0.0",
87-
"qs": "^6.7.3"
87+
"qs": "^6.7.3",
88+
"json5": "^1.0.2"
8889
},
8990
"dependencies": {
9091
"@coder/logger": "^3.0.0",
@@ -167,4 +168,4 @@
167168
},
168169
"globalSetup": "<rootDir>/test/utils/globalUnitSetup.ts"
169170
}
170-
}
171+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,10 +2089,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
20892089
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
20902090
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
20912091

2092-
json5@^1.0.1:
2093-
version "1.0.1"
2094-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
2095-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
2092+
json5@^1.0.1, json5@^1.0.2:
2093+
version "1.0.2"
2094+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
2095+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
20962096
dependencies:
20972097
minimist "^1.2.0"
20982098

0 commit comments

Comments
 (0)