File tree Expand file tree Collapse file tree 6 files changed +341
-274
lines changed
angular_devkit/build_angular Expand file tree Collapse file tree 6 files changed +341
-274
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
with :
24
24
persist-credentials : false
25
25
- name : Initialize CodeQL
26
- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
26
+ uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
27
27
with :
28
28
languages : javascript-typescript
29
29
build-mode : none
30
30
config-file : .github/codeql/config.yml
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
32
+ uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 141
141
"ts-node" : " ^10.9.1" ,
142
142
"tslib" : " 2.8.1" ,
143
143
"typescript" : " 5.8.3" ,
144
- "undici" : " 7.10 .0" ,
144
+ "undici" : " 7.11 .0" ,
145
145
"unenv" : " ^1.10.0" ,
146
146
"verdaccio" : " 6.1.2" ,
147
147
"verdaccio-auth-memory" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 20
20
"dependencies" : {
21
21
"@ampproject/remapping" : " 2.3.0" ,
22
22
"@angular-devkit/architect" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
23
- "@babel/core" : " 7.27.4 " ,
23
+ "@babel/core" : " 7.27.7 " ,
24
24
"@babel/helper-annotate-as-pure" : " 7.27.3" ,
25
25
"@babel/helper-split-export-declaration" : " 7.24.7" ,
26
26
"@inquirer/confirm" : " 5.1.12" ,
Original file line number Diff line number Diff line change 27
27
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
28
28
"@inquirer/prompts" : " 7.5.3" ,
29
29
"@listr2/prompt-adapter-inquirer" : " 2.0.22" ,
30
- "@modelcontextprotocol/sdk" : " 1.13.1 " ,
30
+ "@modelcontextprotocol/sdk" : " 1.13.2 " ,
31
31
"@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
32
32
"@yarnpkg/lockfile" : " 1.1.0" ,
33
33
"ini" : " 5.0.0" ,
Original file line number Diff line number Diff line change 11
11
"@angular-devkit/build-webpack" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
12
12
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
13
13
"@angular/build" : " workspace:0.0.0-PLACEHOLDER" ,
14
- "@babel/core" : " 7.27.4 " ,
14
+ "@babel/core" : " 7.27.7 " ,
15
15
"@babel/generator" : " 7.27.5" ,
16
16
"@babel/helper-annotate-as-pure" : " 7.27.3" ,
17
17
"@babel/helper-split-export-declaration" : " 7.24.7" ,
69
69
"@web/test-runner" : " 0.20.2" ,
70
70
"browser-sync" : " 3.0.4" ,
71
71
"ng-packagr" : " 20.1.0-next.0" ,
72
- "undici" : " 7.10 .0"
72
+ "undici" : " 7.11 .0"
73
73
},
74
74
"peerDependencies" : {
75
75
"@angular/core" : " 0.0.0-ANGULAR-FW-PEER-DEP" ,
You can’t perform that action at this time.
0 commit comments