File tree Expand file tree Collapse file tree 8 files changed +209
-224
lines changed
tools/baseline_browserslist Expand file tree Collapse file tree 8 files changed +209
-224
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
26
+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
32
+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 64
64
"@bazel/buildifier" : " 8.2.1" ,
65
65
"@eslint/compat" : " 1.3.1" ,
66
66
"@eslint/eslintrc" : " 3.3.1" ,
67
- "@eslint/js" : " 9.31 .0" ,
67
+ "@eslint/js" : " 9.32 .0" ,
68
68
"@rollup/plugin-alias" : " ^5.1.1" ,
69
69
"@rollup/plugin-commonjs" : " ^28.0.0" ,
70
70
"@rollup/plugin-json" : " ^6.1.0" ,
102
102
"buffer" : " 6.0.3" ,
103
103
"esbuild" : " 0.25.8" ,
104
104
"esbuild-wasm" : " 0.25.8" ,
105
- "eslint" : " 9.31 .0" ,
105
+ "eslint" : " 9.32 .0" ,
106
106
"eslint-config-prettier" : " 10.1.8" ,
107
107
"eslint-plugin-header" : " 3.1.1" ,
108
108
"eslint-plugin-import" : " 2.32.0" ,
143
143
"typescript" : " 5.9.1-rc" ,
144
144
"undici" : " 7.12.0" ,
145
145
"unenv" : " ^1.10.0" ,
146
- "verdaccio" : " 6.1.5 " ,
146
+ "verdaccio" : " 6.1.6 " ,
147
147
"verdaccio-auth-memory" : " ^10.0.0" ,
148
148
"yargs-parser" : " 22.0.0" ,
149
149
"zone.js" : " ^0.15.0"
Original file line number Diff line number Diff line change 42
42
"semver" : " 7.7.2" ,
43
43
"source-map-support" : " 0.5.21" ,
44
44
"tinyglobby" : " 0.2.14" ,
45
- "vite" : " 7.0.5 " ,
45
+ "vite" : " 7.0.6 " ,
46
46
"watchpack" : " 2.4.4"
47
47
},
48
48
"optionalDependencies" : {
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.7.1" ,
29
29
"@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30
- "@modelcontextprotocol/sdk" : " 1.16 .0" ,
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.0 " ,
33
+ "algoliasearch" : " 5.34.1 " ,
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 19
19
"@babel/plugin-transform-async-to-generator" : " 7.27.1" ,
20
20
"@babel/plugin-transform-runtime" : " 7.28.0" ,
21
21
"@babel/preset-env" : " 7.28.0" ,
22
- "@babel/runtime" : " 7.27.6 " ,
22
+ "@babel/runtime" : " 7.28.2 " ,
23
23
"@discoveryjs/json-ext" : " 0.6.3" ,
24
24
"@ngtools/webpack" : " workspace:0.0.0-PLACEHOLDER" ,
25
25
"ansi-colors" : " 4.1.3" ,
Original file line number Diff line number Diff line change 30
30
"jsonc-parser" : " 3.3.1" ,
31
31
"picomatch" : " 4.0.3" ,
32
32
"rxjs" : " 7.8.2" ,
33
- "source-map" : " 0.7.4 "
33
+ "source-map" : " 0.7.6 "
34
34
},
35
35
"devDependencies" : {
36
36
"chokidar" : " 4.0.3"
You can’t perform that action at this time.
0 commit comments