Skip to content

Commit 7cc4a2e

Browse files
build(deps-dev): bump @ngtools/webpack from 6.2.4 to 6.2.5
Bumps [@ngtools/webpack](https://github.com/angular/angular-cli) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](angular/angular-cli@v6.2.4...v6.2.5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 607c7d3 commit 7cc4a2e

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@angular/cli": "^6.2.4",
45-
"@ngtools/webpack": "^6.2.4",
45+
"@ngtools/webpack": "^6.2.5",
4646
"@types/angular": "^1.6.51",
4747
"@uirouter/cypress-runner": "^1.0.9",
4848
"shx": "^0.3.2",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
rxjs "~6.2.0"
1919
source-map "^0.5.6"
2020

21+
"@angular-devkit/[email protected]":
22+
version "0.8.5"
23+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.8.5.tgz#efa9b7268fd0496a5737de77d0b7f859188d8d5b"
24+
dependencies:
25+
ajv "~6.4.0"
26+
chokidar "^2.0.3"
27+
rxjs "~6.2.0"
28+
source-map "^0.5.6"
29+
2130
"@angular-devkit/[email protected]":
2231
version "0.8.4"
2332
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.8.4.tgz#e19f6fc8b1e88277d921a286914dc9d01f139738"
@@ -120,11 +129,11 @@
120129
debug "^3.1.0"
121130
lodash.once "^4.1.1"
122131

123-
"@ngtools/webpack@^6.2.4":
124-
version "6.2.4"
125-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-6.2.4.tgz#68f97eba33400df0604b7ec33532ec49c3cebfda"
132+
"@ngtools/webpack@^6.2.5":
133+
version "6.2.5"
134+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-6.2.5.tgz#cbaef09ada2ddfb8c84042485377f0682cd5752b"
126135
dependencies:
127-
"@angular-devkit/core" "0.8.4"
136+
"@angular-devkit/core" "0.8.5"
128137
rxjs "~6.2.0"
129138
tree-kill "^1.0.0"
130139
webpack-sources "^1.1.0"

0 commit comments

Comments
 (0)