Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): revert open to 8.0.2
Browse files Browse the repository at this point in the history
Closes #20807
  • Loading branch information
alan-agius4 committed May 17, 2021
1 parent ddb92d8 commit 79c5284
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"ng-packagr": "~12.0.0-next.0",
"node-fetch": "^2.2.0",
"npm-registry-client": "8.6.0",
"open": "8.0.8",
"open": "8.0.2",
"ora": "5.4.0",
"pacote": "11.3.3",
"parse5-html-rewriting-stream": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jsonc-parser": "3.0.0",
"npm-package-arg": "8.1.2",
"npm-pick-manifest": "6.1.1",
"open": "8.0.8",
"open": "8.0.2",
"ora": "5.4.0",
"pacote": "11.3.3",
"resolve": "1.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"loader-utils": "2.0.0",
"mini-css-extract-plugin": "1.6.0",
"minimatch": "3.0.4",
"open": "8.0.8",
"open": "8.0.2",
"ora": "5.4.0",
"parse5-html-rewriting-stream": "6.0.1",
"postcss": "8.2.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8211,10 +8211,10 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

[email protected].8:
version "8.0.8"
resolved "https://registry.yarnpkg.com/open/-/open-8.0.8.tgz#0e286bb2df3c72e00cb2a0203d604abee002dbdc"
integrity sha512-3XmKIU8+H/TVr8wB8C4vj0z748+yBydSvtpzZVS6vQ1dKNHB6AiPbhaoG+89zb80717GPk9y/7OvK0R6FXkNmQ==
[email protected].2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/open/-/open-8.0.2.tgz#8c3e95cce93ba2fc8d99968ee8bfefecdb50b84f"
integrity sha512-NV5QmWJrTaNBLHABJyrb+nd5dXI5zfea/suWawBhkHzAbVhLLiJdrqMgxMypGK9Eznp2Ltoh7SAVkQ3XAucX7Q==
dependencies:
define-lazy-prop "^2.0.0"
is-docker "^2.1.1"
Expand Down

0 comments on commit 79c5284

Please sign in to comment.