Skip to content

Commit 62f0e7f

Browse files
author
Angular Builds
committed
9b197627a ci: group all scorecard action dependencies
1 parent 806faf8 commit 62f0e7f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.0+5.sha-966dd01",
3+
"version": "14.0.0-next.0+8.sha-9b19762.with-local-changes",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "2.0.1",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#966dd01ea",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#966dd01ea",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#966dd01ea",
13-
"@babel/core": "7.16.12",
14-
"@babel/generator": "7.16.8",
9+
"@ampproject/remapping": "2.0.2",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9b197627a",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#9b197627a",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#9b197627a",
13+
"@babel/core": "7.17.0",
14+
"@babel/generator": "7.17.0",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
1616
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
1717
"@babel/plugin-transform-async-to-generator": "7.16.8",
18-
"@babel/plugin-transform-runtime": "7.16.10",
18+
"@babel/plugin-transform-runtime": "7.17.0",
1919
"@babel/preset-env": "7.16.11",
20-
"@babel/runtime": "7.16.7",
20+
"@babel/runtime": "7.17.0",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#966dd01ea",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#9b197627a",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",
@@ -30,7 +30,7 @@
3030
"core-js": "3.21.0",
3131
"critters": "0.0.16",
3232
"css-loader": "6.6.0",
33-
"esbuild-wasm": "0.14.17",
33+
"esbuild-wasm": "0.14.18",
3434
"glob": "7.2.0",
3535
"https-proxy-agent": "5.0.0",
3636
"inquirer": "8.2.0",
@@ -49,7 +49,7 @@
4949
"postcss": "8.4.6",
5050
"postcss-import": "14.0.2",
5151
"postcss-loader": "6.2.1",
52-
"postcss-preset-env": "7.3.0",
52+
"postcss-preset-env": "7.3.1",
5353
"regenerator-runtime": "0.13.9",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "6.6.7",
@@ -71,7 +71,7 @@
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.14.17"
74+
"esbuild": "0.14.18"
7575
},
7676
"peerDependencies": {
7777
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Feb 07 2022 11:41:42 GMT+0000 (Coordinated Universal Time)
1+
Mon Feb 07 2022 18:25:29 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)