File tree Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ export default (extendConfig = {}) => {
200
200
? [ config . output ]
201
201
: [ ]
202
202
) . map ( o => ( {
203
+ __proto__ : null ,
203
204
...o ,
204
205
chunkFileNames : '[name].js' ,
205
206
manualChunks ( id ) {
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export default () => {
83
83
/ (?< = " d e p e n d e n c i e s " : \s * ) \{ [ ^ \} ] * \} / ,
84
84
( ) => {
85
85
const deps = {
86
+ __proto__ : null ,
86
87
...depStats . dependencies ,
87
88
...depStats . transitives
88
89
}
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ function setupCommand(
102
102
importMeta : ImportMeta
103
103
) : void | CommandContext {
104
104
const flags : { [ key : string ] : any } = {
105
+ __proto__ : null ,
105
106
...outputFlags ,
106
107
...analyticsFlags
107
108
}
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ function setupCommand(
73
73
importMeta : ImportMeta
74
74
) : CommandContext | undefined {
75
75
const flags : { [ key : string ] : any } = {
76
+ __proto__ : null ,
76
77
...auditLogFlags ,
77
78
...outputFlags
78
79
}
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ function setupCommand(
59
59
importMeta : ImportMeta
60
60
) : CommandContext | undefined {
61
61
const flags : { [ key : string ] : any } = {
62
+ __proto__ : null ,
62
63
...outputFlags ,
63
64
...dependenciesFlags
64
65
}
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ function setupCommand(
79
79
importMeta : ImportMeta
80
80
) : CommandContext | undefined {
81
81
const flags : { [ key : string ] : any } = {
82
+ __proto__ : null ,
82
83
...outputFlags ,
83
84
...getDiffScanFlags
84
85
}
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ function setupCommand(
71
71
importMeta : ImportMeta
72
72
) : void | CommandContext {
73
73
const flags : { [ key : string ] : any } = {
74
+ __proto__ : null ,
74
75
...outputFlags ,
75
76
...validationFlags
76
77
}
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ async function setupCommand(
95
95
importMeta : ImportMeta
96
96
) : Promise < void | CommandContext > {
97
97
const flags : { [ key : string ] : any } = {
98
+ __proto__ : null ,
98
99
...outputFlags ,
99
100
...validationFlags ,
100
101
debug : {
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ function setupCommand(
66
66
importMeta : ImportMeta
67
67
) : CommandContext | undefined {
68
68
const flags : { [ key : string ] : any } = {
69
+ __proto__ : null ,
69
70
...outputFlags ,
70
71
...validationFlags
71
72
}
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ function setupCommand(
86
86
importMeta : ImportMeta
87
87
) : CommandContext | undefined {
88
88
const flags : { [ key : string ] : any } = {
89
+ __proto__ : null ,
89
90
...outputFlags ,
90
91
...repositoryCreationFlags
91
92
}
You can’t perform that action at this time.
0 commit comments