Skip to content

Commit 47e3fe4

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent aa19e66 commit 47e3fe4

File tree

8 files changed

+449
-251
lines changed

8 files changed

+449
-251
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
26+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
32+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
3333
with:
3434
category: '/language:javascript-typescript'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.1",
6666
"@eslint/eslintrc": "3.3.1",
67-
"@eslint/js": "9.31.0",
67+
"@eslint/js": "9.32.0",
6868
"@rollup/plugin-alias": "^5.1.1",
6969
"@rollup/plugin-commonjs": "^28.0.0",
7070
"@rollup/plugin-json": "^6.1.0",
@@ -102,7 +102,7 @@
102102
"buffer": "6.0.3",
103103
"esbuild": "0.25.8",
104104
"esbuild-wasm": "0.25.8",
105-
"eslint": "9.31.0",
105+
"eslint": "9.32.0",
106106
"eslint-config-prettier": "10.1.8",
107107
"eslint-plugin-header": "3.1.1",
108108
"eslint-plugin-import": "2.32.0",
@@ -132,7 +132,7 @@
132132
"protractor": "~7.0.0",
133133
"puppeteer": "18.2.1",
134134
"quicktype-core": "23.2.6",
135-
"rollup": "4.45.1",
135+
"rollup": "4.45.3",
136136
"rollup-license-plugin": "~3.0.1",
137137
"semver": "7.7.2",
138138
"shelljs": "^0.10.0",
@@ -143,7 +143,7 @@
143143
"typescript": "5.9.1-rc",
144144
"undici": "7.12.0",
145145
"unenv": "^1.10.0",
146-
"verdaccio": "6.1.5",
146+
"verdaccio": "6.1.6",
147147
"verdaccio-auth-memory": "^10.0.0",
148148
"yargs-parser": "22.0.0",
149149
"zone.js": "^0.15.0"

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"semver": "7.7.2",
4343
"source-map-support": "0.5.21",
4444
"tinyglobby": "0.2.14",
45-
"vite": "7.0.5",
45+
"vite": "7.0.6",
4646
"watchpack": "2.4.4"
4747
},
4848
"optionalDependencies": {

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.7.1",
2929
"@listr2/prompt-adapter-inquirer": "3.0.1",
30-
"@modelcontextprotocol/sdk": "1.16.0",
30+
"@modelcontextprotocol/sdk": "1.17.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
33-
"algoliasearch": "5.34.0",
33+
"algoliasearch": "5.34.1",
3434
"ini": "5.0.0",
3535
"jsonc-parser": "3.3.1",
3636
"listr2": "9.0.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/plugin-transform-async-to-generator": "7.27.1",
2020
"@babel/plugin-transform-runtime": "7.28.0",
2121
"@babel/preset-env": "7.28.0",
22-
"@babel/runtime": "7.27.6",
22+
"@babel/runtime": "7.28.2",
2323
"@discoveryjs/json-ext": "0.6.3",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jsonc-parser": "3.3.1",
3131
"picomatch": "4.0.3",
3232
"rxjs": "7.8.2",
33-
"source-map": "0.7.4"
33+
"source-map": "0.7.6"
3434
},
3535
"devDependencies": {
3636
"chokidar": "4.0.3"

0 commit comments

Comments
 (0)