Skip to content

Commit c788875

Browse files
rlyerlymeta-codesync[bot]
authored andcommitted
Update website packages
Summary: Got a security note about tmp needing to be upgraded to 0.2.6 or higher. I did a standard `yarn upgrade`/`yarn build` flow. Reviewed By: AlnisM Differential Revision: D107411142 fbshipit-source-id: 6224d64ddcb6fc3388bb0f9c7f78e3a86f72e187
1 parent a22b0ae commit c788875

2 files changed

Lines changed: 886 additions & 889 deletions

File tree

website/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,md}\""
1717
},
1818
"dependencies": {
19+
"@babel/helpers": "^7.26.10",
20+
"@babel/runtime": "^7.26.10",
1921
"@braintree/sanitize-url": "^6.0.1",
2022
"@docusaurus/core": "2.1.0",
2123
"@docusaurus/plugin-content-docs": "2.1.0",
@@ -30,13 +32,16 @@
3032
"eta": "^2.0.0",
3133
"http-cache-semantics": "^4.1.1",
3234
"http-proxy-middleware": "^2.0.7",
35+
"js-yaml": "^4.1.1",
3336
"mermaid": "^10.9.4",
37+
"postcss": "^8.4.31",
3438
"qs": "^6.15.2",
3539
"react": "^17.0.2",
3640
"react-dom": "^17.0.2",
3741
"semver": "^7.5.2",
3842
"send": "^0.19.0",
3943
"serve-static": "^1.16.0",
44+
"tmp": "^0.2.4",
4045
"typescript": "^4.5.2",
4146
"ua-parser-js": "^1.0.33",
4247
"webpack-dev-server": "^5.2.1",

0 commit comments

Comments
 (0)