File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
angular_devkit/build_angular Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ build_bazel_rules_nodejs_dependencies()
32
32
33
33
http_archive (
34
34
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" ],
37
37
)
38
38
39
39
load ("@bazel_tools//tools/sh:sh_configure.bzl" , "sh_configure" )
Original file line number Diff line number Diff line change 178
178
"node-fetch" : " ^2.2.0" ,
179
179
"npm" : " ^8.11.0" ,
180
180
"npm-package-arg" : " 10.1.0" ,
181
- "open" : " 8.4.0 " ,
181
+ "open" : " 8.4.1 " ,
182
182
"ora" : " 5.4.1" ,
183
183
"pacote" : " 15.0.8" ,
184
184
"parse5-html-rewriting-stream" : " 6.0.1" ,
Original file line number Diff line number Diff line change 33
33
"jsonc-parser" : " 3.2.0" ,
34
34
"npm-package-arg" : " 10.1.0" ,
35
35
"npm-pick-manifest" : " 8.0.1" ,
36
- "open" : " 8.4.0 " ,
36
+ "open" : " 8.4.1 " ,
37
37
"ora" : " 5.4.1" ,
38
38
"pacote" : " 15.0.8" ,
39
39
"resolve" : " 1.22.1" ,
Original file line number Diff line number Diff line change 43
43
"loader-utils" : " 3.2.1" ,
44
44
"magic-string" : " 0.27.0" ,
45
45
"mini-css-extract-plugin" : " 2.7.2" ,
46
- "open" : " 8.4.0 " ,
46
+ "open" : " 8.4.1 " ,
47
47
"ora" : " 5.4.1" ,
48
48
"parse5-html-rewriting-stream" : " 6.0.1" ,
49
49
"piscina" : " 3.2.0" ,
Original file line number Diff line number Diff line change 8882
8882
is-docker "^2.1.1"
8883
8883
is-wsl "^2.2.0"
8884
8884
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
+
8885
8894
opener@^1.5.2:
8886
8895
version "1.5.2"
8887
8896
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
You can’t perform that action at this time.
0 commit comments