Skip to content

Commit c592811

Browse files
committed
build: revert incompatible upgrades
1 parent f38a22d commit c592811

File tree

109 files changed

+124
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+124
-124
lines changed

ai-platform/snippets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"c8": "^10.0.0",
2222
"chai": "^4.5.0",
2323
"mocha": "^10.0.0",
24-
"uuid": "^11.0.0",
25-
"sinon": "^19.0.0"
24+
"uuid": "^10.0.0",
25+
"sinon": "^18.0.0"
2626
}
2727
}

appengine/building-an-app/update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"c8": "^10.0.0",
2626
"mocha": "^10.0.0",
2727
"proxyquire": "^2.1.3",
28-
"sinon": "^19.0.0",
28+
"sinon": "^18.0.0",
2929
"supertest": "^7.0.0"
3030
}
3131
}

appengine/endpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chai": "^4.5.0",
2727
"mocha": "^10.0.0",
2828
"proxyquire": "^2.1.0",
29-
"sinon": "^19.0.0",
29+
"sinon": "^18.0.0",
3030
"supertest": "^7.0.0",
3131
"wait-port": "^1.0.4"
3232
}

appengine/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jsonwebtoken": "^9.0.0",
2525
"mocha": "^10.0.0",
2626
"proxyquire": "^2.1.3",
27-
"sinon": "^19.0.0",
27+
"sinon": "^18.0.0",
2828
"supertest": "^7.0.0",
2929
"wait-port": "^1.0.4"
3030
}

appengine/storage/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^11.0.0"
27+
"uuid": "^10.0.0"
2828
}
2929
}

appengine/storage/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^11.0.0"
27+
"uuid": "^10.0.0"
2828
}
2929
}

asset/snippets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chai": "^4.5.0",
2828
"gts": "^6.0.0",
2929
"mocha": "^10.0.0",
30-
"sinon": "^19.0.0",
31-
"uuid": "^11.0.0"
30+
"sinon": "^18.0.0",
31+
"uuid": "^10.0.0"
3232
}
3333
}

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"devDependencies": {
2828
"c8": "^10.0.0",
2929
"mocha": "^10.0.0",
30-
"uuid": "^11.0.0"
30+
"uuid": "^10.0.0"
3131
}
3232
}

automl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^11.0.0"
27+
"uuid": "^10.0.0"
2828
}
2929
}

cloud-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^11.0.0"
27+
"uuid": "^10.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)