Skip to content

Commit 7ab1cf3

Browse files
renovate-botalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 7550ecb commit 7ab1cf3

File tree

6 files changed

+343
-111
lines changed

6 files changed

+343
-111
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"@angular/platform-server": "12.2.3",
8383
"@angular/router": "12.2.3",
8484
"@angular/service-worker": "12.2.3",
85-
"@babel/core": "7.15.0",
86-
"@babel/generator": "7.15.0",
87-
"@babel/helper-annotate-as-pure": "7.14.5",
88-
"@babel/plugin-proposal-async-generator-functions": "7.14.9",
85+
"@babel/core": "7.15.4",
86+
"@babel/generator": "7.15.4",
87+
"@babel/helper-annotate-as-pure": "7.15.4",
88+
"@babel/plugin-proposal-async-generator-functions": "7.15.4",
8989
"@babel/plugin-transform-runtime": "7.15.0",
90-
"@babel/preset-env": "7.15.0",
91-
"@babel/runtime": "7.15.3",
92-
"@babel/template": "7.14.5",
90+
"@babel/preset-env": "7.15.4",
91+
"@babel/runtime": "7.15.4",
92+
"@babel/template": "7.15.4",
9393
"@bazel/bazelisk": "1.10.1",
9494
"@bazel/buildifier": "4.0.1",
9595
"@bazel/jasmine": "4.0.0",
@@ -107,7 +107,7 @@
107107
"@types/glob": "^7.1.1",
108108
"@types/http-proxy": "^1.17.4",
109109
"@types/inquirer": "^7.3.0",
110-
"@types/jasmine": "~3.8.0",
110+
"@types/jasmine": "~3.9.0",
111111
"@types/karma": "^6.3.0",
112112
"@types/loader-utils": "^2.0.0",
113113
"@types/minimatch": "3.0.5",
@@ -140,11 +140,11 @@
140140
"common-tags": "^1.8.0",
141141
"conventional-commits-parser": "^3.0.0",
142142
"copy-webpack-plugin": "9.0.1",
143-
"core-js": "3.17.1",
143+
"core-js": "3.17.2",
144144
"critters": "0.0.10",
145145
"css-loader": "6.2.0",
146146
"debug": "^4.1.1",
147-
"esbuild": "0.12.24",
147+
"esbuild": "0.12.25",
148148
"eslint": "7.32.0",
149149
"eslint-config-prettier": "8.3.0",
150150
"eslint-plugin-header": "3.1.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"@angular-devkit/architect": "0.0.0",
1111
"@angular-devkit/build-webpack": "0.0.0",
1212
"@angular-devkit/core": "0.0.0",
13-
"@babel/core": "7.15.0",
14-
"@babel/generator": "7.15.0",
15-
"@babel/helper-annotate-as-pure": "7.14.5",
16-
"@babel/plugin-proposal-async-generator-functions": "7.14.9",
13+
"@babel/core": "7.15.4",
14+
"@babel/generator": "7.15.4",
15+
"@babel/helper-annotate-as-pure": "7.15.4",
16+
"@babel/plugin-proposal-async-generator-functions": "7.15.4",
1717
"@babel/plugin-transform-async-to-generator": "7.14.5",
1818
"@babel/plugin-transform-runtime": "7.15.0",
19-
"@babel/preset-env": "7.15.0",
20-
"@babel/runtime": "7.15.3",
21-
"@babel/template": "7.14.5",
19+
"@babel/preset-env": "7.15.4",
20+
"@babel/runtime": "7.15.4",
21+
"@babel/template": "7.15.4",
2222
"@discoveryjs/json-ext": "0.5.3",
2323
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
2424
"@ngtools/webpack": "0.0.0",
@@ -29,10 +29,10 @@
2929
"caniuse-lite": "^1.0.30001032",
3030
"circular-dependency-plugin": "5.2.2",
3131
"copy-webpack-plugin": "9.0.1",
32-
"core-js": "3.17.1",
32+
"core-js": "3.17.2",
3333
"critters": "0.0.10",
3434
"css-loader": "6.2.0",
35-
"esbuild": "0.12.24",
35+
"esbuild": "0.12.25",
3636
"find-cache-dir": "3.3.2",
3737
"glob": "7.1.7",
3838
"https-proxy-agent": "5.0.0",

packages/angular_devkit/schematics_cli/blank/project-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",
22-
"@types/jasmine": "~3.8.0",
22+
"@types/jasmine": "~3.9.0",
2323
"jasmine": "^3.5.0"
2424
}
2525
}

packages/angular_devkit/schematics_cli/schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.11.1",
22-
"@types/jasmine": "~3.8.0",
22+
"@types/jasmine": "~3.9.0",
2323
"jasmine": "~3.9.0"
2424
}
2525
}

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"comment": "This file is needed so that depedencies are synced by Renovate.",
44
"private": true,
55
"dependencies": {
6-
"@types/jasmine": "~3.8.0",
6+
"@types/jasmine": "~3.9.0",
77
"@types/node": "^12.11.1",
88
"jasmine-core": "~3.9.0",
99
"karma-chrome-launcher": "~3.1.0",

0 commit comments

Comments
 (0)