Skip to content

Commit 7cdd1ef

Browse files
committed
Make each patched file an override to use the patched version
1 parent 6a2ca93 commit 7cdd1ef

File tree

2 files changed

+38
-218
lines changed

2 files changed

+38
-218
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,23 @@
188188
"overrides": {
189189
"@octokit/graphql": "$@octokit/graphql",
190190
"@octokit/request-error": "$@octokit/request-error",
191+
"@rollup/plugin-commonjs": "28.0.6",
191192
"@socketsecurity/registry": "$@socketsecurity/registry",
192193
"aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.14",
193194
"ansi-regex": "6.1.0",
195+
"ansi-term": "0.0.2",
196+
"blessed": "0.1.81",
197+
"blessed-contrib": "4.11.0",
198+
"brace-expansion": "2.0.2",
199+
"bresenham": "0.0.3",
200+
"drawille-blessed-contrib": "1.0.0",
201+
"drawille-canvas-blessed-contrib": "0.1.3",
194202
"es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
195203
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.9",
196204
"function-bind": "npm:@socketregistry/function-bind@^1.0.7",
197205
"globalthis": "npm:@socketregistry/globalthis@^1.0.7",
198206
"gopd": "npm:@socketregistry/gopd@^1.0.7",
207+
"graceful-fs": "4.2.11",
199208
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1.0.7",
200209
"has-proto": "npm:@socketregistry/has-proto@^1.0.7",
201210
"has-symbols": "npm:@socketregistry/has-symbols@^1.0.7",
@@ -204,16 +213,21 @@
204213
"indent-string": "$@socketregistry/indent-string",
205214
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.10",
206215
"isarray": "npm:@socketregistry/isarray@^1.0.7",
216+
"lodash": "4.17.21",
217+
"meow": "13.2.0",
207218
"npm-package-arg": "$npm-package-arg",
208219
"packageurl-js": "npm:@socketregistry/packageurl-js@^1.0.9",
209220
"path-parse": "npm:@socketregistry/path-parse@^1.0.7",
221+
"rollup": "4.50.1",
210222
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.8",
211223
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.9",
212224
"semver": "$semver",
213225
"set-function-length": "npm:@socketregistry/set-function-length@^1.0.9",
214226
"shell-quote": "npm:shell-quote@^1.8.3",
215227
"side-channel": "npm:@socketregistry/side-channel@^1.0.9",
228+
"string_decoder": "0.10.31",
216229
"tiny-colors": "$yoctocolors-cjs",
230+
"tiny-updater": "3.5.3",
217231
"typedarray": "npm:@socketregistry/typedarray@^1.0.7",
218232
"undici": "6.21.3",
219233
"vite": "7.1.5",

0 commit comments

Comments
 (0)