Skip to content

Commit a9aa004

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent d6d2dd7 commit a9aa004

File tree

4 files changed

+212
-201
lines changed

4 files changed

+212
-201
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "20514864a32d94b2e3113dbf4d71572c908993d3235ea29a2d805a36195cd1e9",
82-
strip_prefix = "bazel-lib-1.21.0",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.21.0.tar.gz",
81+
sha256 = "79623d656aa23ad3fd4692ab99786c613cd36e49f5566469ed97bc9b4c655f03",
82+
strip_prefix = "bazel-lib-1.23.3",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.23.3.tar.gz",
8484
)
8585

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@bazel/concatjs": "5.7.3",
9696
"@bazel/jasmine": "5.7.3",
9797
"@discoveryjs/json-ext": "0.5.7",
98-
"@types/babel__core": "7.1.20",
98+
"@types/babel__core": "7.20.0",
9999
"@types/babel__template": "7.4.1",
100100
"@types/browserslist": "^4.15.0",
101101
"@types/cacache": "^15.0.0",
@@ -123,8 +123,8 @@
123123
"@types/yargs": "^17.0.8",
124124
"@types/yargs-parser": "^21.0.0",
125125
"@types/yarnpkg__lockfile": "^1.1.5",
126-
"@typescript-eslint/eslint-plugin": "5.48.1",
127-
"@typescript-eslint/parser": "5.48.1",
126+
"@typescript-eslint/eslint-plugin": "5.48.2",
127+
"@typescript-eslint/parser": "5.48.2",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
@@ -141,14 +141,14 @@
141141
"cross-env": "^7.0.3",
142142
"css-loader": "6.7.3",
143143
"debug": "^4.1.1",
144-
"esbuild": "0.17.2",
145-
"esbuild-wasm": "0.17.2",
146-
"eslint": "8.31.0",
144+
"esbuild": "0.17.3",
145+
"esbuild-wasm": "0.17.3",
146+
"eslint": "8.32.0",
147147
"eslint-config-prettier": "8.6.0",
148148
"eslint-plugin-header": "3.1.1",
149-
"eslint-plugin-import": "2.27.4",
149+
"eslint-plugin-import": "2.27.5",
150150
"express": "4.18.2",
151-
"glob": "8.0.3",
151+
"glob": "8.1.0",
152152
"http-proxy": "^1.18.1",
153153
"https-proxy-agent": "5.0.1",
154154
"husky": "8.0.3",
@@ -172,7 +172,7 @@
172172
"loader-utils": "3.2.1",
173173
"magic-string": "0.27.0",
174174
"mini-css-extract-plugin": "2.7.2",
175-
"minimatch": "~6.0.4",
175+
"minimatch": "~6.1.0",
176176
"ng-packagr": "15.1.1",
177177
"node-fetch": "^2.2.0",
178178
"npm": "^8.11.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.3",
34-
"esbuild-wasm": "0.17.2",
35-
"glob": "8.0.3",
34+
"esbuild-wasm": "0.17.3",
35+
"glob": "8.1.0",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
3838
"jsonc-parser": "3.2.0",
@@ -67,7 +67,7 @@
6767
"webpack-subresource-integrity": "5.1.0"
6868
},
6969
"optionalDependencies": {
70-
"esbuild": "0.17.2"
70+
"esbuild": "0.17.3"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",

0 commit comments

Comments
 (0)