File tree Expand file tree Collapse file tree 8 files changed +485
-260
lines changed
tools/baseline_browserslist Expand file tree Collapse file tree 8 files changed +485
-260
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@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
26
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
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@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
32
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 132
132
"protractor" : " ~7.0.0" ,
133
133
"puppeteer" : " 18.2.1" ,
134
134
"quicktype-core" : " 23.2.6" ,
135
- "rollup" : " 4.46.1 " ,
135
+ "rollup" : " 4.46.2 " ,
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.1-rc" ,
144
- "undici" : " 7.12 .0" ,
144
+ "undici" : " 7.13 .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 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.29 " ,
40
+ "rolldown" : " 1.0.0-beta.30 " ,
41
41
"sass" : " 1.89.2" ,
42
42
"semver" : " 7.7.2" ,
43
43
"source-map-support" : " 0.5.21" ,
46
46
"watchpack" : " 2.4.4"
47
47
},
48
48
"optionalDependencies" : {
49
- "lmdb" : " 3.4.1 "
49
+ "lmdb" : " 3.4.2 "
50
50
},
51
51
"devDependencies" : {
52
52
"@angular/ssr" : " workspace:*" ,
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.7.1 " ,
28
+ "@inquirer/prompts" : " 7.8.0 " ,
29
29
"@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30
30
"@modelcontextprotocol/sdk" : " 1.17.0" ,
31
31
"@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
32
32
"@yarnpkg/lockfile" : " 1.1.0" ,
33
- "algoliasearch" : " 5.34.1 " ,
33
+ "algoliasearch" : " 5.35.0 " ,
34
34
"ini" : " 5.0.0" ,
35
35
"jsonc-parser" : " 3.3.1" ,
36
36
"listr2" : " 9.0.1" ,
Original file line number Diff line number Diff line change 69
69
"@web/test-runner" : " 0.20.2" ,
70
70
"browser-sync" : " 3.0.4" ,
71
71
"ng-packagr" : " 20.2.0-next.0" ,
72
- "undici" : " 7.12 .0"
72
+ "undici" : " 7.13 .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 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.7.1 " ,
21
+ "@inquirer/prompts" : " 7.8.0 " ,
22
22
"ansi-colors" : " 4.1.3" ,
23
23
"yargs-parser" : " 22.0.0"
24
24
}
You can’t perform that action at this time.
0 commit comments