Skip to content

Commit 277fee5

Browse files
rlyerlymeta-codesync[bot]
authored andcommitted
Update dependencies using correct registry
Summary: Same as D104671346, but works around the internal yarn which hardcodes our registry (and therefore uses publicly-available registries). Also fixes the remaining issues from `yarn audit`. Reviewed By: AlnisM Differential Revision: D104873402 fbshipit-source-id: 8ed963920e68fb8a24d8afed23c8a9a28b2107b9
1 parent 3d03b5f commit 277fee5

4 files changed

Lines changed: 4007 additions & 4313 deletions

File tree

build/fbcode_builder/manifests/cachelib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ fbcode/cachelib/public_tld = .
4848
^fbcode/cachelib/public_tld/website/docs/facebook(/|$)
4949
^fbcode/cachelib/public_tld/website/node_modules(/|$)
5050
^fbcode/cachelib/public_tld/website/build(/|$)
51+
^fbcode/cachelib/public_tld/website/\.rewrite-lockfile\.fb$

website/.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry "https://registry.yarnpkg.com"

website/package.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,31 @@
1616
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,md}\""
1717
},
1818
"dependencies": {
19+
"@braintree/sanitize-url": "^6.0.1",
1920
"@docusaurus/core": "2.1.0",
2021
"@docusaurus/plugin-content-docs": "2.1.0",
2122
"@docusaurus/preset-classic": "2.1.0",
2223
"@docusaurus/theme-classic": "2.1.0",
2324
"@docusaurus/theme-search-algolia": "2.1.0",
25+
"algoliasearch-helper": "^3.11.2",
26+
"axios": "^1.14.0",
27+
"brace-expansion": "^1.1.12",
2428
"docusaurus-plugin-internaldocs-fb": "1.8.0",
29+
"dompurify": "^3.4.0",
30+
"eta": "^2.0.0",
31+
"http-cache-semantics": "^4.1.1",
32+
"http-proxy-middleware": "^2.0.7",
33+
"mermaid": "^10.9.4",
34+
"qs": "^6.14.2",
2535
"react": "^17.0.2",
2636
"react-dom": "^17.0.2",
27-
"typescript": "^4.5.2"
37+
"semver": "^7.5.2",
38+
"send": "^0.19.0",
39+
"serve-static": "^1.16.0",
40+
"typescript": "^4.5.2",
41+
"ua-parser-js": "^1.0.33",
42+
"webpack-dev-server": "^5.2.1",
43+
"ws": "^8.17.1"
2844
},
2945
"devDependencies": {
3046
"babel-eslint": "^10.0.3",
@@ -46,10 +62,10 @@
4662
"http-cache-semantics": "^4.1.1",
4763
"@braintree/sanitize-url": "^6.0.1",
4864
"semver": "^7.5.2",
65+
"webpack": "~5.105.0",
4966
"webpack-dev-middleware": "^5.3.4",
5067
"braces": "^3.0.3",
5168
"ws": "^8.17.1",
52-
"webpack": "^5.104.1",
5369
"dompurify": "^3.4.0",
5470
"send": "^0.19.0",
5571
"serve-static": "^1.16.0",
@@ -80,7 +96,10 @@
8096
"serialize-javascript": "^7.0.5",
8197
"uuid": "^14.0.0",
8298
"follow-redirects": "^1.16.0",
83-
"@babel/helpers": "^7.26.10"
99+
"@babel/helpers": "^7.26.10",
100+
"got": "^11.8.5",
101+
"postcss": "^8.4.31",
102+
"trim": "^0.0.3"
84103
},
85104
"browserslist": {
86105
"production": [

0 commit comments

Comments
 (0)