Skip to content

Commit 214e990

Browse files
authored
Merge branch 'main' into owl-bot-update-lock-c7e4968cfc97a204a4b2381f3ecb55cabc40c4cccf88b1ef8bef0d976be87fee
2 parents 9b18b77 + 407edf7 commit 214e990

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^18.0.0"
19+
"sinon": "^20.0.0"
2020
}
2121
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@google-cloud/promisify": "^5.0.0",
5555
"@opentelemetry/api": "~1.9.0",
5656
"@opentelemetry/core": "^1.30.1",
57-
"@opentelemetry/semantic-conventions": "~1.32.0",
57+
"@opentelemetry/semantic-conventions": "~1.33.0",
5858
"arrify": "^2.0.0",
5959
"extend": "^3.0.2",
6060
"google-auth-library": "^10.0.0-rc.1",
@@ -80,7 +80,7 @@
8080
"@types/uuid": "^10.0.0",
8181
"c8": "^10.1.3",
8282
"codecov": "^3.8.3",
83-
"execa": "~5.0.0",
83+
"execa": "~5.1.0",
8484
"gapic-tools": "^1.0.1",
8585
"gts": "^6.0.2",
8686
"jsdoc": "^4.0.4",

samples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@opentelemetry/semantic-conventions": "^1.17.0",
3535
"avro-js": "^1.11.3",
3636
"p-defer": "^3.0.0",
37-
"protobufjs": "~7.4.0"
37+
"protobufjs": "~7.5.0"
3838
},
3939
"devDependencies": {
40-
"@google-cloud/bigquery": "^7.0.0",
40+
"@google-cloud/bigquery": "^8.0.0",
4141
"@google-cloud/typeless-sample-bot": "^3.0.0",
4242
"@types/chai": "^4.2.16",
4343
"chai": "^4.2.0",
44-
"gts": "^5.0.0",
44+
"gts": "^6.0.0",
4545
"lru-cache": "9.1.2",
4646
"mocha": "^9.2.2",
4747
"rimraf": "5.0.9",

system-test/fixtures/sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@types/node": "^22.0.0",
2020
"typescript": "^5.1.6",
21-
"gts": "^5.0.0"
21+
"gts": "^6.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)