Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c52308)
  • Loading branch information
renovate-bot authored and alan-agius4 committed Jan 26, 2022
1 parent 2285a78 commit c5cd828
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"critters": "0.0.16",
"css-loader": "6.5.1",
"debug": "^4.1.1",
"esbuild": "0.14.13",
"esbuild-wasm": "0.14.13",
"esbuild": "0.14.14",
"esbuild-wasm": "0.14.14",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-header": "3.1.1",
Expand Down Expand Up @@ -179,7 +179,7 @@
"npm-package-arg": "8.1.5",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "12.0.2",
"pacote": "12.0.3",
"parse5-html-rewriting-stream": "6.0.1",
"pidtree": "^0.5.0",
"pidusage": "^3.0.0",
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 @@ -39,7 +39,7 @@
"npm-pick-manifest": "6.1.1",
"open": "8.4.0",
"ora": "5.4.1",
"pacote": "12.0.2",
"pacote": "12.0.3",
"resolve": "1.22.0",
"semver": "7.3.5",
"symbol-observable": "4.0.0",
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 @@ -31,7 +31,7 @@
"core-js": "3.20.3",
"critters": "0.0.16",
"css-loader": "6.5.1",
"esbuild-wasm": "0.14.13",
"esbuild-wasm": "0.14.14",
"glob": "7.2.0",
"https-proxy-agent": "5.0.0",
"inquirer": "8.2.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.14.13"
"esbuild": "0.14.14"
},
"peerDependencies": {
"@angular/compiler-cli": "^13.0.0 || ^13.2.0-next || ^13.2.0-rc",
Expand Down

0 comments on commit c5cd828

Please sign in to comment.