Skip to content

Commit ab27f32

Browse files
committed
fix(deps): add overrides
1 parent db45044 commit ab27f32

2 files changed

Lines changed: 326 additions & 526 deletions

File tree

pwa/package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,34 @@
8888
"@babel/core": "^7.19.0",
8989
"@popperjs/core": "^2.11.6"
9090
},
91+
"pnpm": {
92+
"overrides": {
93+
"braces": "^3.0.3",
94+
"cross-spawn": "^7.0.5",
95+
"jws": "^3.2.3",
96+
"minimatch": "^3.1.4",
97+
"serialize-javascript": "^7.0.5",
98+
"immutable": "^3.8.3",
99+
"flatted": "^3.4.2",
100+
"picomatch": "^2.3.2",
101+
"lodash": "^4.18.0",
102+
"micromatch": "^4.0.8",
103+
"js-yaml": "^4.1.1",
104+
"markdown-it": "^14.1.1",
105+
"ajv": "^6.14.0",
106+
"brace-expansion": "^1.1.13",
107+
"nanoid": "^3.3.8",
108+
"octokit": "^3.1.2",
109+
"@octokit/plugin-throttling": "^8.2.0",
110+
"@octokit/request-error": "^5.1.1",
111+
"@octokit/request": "^8.4.1",
112+
"@octokit/plugin-paginate-rest": "^9.2.2",
113+
"@octokit/webhooks": "^10.9.2",
114+
"estree-util-value-to-estree": "^3.3.3",
115+
"@babel/runtime": "^7.26.10",
116+
"diff": "^5.2.2",
117+
"protocol-buffers-schema": "^3.6.1"
118+
}
119+
},
91120
"packageManager": "pnpm@9.15.9"
92121
}

0 commit comments

Comments
 (0)