Skip to content

Commit 2e179e7

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent e04d90a commit 2e179e7

25 files changed

Lines changed: 272 additions & 318 deletions

File tree

.github/local-actions/branch-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@actions/core": "3.0.0",
4-
"@actions/github": "9.1.0",
3+
"@actions/core": "3.0.1",
4+
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@types/node": "24.12.2",
77
"typed-graphqlify": "3.1.6",

.github/local-actions/labels-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@actions/core": "3.0.0",
4-
"@actions/github": "9.1.0",
3+
"@actions/core": "3.0.1",
4+
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",
77
"@types/node": "24.12.2",

.github/local-actions/lock-closed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"@actions/core": "3.0.0",
4-
"@actions/github": "9.1.0",
3+
"@actions/core": "3.0.1",
4+
"@actions/github": "9.1.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",
77
"@types/node": "24.12.2",

.github/local-actions/stale-cleanup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"@actions/core": "3.0.0",
7-
"@actions/github": "9.0.0",
6+
"@actions/core": "3.0.1",
7+
"@actions/github": "9.1.1",
88
"@octokit/rest": "22.0.1",
99
"@types/node": "24.12.2"
1010
}

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-renovate",
33
"type": "commonjs",
44
"dependencies": {
5-
"renovate": "43.120.1"
5+
"renovate": "43.138.3"
66
},
77
"pnpm": {
88
"onlyBuiltDependencies": [

.github/ng-renovate/pnpm-lock.yaml

Lines changed: 31 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@types/node": "24.12.2",
1717
"firebase-admin": "13.8.0",
1818
"firebase-functions": "7.2.5",
19-
"firebase-tools": "15.14.0"
19+
"firebase-tools": "15.15.0"
2020
}
2121
}

bazel/integration/tests/nested_bazel_workspaces/basic/MODULE.bazel.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devinfra/bazel",
33
"dependencies": {
4-
"@microsoft/api-extractor": "7.58.2",
4+
"@microsoft/api-extractor": "7.58.7",
55
"@types/babel__core": "7.20.5",
66
"@types/browser-sync": "2.29.1",
77
"@types/node": "24.12.2",

bazel/rules/rules_browsers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"pnpm": {
3535
"onlyBuiltDependencies": [],
3636
"overrides": {
37-
"puppeteer": "24.40.0",
38-
"puppeteer-core": "24.40.0"
37+
"puppeteer": "24.42.0",
38+
"puppeteer-core": "24.42.0"
3939
},
4040
"packageExtensions": {
4141
"grpc-gcp": {

0 commit comments

Comments
 (0)