Skip to content

Commit 988ec0c

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 38ea09d)
1 parent ea2c476 commit 988ec0c

File tree

4 files changed

+141
-132
lines changed

4 files changed

+141
-132
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 = "ae56efc54ce3025ea908900e0d061423310b15e4676ae1359105583a2944665c",
82-
strip_prefix = "bazel-lib-1.19.1",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.19.1.tar.gz",
81+
sha256 = "558d70e36425c317c70b19fb0f68241a3747bcf46561b5ffc19bed17527adbb3",
82+
strip_prefix = "bazel-lib-1.20.0",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.20.0.tar.gz",
8484
)
8585

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
"cross-env": "^7.0.3",
142142
"css-loader": "6.7.3",
143143
"debug": "^4.1.1",
144-
"esbuild": "0.16.14",
145-
"esbuild-wasm": "0.16.14",
144+
"esbuild": "0.16.16",
145+
"esbuild-wasm": "0.16.16",
146146
"eslint": "8.31.0",
147147
"eslint-config-prettier": "8.6.0",
148148
"eslint-plugin-header": "3.1.1",
@@ -185,7 +185,7 @@
185185
"pidusage": "^3.0.0",
186186
"piscina": "3.2.0",
187187
"popper.js": "^1.14.1",
188-
"postcss": "8.4.20",
188+
"postcss": "8.4.21",
189189
"postcss-loader": "7.0.2",
190190
"prettier": "^2.0.0",
191191
"protractor": "~7.0.0",
@@ -210,7 +210,7 @@
210210
"ts-node": "^10.0.0",
211211
"tslib": "2.4.1",
212212
"typescript": "4.9.4",
213-
"verdaccio": "5.19.0",
213+
"verdaccio": "5.19.1",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"webpack": "5.75.0",
216216
"webpack-dev-middleware": "6.0.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.3",
34-
"esbuild-wasm": "0.16.14",
34+
"esbuild-wasm": "0.16.16",
3535
"glob": "8.0.3",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
@@ -47,7 +47,7 @@
4747
"ora": "5.4.1",
4848
"parse5-html-rewriting-stream": "6.0.1",
4949
"piscina": "3.2.0",
50-
"postcss": "8.4.20",
50+
"postcss": "8.4.21",
5151
"postcss-loader": "7.0.2",
5252
"resolve-url-loader": "5.0.0",
5353
"rxjs": "6.6.7",
@@ -67,7 +67,7 @@
6767
"webpack-subresource-integrity": "5.1.0"
6868
},
6969
"optionalDependencies": {
70-
"esbuild": "0.16.14"
70+
"esbuild": "0.16.16"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "^15.0.0-next || ^15.1.0-next",

0 commit comments

Comments
 (0)