Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and angular-robot[bot] committed Jan 19, 2023
1 parent d6d2dd7 commit a9aa004
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 201 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ yarn_install(

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

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@bazel/concatjs": "5.7.3",
"@bazel/jasmine": "5.7.3",
"@discoveryjs/json-ext": "0.5.7",
"@types/babel__core": "7.1.20",
"@types/babel__core": "7.20.0",
"@types/babel__template": "7.4.1",
"@types/browserslist": "^4.15.0",
"@types/cacache": "^15.0.0",
Expand Down Expand Up @@ -123,8 +123,8 @@
"@types/yargs": "^17.0.8",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
Expand All @@ -141,14 +141,14 @@
"cross-env": "^7.0.3",
"css-loader": "6.7.3",
"debug": "^4.1.1",
"esbuild": "0.17.2",
"esbuild-wasm": "0.17.2",
"eslint": "8.31.0",
"esbuild": "0.17.3",
"esbuild-wasm": "0.17.3",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-import": "2.27.5",
"express": "4.18.2",
"glob": "8.0.3",
"glob": "8.1.0",
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.1",
"husky": "8.0.3",
Expand All @@ -172,7 +172,7 @@
"loader-utils": "3.2.1",
"magic-string": "0.27.0",
"mini-css-extract-plugin": "2.7.2",
"minimatch": "~6.0.4",
"minimatch": "~6.1.0",
"ng-packagr": "15.1.1",
"node-fetch": "^2.2.0",
"npm": "^8.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.16",
"css-loader": "6.7.3",
"esbuild-wasm": "0.17.2",
"glob": "8.0.3",
"esbuild-wasm": "0.17.3",
"glob": "8.1.0",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
"jsonc-parser": "3.2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.17.2"
"esbuild": "0.17.3"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",
Expand Down
Loading

0 comments on commit a9aa004

Please sign in to comment.