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()
3232
3333http_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
3939load ("@bazel_tools//tools/sh:sh_configure.bzl" , "sh_configure" )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -8882,6 +8882,15 @@ open@8.4.0, open@^8.0.9:
88828882 is-docker "^2.1.1"
88838883 is-wsl "^2.2.0"
88848884
8885+ open@8.4.1:
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+
88858894opener@^1.5.2:
88868895 version "1.5.2"
88878896 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
You can’t perform that action at this time.
0 commit comments