Skip to content

Commit 50b1885

Browse files
renovate-botfilipesilva
authored andcommitted
build: update all non-major dependencies
1 parent a44dc02 commit 50b1885

File tree

6 files changed

+98
-99
lines changed

6 files changed

+98
-99
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.39.1",
65+
"**/@types/copy-webpack-plugin/webpack": "5.40.0",
6666
"ajv-formats/ajv": "8.6.0"
6767
},
6868
"devDependencies": {
@@ -85,7 +85,7 @@
8585
"@babel/generator": "7.14.5",
8686
"@babel/helper-annotate-as-pure": "7.14.5",
8787
"@babel/plugin-transform-runtime": "7.14.5",
88-
"@babel/preset-env": "7.14.5",
88+
"@babel/preset-env": "7.14.7",
8989
"@babel/runtime": "7.14.6",
9090
"@babel/template": "7.14.5",
9191
"@bazel/bazelisk": "1.9.0",
@@ -123,8 +123,8 @@
123123
"@types/text-table": "^0.2.1",
124124
"@types/uuid": "^8.0.0",
125125
"@types/webpack-dev-server": "^3.1.7",
126-
"@typescript-eslint/eslint-plugin": "4.27.0",
127-
"@typescript-eslint/parser": "4.27.0",
126+
"@typescript-eslint/eslint-plugin": "4.28.0",
127+
"@typescript-eslint/parser": "4.28.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.6.0",
130130
"ajv-formats": "2.1.0",
@@ -230,7 +230,7 @@
230230
"typescript": "4.3.4",
231231
"verdaccio": "5.1.1",
232232
"verdaccio-auth-memory": "^10.0.0",
233-
"webpack": "5.39.1",
233+
"webpack": "5.40.0",
234234
"webpack-dev-middleware": "5.0.0",
235235
"webpack-dev-server": "3.11.2",
236236
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/helper-annotate-as-pure": "7.14.5",
1616
"@babel/plugin-transform-async-to-generator": "7.14.5",
1717
"@babel/plugin-transform-runtime": "7.14.5",
18-
"@babel/preset-env": "7.14.5",
18+
"@babel/preset-env": "7.14.7",
1919
"@babel/runtime": "7.14.6",
2020
"@babel/template": "7.14.5",
2121
"@discoveryjs/json-ext": "0.5.3",
@@ -69,7 +69,7 @@
6969
"text-table": "0.2.0",
7070
"tree-kill": "1.2.2",
7171
"tslib": "2.3.0",
72-
"webpack": "5.39.1",
72+
"webpack": "5.40.0",
7373
"webpack-dev-middleware": "5.0.0",
7474
"webpack-dev-server": "3.11.2",
7575
"webpack-merge": "5.8.0",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.39.1"
25+
"webpack": "5.40.0"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.39.1"
16+
"webpack": "5.40.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@angular/compiler": "12.1.0-next.6",
3434
"@angular/compiler-cli": "12.1.0-next.6",
3535
"typescript": "4.3.4",
36-
"webpack": "5.39.1"
36+
"webpack": "5.40.0"
3737
}
3838
}

0 commit comments

Comments
 (0)