Skip to content

Commit c0c1f1c

Browse files
committed
fix(deps): update all dependencies
1 parent 5a1e566 commit c0c1f1c

File tree

178 files changed

+400
-400
lines changed

Some content is hidden

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

178 files changed

+400
-400
lines changed

ai-platform/snippets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"devDependencies": {
2121
"c8": "^10.0.0",
22-
"chai": "^4.5.0",
23-
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0",
25-
"sinon": "^18.0.0"
22+
"chai": "^5.0.0",
23+
"mocha": "^11.0.0",
24+
"uuid": "^11.0.0",
25+
"sinon": "^19.0.0"
2626
}
2727
}
2828

appengine/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "20.x"
13+
"node": "22.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1515
},
1616
"engines": {
17-
"node": "20.x.x"
17+
"node": "22.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1515
},
1616
"engines": {
17-
"node": "20.x.x"
17+
"node": "22.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",
@@ -23,9 +23,9 @@
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"proxyquire": "^2.1.3",
28-
"sinon": "^18.0.0",
28+
"sinon": "^19.0.0",
2929
"supertest": "^7.0.0"
3030
}
3131
}

appengine/datastore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "20.x"
13+
"node": "22.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"mocha": "^10.0.0",
26+
"mocha": "^11.0.0",
2727
"supertest": "^7.0.0"
2828
}
2929
}

appengine/endpoints/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "20.x"
13+
"node": "22.x"
1414
},
1515
"scripts": {
1616
"deploy": "gcloud app deploy",
@@ -23,10 +23,10 @@
2323
},
2424
"devDependencies": {
2525
"c8": "^10.0.0",
26-
"chai": "^4.5.0",
27-
"mocha": "^10.0.0",
26+
"chai": "^5.0.0",
27+
"mocha": "^11.0.0",
2828
"proxyquire": "^2.1.0",
29-
"sinon": "^18.0.0",
29+
"sinon": "^19.0.0",
3030
"supertest": "^7.0.0",
3131
"wait-port": "^1.0.4"
3232
}

appengine/hello-world/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"c8": "^10.0.0",
24-
"mocha": "^10.0.0",
24+
"mocha": "^11.0.0",
2525
"supertest": "^7.0.0"
2626
}
2727
}

appengine/hello-world/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"c8": "^10.0.0",
24-
"mocha": "^10.0.0",
24+
"mocha": "^11.0.0",
2525
"supertest": "^7.0.0"
2626
}
2727
}

appengine/memcached/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "20.x"
9+
"node": "22.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"c8": "^10.0.0",
21-
"chai": "^4.5.0",
22-
"mocha": "^10.0.0",
21+
"chai": "^5.0.0",
22+
"mocha": "^11.0.0",
2323
"wait-port": "^1.0.4"
2424
}
2525
}

appengine/metadata/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"c8": "^10.0.0",
25-
"mocha": "^10.0.0",
25+
"mocha": "^11.0.0",
2626
"supertest": "^7.0.0"
2727
}
2828
}

0 commit comments

Comments
 (0)