Skip to content

Commit 79c5284

Browse files
committed
fix(@angular-devkit/build-angular): revert open to 8.0.2
Closes #20807
1 parent ddb92d8 commit 79c5284

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"ng-packagr": "~12.0.0-next.0",
185185
"node-fetch": "^2.2.0",
186186
"npm-registry-client": "8.6.0",
187-
"open": "8.0.8",
187+
"open": "8.0.2",
188188
"ora": "5.4.0",
189189
"pacote": "11.3.3",
190190
"parse5-html-rewriting-stream": "6.0.1",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jsonc-parser": "3.0.0",
3838
"npm-package-arg": "8.1.2",
3939
"npm-pick-manifest": "6.1.1",
40-
"open": "8.0.8",
40+
"open": "8.0.2",
4141
"ora": "5.4.0",
4242
"pacote": "11.3.3",
4343
"resolve": "1.20.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"loader-utils": "2.0.0",
4444
"mini-css-extract-plugin": "1.6.0",
4545
"minimatch": "3.0.4",
46-
"open": "8.0.8",
46+
"open": "8.0.2",
4747
"ora": "5.4.0",
4848
"parse5-html-rewriting-stream": "6.0.1",
4949
"postcss": "8.2.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8211,10 +8211,10 @@ onetime@^5.1.0:
82118211
dependencies:
82128212
mimic-fn "^2.1.0"
82138213

8214-
8215-
version "8.0.8"
8216-
resolved "https://registry.yarnpkg.com/open/-/open-8.0.8.tgz#0e286bb2df3c72e00cb2a0203d604abee002dbdc"
8217-
integrity sha512-3XmKIU8+H/TVr8wB8C4vj0z748+yBydSvtpzZVS6vQ1dKNHB6AiPbhaoG+89zb80717GPk9y/7OvK0R6FXkNmQ==
8214+
8215+
version "8.0.2"
8216+
resolved "https://registry.yarnpkg.com/open/-/open-8.0.2.tgz#8c3e95cce93ba2fc8d99968ee8bfefecdb50b84f"
8217+
integrity sha512-NV5QmWJrTaNBLHABJyrb+nd5dXI5zfea/suWawBhkHzAbVhLLiJdrqMgxMypGK9Eznp2Ltoh7SAVkQ3XAucX7Q==
82188218
dependencies:
82198219
define-lazy-prop "^2.0.0"
82208220
is-docker "^2.1.1"

0 commit comments

Comments
 (0)