Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(security): ua-parser-js resolution for docs #733

Merged
merged 3 commits into from
Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"yaml-loader": "^0.5.0"
},
"resolutions": {
"prismjs": "^1.23.0"
"prismjs": "^1.23.0",
"ua-parser-js": "<= 0.7.21"
}
}
2 changes: 1 addition & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6865,7 +6865,7 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"ua-parser-js@npm:^0.7.18":
"ua-parser-js@npm:<= 0.7.21":
version: 0.7.21
resolution: "ua-parser-js@npm:0.7.21"
checksum: 5c1f523e784442ee03d859981fccd642c3825c50365148c3803e151ba19419cef0ec1c47af9ebde1cb7be211ed194d255f7e5ba659a9f1f77d3c674da7b454da
Expand Down