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:
2323 with :
2424 persist-credentials : false
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
26+ uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
2727 with :
2828 languages : javascript-typescript
2929 build-mode : none
3030 config-file : .github/codeql/config.yml
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
32+ uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
3333 with :
3434 category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 141141 "ts-node" : " ^10.9.1" ,
142142 "tslib" : " 2.8.1" ,
143143 "typescript" : " 5.8.3" ,
144- "undici" : " 7.10 .0" ,
144+ "undici" : " 7.11 .0" ,
145145 "unenv" : " ^1.10.0" ,
146146 "verdaccio" : " 6.1.2" ,
147147 "verdaccio-auth-memory" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 2020 "dependencies" : {
2121 "@ampproject/remapping" : " 2.3.0" ,
2222 "@angular-devkit/architect" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
23- "@babel/core" : " 7.27.4 " ,
23+ "@babel/core" : " 7.27.7 " ,
2424 "@babel/helper-annotate-as-pure" : " 7.27.3" ,
2525 "@babel/helper-split-export-declaration" : " 7.24.7" ,
2626 "@inquirer/confirm" : " 5.1.12" ,
Original file line number Diff line number Diff line change 2727 "@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
2828 "@inquirer/prompts" : " 7.5.3" ,
2929 "@listr2/prompt-adapter-inquirer" : " 2.0.22" ,
30- "@modelcontextprotocol/sdk" : " 1.13.1 " ,
30+ "@modelcontextprotocol/sdk" : " 1.13.2 " ,
3131 "@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
3232 "@yarnpkg/lockfile" : " 1.1.0" ,
3333 "ini" : " 5.0.0" ,
Original file line number Diff line number Diff line change 1111 "@angular-devkit/build-webpack" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
1212 "@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
1313 "@angular/build" : " workspace:0.0.0-PLACEHOLDER" ,
14- "@babel/core" : " 7.27.4 " ,
14+ "@babel/core" : " 7.27.7 " ,
1515 "@babel/generator" : " 7.27.5" ,
1616 "@babel/helper-annotate-as-pure" : " 7.27.3" ,
1717 "@babel/helper-split-export-declaration" : " 7.24.7" ,
6969 "@web/test-runner" : " 0.20.2" ,
7070 "browser-sync" : " 3.0.4" ,
7171 "ng-packagr" : " 20.1.0-next.0" ,
72- "undici" : " 7.10 .0"
72+ "undici" : " 7.11 .0"
7373 },
7474 "peerDependencies" : {
7575 "@angular/core" : " 0.0.0-ANGULAR-FW-PEER-DEP" ,
You can’t perform that action at this time.
0 commit comments