File tree Expand file tree Collapse file tree 4 files changed +18
-17
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 4 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 166
166
"ng-packagr" : " 18.0.0" ,
167
167
"npm" : " ^8.11.0" ,
168
168
"npm-package-arg" : " 11.0.2" ,
169
- "open" : " 8.4.2 " ,
169
+ "open" : " 10.1.0 " ,
170
170
"ora" : " 5.4.1" ,
171
171
"pacote" : " 18.0.6" ,
172
172
"parse5-html-rewriting-stream" : " 7.0.0" ,
Original file line number Diff line number Diff line change 44
44
"magic-string" : " 0.30.10" ,
45
45
"mini-css-extract-plugin" : " 2.9.0" ,
46
46
"mrmime" : " 2.0.0" ,
47
- "open" : " 8.4.2 " ,
47
+ "open" : " 10.1.0 " ,
48
48
"ora" : " 5.4.1" ,
49
49
"parse5-html-rewriting-stream" : " 7.0.0" ,
50
50
"picomatch" : " 4.0.2" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import { ExecutionTransformer } from '../../transforms';
35
35
import { normalizeOptimization } from '../../utils' ;
36
36
import { colors } from '../../utils/color' ;
37
37
import { I18nOptions , loadTranslations } from '../../utils/i18n-webpack' ;
38
+ import { loadEsmModule } from '../../utils/load-esm' ;
38
39
import { NormalizedCachedOptions } from '../../utils/normalize-cache' ;
39
40
import { generateEntryPoints } from '../../utils/package-chunk-sort' ;
40
41
import {
@@ -246,7 +247,7 @@ export function serveWebpackBrowser(
246
247
) ;
247
248
248
249
if ( options . open ) {
249
- const open = ( await import ( 'open' ) ) . default ;
250
+ const open = ( await loadEsmModule < typeof import ( 'open' ) > ( 'open' ) ) . default ;
250
251
await open ( serverAddress ) ;
251
252
}
252
253
}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ __metadata:
103
103
magic-string: "npm:0.30.10"
104
104
mini-css-extract-plugin: "npm:2.9.0"
105
105
mrmime: "npm:2.0.0"
106
- open: "npm:8.4.2 "
106
+ open: "npm:10.1.0 "
107
107
ora: "npm:5.4.1"
108
108
parse5-html-rewriting-stream: "npm:7.0.0"
109
109
picomatch: "npm:4.0.2"
@@ -733,7 +733,7 @@ __metadata:
733
733
ng-packagr: "npm:18.0.0"
734
734
npm: "npm:^8.11.0"
735
735
npm-package-arg: "npm:11.0.2"
736
- open: "npm:8.4.2 "
736
+ open: "npm:10.1.0 "
737
737
ora: "npm:5.4.1"
738
738
pacote: "npm:18.0.6"
739
739
parse5-html-rewriting-stream: "npm:7.0.0"
@@ -15185,18 +15185,7 @@ __metadata:
15185
15185
languageName: node
15186
15186
linkType: hard
15187
15187
15188
- "open@npm:8.4.2, open@npm:^8.0.2":
15189
- version: 8.4.2
15190
- resolution: "open@npm:8.4.2"
15191
- dependencies:
15192
- define-lazy-prop: "npm:^2.0.0"
15193
- is-docker: "npm:^2.1.1"
15194
- is-wsl: "npm:^2.2.0"
15195
- checksum: 10c0/bb6b3a58401dacdb0aad14360626faf3fb7fba4b77816b373495988b724fb48941cad80c1b65d62bb31a17609b2cd91c41a181602caea597ca80dfbcc27e84c9
15196
- languageName: node
15197
- linkType: hard
15198
-
15199
- "open@npm:^10.0.3":
15188
+ "open@npm:10.1.0, open@npm:^10.0.3":
15200
15189
version: 10.1.0
15201
15190
resolution: "open@npm:10.1.0"
15202
15191
dependencies:
@@ -15208,6 +15197,17 @@ __metadata:
15208
15197
languageName: node
15209
15198
linkType: hard
15210
15199
15200
+ "open@npm:^8.0.2":
15201
+ version: 8.4.2
15202
+ resolution: "open@npm:8.4.2"
15203
+ dependencies:
15204
+ define-lazy-prop: "npm:^2.0.0"
15205
+ is-docker: "npm:^2.1.1"
15206
+ is-wsl: "npm:^2.2.0"
15207
+ checksum: 10c0/bb6b3a58401dacdb0aad14360626faf3fb7fba4b77816b373495988b724fb48941cad80c1b65d62bb31a17609b2cd91c41a181602caea597ca80dfbcc27e84c9
15208
+ languageName: node
15209
+ linkType: hard
15210
+
15211
15211
"opener@npm:^1.5.2":
15212
15212
version: 1.5.2
15213
15213
resolution: "opener@npm:1.5.2"
You can’t perform that action at this time.
0 commit comments