Skip to content

Commit ba98315

Browse files
authored
chore: address CVE-2022-46175 (#953)
For more details, see GHSA-9c47-m6qq-7p4h
1 parent 55971df commit ba98315

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"packageManager": "yarn@3.4.1",
9999
"resolutions": {
100100
"body-parser/qs": "^6.7.3",
101+
"find-babel-config/json5": "^2.1.1",
101102
"npm/chalk": "^4.1.2"
102103
},
103104
"jest": {

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9791,15 +9791,6 @@ __metadata:
97919791
languageName: node
97929792
linkType: hard
97939793

9794-
"json5@npm:^0.5.1":
9795-
version: 0.5.1
9796-
resolution: "json5@npm:0.5.1"
9797-
bin:
9798-
json5: lib/cli.js
9799-
checksum: 9b85bf06955b23eaa4b7328aa8892e3887e81ca731dd27af04a5f5f1458fbc5e1de57a24442e3272f8a888dd1abe1cb68eb693324035f6b3aeba4fcab7667d62
9800-
languageName: node
9801-
linkType: hard
9802-
98039794
"json5@npm:^1.0.1":
98049795
version: 1.0.2
98059796
resolution: "json5@npm:1.0.2"
@@ -9811,7 +9802,7 @@ __metadata:
98119802
languageName: node
98129803
linkType: hard
98139804

9814-
"json5@npm:^2.2.1":
9805+
"json5@npm:^2.1.1, json5@npm:^2.2.1":
98159806
version: 2.2.3
98169807
resolution: "json5@npm:2.2.3"
98179808
bin:

0 commit comments

Comments
 (0)