Skip to content

Commit 4c69b27

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent 7ee5ff5 commit 4c69b27

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ build_bazel_rules_nodejs_dependencies()
3232

3333
http_archive(
3434
name = "rules_pkg",
35-
sha256 = "eea0f59c28a9241156a47d7a8e32db9122f3d50b505fae0f33de6ce4d9b61834",
36-
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.8.0/rules_pkg-0.8.0.tar.gz"],
35+
sha256 = "8c20f74bca25d2d442b327ae26768c02cf3c99e93fad0381f32be9aab1967675",
36+
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.8.1/rules_pkg-0.8.1.tar.gz"],
3737
)
3838

3939
load("@bazel_tools//tools/sh:sh_configure.bzl", "sh_configure")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"node-fetch": "^2.2.0",
179179
"npm": "^8.11.0",
180180
"npm-package-arg": "10.1.0",
181-
"open": "8.4.0",
181+
"open": "8.4.1",
182182
"ora": "5.4.1",
183183
"pacote": "15.0.8",
184184
"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
@@ -33,7 +33,7 @@
3333
"jsonc-parser": "3.2.0",
3434
"npm-package-arg": "10.1.0",
3535
"npm-pick-manifest": "8.0.1",
36-
"open": "8.4.0",
36+
"open": "8.4.1",
3737
"ora": "5.4.1",
3838
"pacote": "15.0.8",
3939
"resolve": "1.22.1",

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": "3.2.1",
4444
"magic-string": "0.27.0",
4545
"mini-css-extract-plugin": "2.7.2",
46-
"open": "8.4.0",
46+
"open": "8.4.1",
4747
"ora": "5.4.1",
4848
"parse5-html-rewriting-stream": "6.0.1",
4949
"piscina": "3.2.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8882,6 +8882,15 @@ [email protected], open@^8.0.9:
88828882
is-docker "^2.1.1"
88838883
is-wsl "^2.2.0"
88848884

8885+
8886+
version "8.4.1"
8887+
resolved "https://registry.yarnpkg.com/open/-/open-8.4.1.tgz#2ab3754c07f5d1f99a7a8d6a82737c95e3101cff"
8888+
integrity sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==
8889+
dependencies:
8890+
define-lazy-prop "^2.0.0"
8891+
is-docker "^2.1.1"
8892+
is-wsl "^2.2.0"
8893+
88858894
opener@^1.5.2:
88868895
version "1.5.2"
88878896
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"

0 commit comments

Comments
 (0)