Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 5071b41

Browse files
authored
Bump json5 version (#790)
1 parent 050f289 commit 5071b41

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
"socket.io-parser": "^4.0.5",
126126
"loader-utils": "^2.0.3",
127127
"qs": "^6.9.7",
128-
"jsonwebtoken": "^9.0.0"
128+
"jsonwebtoken": "^9.0.0",
129+
"json5": "2.2.3"
129130
},
130131
"jest": {
131132
"moduleFileExtensions": [

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -8605,17 +8605,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
86058605
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
86068606
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
86078607

8608-
[email protected], json5@^2.1.2, json5@^2.2.1:
8609-
version "2.2.1"
8610-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
8611-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
8612-
8613-
json5@^1.0.1:
8614-
version "1.0.2"
8615-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
8616-
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
8617-
dependencies:
8618-
minimist "^1.2.0"
8608+
[email protected], [email protected], json5@^1.0.1, json5@^2.1.2, json5@^2.2.1:
8609+
version "2.2.3"
8610+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
8611+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
86198612

86208613
jsonfile@^4.0.0:
86218614
version "4.0.0"

0 commit comments

Comments
 (0)