File tree Expand file tree Collapse file tree 9 files changed +476
-250
lines changed Expand file tree Collapse file tree 9 files changed +476
-250
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
26
+ uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
32
+ uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 94
94
"@types/yargs" : " ^17.0.20" ,
95
95
"@types/yargs-parser" : " ^21.0.0" ,
96
96
"@types/yarnpkg__lockfile" : " ^1.1.5" ,
97
- "@typescript-eslint/eslint-plugin" : " 8.39.1 " ,
98
- "@typescript-eslint/parser" : " 8.39.1 " ,
97
+ "@typescript-eslint/eslint-plugin" : " 8.40.0 " ,
98
+ "@typescript-eslint/parser" : " 8.40.0 " ,
99
99
"ajv" : " 8.17.1" ,
100
100
"ansi-colors" : " 4.1.3" ,
101
101
"beasties" : " 0.3.5" ,
126
126
"lodash" : " ^4.17.21" ,
127
127
"npm" : " ^11.0.0" ,
128
128
"magic-string" : " 0.30.17" ,
129
- "rollup-plugin-dts" : " 6.2.1 " ,
129
+ "rollup-plugin-dts" : " 6.2.3 " ,
130
130
"rollup-plugin-sourcemaps2" : " 0.5.3" ,
131
131
"prettier" : " ^3.0.0" ,
132
132
"protractor" : " ~7.0.0" ,
133
133
"puppeteer" : " 18.2.1" ,
134
134
"quicktype-core" : " 23.2.6" ,
135
- "rollup" : " 4.46.2 " ,
135
+ "rollup" : " 4.46.3 " ,
136
136
"rollup-license-plugin" : " ~3.0.1" ,
137
137
"semver" : " 7.7.2" ,
138
138
"shelljs" : " ^0.10.0" ,
141
141
"ts-node" : " ^10.9.1" ,
142
142
"tslib" : " 2.8.1" ,
143
143
"typescript" : " 5.9.2" ,
144
- "undici" : " 7.13 .0" ,
144
+ "undici" : " 7.14 .0" ,
145
145
"unenv" : " ^1.10.0" ,
146
146
"verdaccio" : " 6.1.6" ,
147
147
"verdaccio-auth-memory" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 23
23
"@babel/core" : " 7.28.3" ,
24
24
"@babel/helper-annotate-as-pure" : " 7.27.3" ,
25
25
"@babel/helper-split-export-declaration" : " 7.24.7" ,
26
- "@inquirer/confirm" : " 5.1.14 " ,
26
+ "@inquirer/confirm" : " 5.1.15 " ,
27
27
"@vitejs/plugin-basic-ssl" : " 2.1.0" ,
28
28
"beasties" : " 0.3.5" ,
29
29
"browserslist" : " ^4.23.0" ,
37
37
"parse5-html-rewriting-stream" : " 8.0.0" ,
38
38
"picomatch" : " 4.0.3" ,
39
39
"piscina" : " 5.1.3" ,
40
- "rolldown" : " 1.0.0-beta.32 " ,
40
+ "rolldown" : " 1.0.0-beta.33 " ,
41
41
"sass" : " 1.90.0" ,
42
42
"semver" : " 7.7.2" ,
43
43
"source-map-support" : " 0.5.21" ,
Original file line number Diff line number Diff line change 25
25
"@angular-devkit/architect" : " workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER" ,
26
26
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
27
27
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
28
- "@inquirer/prompts" : " 7.8.2 " ,
28
+ "@inquirer/prompts" : " 7.8.3 " ,
29
29
"@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30
30
"@modelcontextprotocol/sdk" : " 1.17.3" ,
31
31
"@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
Original file line number Diff line number Diff line change 55
55
"terser" : " 5.43.1" ,
56
56
"tree-kill" : " 1.2.2" ,
57
57
"tslib" : " 2.8.1" ,
58
- "webpack" : " 5.101.2 " ,
58
+ "webpack" : " 5.101.3 " ,
59
59
"webpack-dev-middleware" : " 7.4.2" ,
60
60
"webpack-dev-server" : " 5.2.2" ,
61
61
"webpack-merge" : " 6.0.1" ,
69
69
"@web/test-runner" : " 0.20.2" ,
70
70
"browser-sync" : " 3.0.4" ,
71
71
"ng-packagr" : " 20.2.0-rc.0" ,
72
- "undici" : " 7.13 .0"
72
+ "undici" : " 7.14 .0"
73
73
},
74
74
"peerDependencies" : {
75
75
"@angular/core" : " 0.0.0-ANGULAR-FW-PEER-DEP" ,
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
24
24
"@ngtools/webpack" : " workspace:0.0.0-PLACEHOLDER" ,
25
- "webpack" : " 5.101.2 " ,
25
+ "webpack" : " 5.101.3 " ,
26
26
"webpack-dev-server" : " 5.2.2"
27
27
},
28
28
"peerDependencies" : {
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
20
20
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
21
- "@inquirer/prompts" : " 7.8.2 " ,
21
+ "@inquirer/prompts" : " 7.8.3 " ,
22
22
"ansi-colors" : " 4.1.3" ,
23
23
"yargs-parser" : " 22.0.0"
24
24
}
Original file line number Diff line number Diff line change 30
30
"@angular/compiler" : " 20.2.0-rc.1" ,
31
31
"@angular/compiler-cli" : " 20.2.0-rc.1" ,
32
32
"typescript" : " 5.9.2" ,
33
- "webpack" : " 5.101.2 "
33
+ "webpack" : " 5.101.3 "
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments