Skip to content

Commit 87949da

Browse files
renovate-botclydin
authored andcommitted
build: update open to version 7.2.0
1 parent 189773d commit 87949da

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"ng-packagr": "~10.0.0-next.0",
175175
"node-fetch": "^2.2.0",
176176
"npm-registry-client": "8.6.0",
177-
"open": "7.0.3",
177+
"open": "7.2.0",
178178
"ora": "^5.0.0",
179179
"pacote": "11.1.4",
180180
"parse5": "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
"inquirer": "7.3.3",
3838
"npm-package-arg": "8.0.1",
3939
"npm-pick-manifest": "6.1.0",
40-
"open": "7.1.0",
40+
"open": "7.2.0",
4141
"pacote": "9.5.12",
4242
"read-package-tree": "5.3.1",
4343
"rimraf": "3.0.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"loader-utils": "2.0.0",
4040
"mini-css-extract-plugin": "0.10.0",
4141
"minimatch": "3.0.4",
42-
"open": "7.1.0",
42+
"open": "7.2.0",
4343
"parse5": "6.0.1",
4444
"parse5-htmlparser2-tree-adapter": "6.0.1",
4545
"pnp-webpack-plugin": "1.6.4",

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8725,18 +8725,10 @@ onetime@^5.1.0:
87258725
dependencies:
87268726
mimic-fn "^2.1.0"
87278727

8728-
8729-
version "7.0.3"
8730-
resolved "https://registry.yarnpkg.com/open/-/open-7.0.3.tgz#db551a1af9c7ab4c7af664139930826138531c48"
8731-
integrity sha512-sP2ru2v0P290WFfv49Ap8MF6PkzGNnGlAwHweB4WR4mr5d2d0woiCluUeJ218w7/+PmoBy9JmYgD5A4mLcWOFA==
8732-
dependencies:
8733-
is-docker "^2.0.0"
8734-
is-wsl "^2.1.1"
8735-
8736-
8737-
version "7.1.0"
8738-
resolved "https://registry.yarnpkg.com/open/-/open-7.1.0.tgz#68865f7d3cb238520fa1225a63cf28bcf8368a1c"
8739-
integrity sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA==
8728+
8729+
version "7.2.0"
8730+
resolved "https://registry.yarnpkg.com/open/-/open-7.2.0.tgz#212959bd7b0ce2e8e3676adc76e3cf2f0a2498b4"
8731+
integrity sha512-4HeyhxCvBTI5uBePsAdi55C5fmqnWZ2e2MlmvWi5KW5tdH5rxoiv/aMtbeVxKZc3eWkT1GymMnLG8XC4Rq4TDQ==
87408732
dependencies:
87418733
is-docker "^2.0.0"
87428734
is-wsl "^2.1.1"

0 commit comments

Comments
 (0)