Skip to content

Commit 2014ac1

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent fd89fe4 commit 2014ac1

File tree

5 files changed

+49
-35
lines changed

5 files changed

+49
-35
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"http-proxy": "^1.18.1",
112112
"http-proxy-middleware": "3.0.5",
113113
"husky": "9.1.7",
114-
"jasmine": "~5.9.0",
115-
"jasmine-core": "~5.9.0",
114+
"jasmine": "~5.10.0",
115+
"jasmine-core": "~5.10.0",
116116
"jasmine-reporters": "^2.5.2",
117117
"jasmine-spec-reporter": "~7.0.0",
118118
"karma": "~6.4.0",
@@ -121,7 +121,7 @@
121121
"karma-jasmine": "~5.1.0",
122122
"karma-jasmine-html-reporter": "~2.1.0",
123123
"karma-source-map-support": "1.4.0",
124-
"listr2": "9.0.2",
124+
"listr2": "9.0.3",
125125
"lodash": "^4.17.21",
126126
"npm": "^11.0.0",
127127
"magic-string": "0.30.18",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"https-proxy-agent": "7.0.6",
3232
"istanbul-lib-instrument": "6.0.3",
3333
"jsonc-parser": "3.3.1",
34-
"listr2": "9.0.2",
34+
"listr2": "9.0.3",
3535
"magic-string": "0.30.18",
3636
"mrmime": "2.0.1",
3737
"parse5-html-rewriting-stream": "8.0.0",

packages/angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
2828
"@inquirer/prompts": "7.8.4",
29-
"@listr2/prompt-adapter-inquirer": "3.0.2",
29+
"@listr2/prompt-adapter-inquirer": "3.0.3",
3030
"@modelcontextprotocol/sdk": "1.17.4",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
3232
"@yarnpkg/lockfile": "1.1.0",
3333
"algoliasearch": "5.36.0",
3434
"ini": "5.0.0",
3535
"jsonc-parser": "3.3.1",
36-
"listr2": "9.0.2",
36+
"listr2": "9.0.3",
3737
"npm-package-arg": "13.0.0",
3838
"pacote": "21.0.0",
3939
"resolve": "1.22.10",

pnpm-lock.yaml

Lines changed: 42 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
33
"devDependencies": {
4-
"baseline-browser-mapping": "2.7.1"
4+
"baseline-browser-mapping": "2.7.2"
55
}
66
}

0 commit comments

Comments
 (0)