WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit bb4d496

Browse files
committed
MPP-4481: fix js-yaml dependency update
1 parent b7748c0 commit bb4d496

File tree

3 files changed

+26
-83
lines changed

3 files changed

+26
-83
lines changed

frontend/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,11 @@
7171
},
7272
"msw": {
7373
"workerDirectory": "public"
74+
},
75+
"overrides": {
76+
"js-yaml": "^4.1.1",
77+
"@istanbuljs/load-nyc-config": {
78+
"js-yaml": "^4.1.1"
79+
}
7480
}
7581
}

package-lock.json

Lines changed: 14 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@
3131
"test:prod": "E2E_TEST_ENV=prod playwright test --retries=2",
3232
"prepare": "husky"
3333
},
34+
"overrides": {
35+
"js-yaml": "^4.1.1",
36+
"@istanbuljs/load-nyc-config": {
37+
"js-yaml": "^4.1.1"
38+
}
39+
},
3440
"homepage": "https://github.com/mozilla/fx-private-relay#readme"
3541
}

0 commit comments

Comments
 (0)