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
renovate-bot authored and alan-agius4 committed Mar 30, 2022
1 parent c5b3e92 commit 6a6386a
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 17 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "3ceb1e5b5dcad5fa2ad8870a20201cfbb9c9c63cac4055c9ab370034c765297f",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.3.0/rules_nodejs-5.3.0.tar.gz"],
sha256 = "523da2d6b50bc00eaf14b00ed28b1a366b3ab456e14131e9812558b26599125c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.3.1/rules_nodejs-5.3.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"@babel/template": "7.16.7",
"@bazel/bazelisk": "1.11.0",
"@bazel/buildifier": "5.0.1",
"@bazel/concatjs": "5.3.0",
"@bazel/jasmine": "5.3.0",
"@bazel/concatjs": "5.3.1",
"@bazel/jasmine": "5.3.1",
"@discoveryjs/json-ext": "0.5.7",
"@types/babel__core": "7.1.19",
"@types/babel__template": "7.4.1",
Expand Down Expand Up @@ -136,8 +136,8 @@
"critters": "0.0.16",
"css-loader": "6.7.1",
"debug": "^4.1.1",
"esbuild": "0.14.28",
"esbuild-wasm": "0.14.28",
"esbuild": "0.14.29",
"esbuild-wasm": "0.14.29",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
Expand Down Expand Up @@ -172,7 +172,7 @@
"minimatch": "5.0.1",
"ng-packagr": "14.0.0-next.4",
"node-fetch": "^2.2.0",
"npm-package-arg": "9.0.1",
"npm-package-arg": "9.0.2",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "13.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ini": "2.0.0",
"inquirer": "8.2.2",
"jsonc-parser": "3.0.0",
"npm-package-arg": "9.0.1",
"npm-package-arg": "9.0.2",
"npm-pick-manifest": "7.0.0",
"open": "8.4.0",
"ora": "5.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"copy-webpack-plugin": "10.2.4",
"critters": "0.0.16",
"css-loader": "6.7.1",
"esbuild-wasm": "0.14.28",
"esbuild-wasm": "0.14.29",
"glob": "7.2.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.2.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.14.28"
"esbuild": "0.14.29"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
Expand Down
Loading

0 comments on commit 6a6386a

Please sign in to comment.