Skip to content

Commit b9c6169

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent 967fdf6 commit b9c6169

File tree

3 files changed

+115
-99
lines changed

3 files changed

+115
-99
lines changed

WORKSPACE

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ http_archive(
2222

2323
http_archive(
2424
name = "build_bazel_rules_nodejs",
25-
sha256 = "c78216f5be5d451a42275b0b7dc809fb9347e2b04a68f68bad620a2b01f5c774",
26-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-5.5.2.tar.gz"],
25+
sha256 = "f10a3a12894fc3c9bf578ee5a5691769f6805c4be84359681a785a0c12e8d2b6",
26+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.3/rules_nodejs-5.5.3.tar.gz"],
2727
)
2828

2929
load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "1cbbf62315d303c8083d5019a4657623d4f58e925fb51bdc8a41bad4a131f5c9",
82-
strip_prefix = "bazel-lib-1.8.1",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.8.1.tar.gz",
81+
sha256 = "e034e4aea098c91ac05ac7e08f01a302275378a0bc0814c4939e96552c912212",
82+
strip_prefix = "bazel-lib-1.9.2",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.9.2.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@babel/template": "7.18.6",
9393
"@bazel/bazelisk": "1.12.0",
9494
"@bazel/buildifier": "5.1.0",
95-
"@bazel/concatjs": "5.5.2",
96-
"@bazel/jasmine": "5.5.2",
95+
"@bazel/concatjs": "5.5.3",
96+
"@bazel/jasmine": "5.5.3",
9797
"@discoveryjs/json-ext": "0.5.7",
9898
"@types/babel__core": "7.1.19",
9999
"@types/babel__template": "7.4.1",
@@ -143,7 +143,7 @@
143143
"debug": "^4.1.1",
144144
"esbuild": "0.14.51",
145145
"esbuild-wasm": "0.14.51",
146-
"eslint": "8.20.0",
146+
"eslint": "8.21.0",
147147
"eslint-config-prettier": "8.5.0",
148148
"eslint-plugin-header": "3.1.1",
149149
"eslint-plugin-import": "2.26.0",
@@ -216,7 +216,7 @@
216216
"ts-node": "^10.0.0",
217217
"tslib": "2.4.0",
218218
"typescript": "~4.7.2",
219-
"verdaccio": "5.13.3",
219+
"verdaccio": "5.14.0",
220220
"verdaccio-auth-memory": "^10.0.0",
221221
"webpack": "5.74.0",
222222
"webpack-dev-middleware": "5.3.3",

0 commit comments

Comments
 (0)