Skip to content

Commit 3895cea

Browse files
Bump the minors group across 1 directory with 4 updates
Bumps the minors group with 4 updates in the /backup directory: [@google-cloud/storage](https://github.com/googleapis/nodejs-storage), [express](https://github.com/expressjs/express), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@google-cloud/storage` from 7.12.1 to 7.14.0 - [Release notes](https://github.com/googleapis/nodejs-storage/releases) - [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-storage@v7.12.1...v7.14.0) Updates `express` from 4.21.0 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.0...4.21.2) Updates `@types/node` from 22.5.4 to 22.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.6.2 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.7.2) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minors - dependency-name: express dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minors - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minors ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41ee3ae commit 3895cea

File tree

2 files changed

+193
-144
lines changed

2 files changed

+193
-144
lines changed

backup/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"build": "tsc"
55
},
66
"dependencies": {
7-
"@google-cloud/storage": "^7.12.1",
7+
"@google-cloud/storage": "^7.14.0",
88
"age-encryption": "^0.1.5",
9-
"express": "^4.21.0",
9+
"express": "^4.21.2",
1010
"morgan": "^1.10.0"
1111
},
1212
"devDependencies": {
1313
"@tsconfig/node20": "^20.1.4",
1414
"@types/express": "^4.17.21",
1515
"@types/morgan": "^1.9.9",
16-
"@types/node": "^22.5.4",
17-
"typescript": "^5.6.2"
16+
"@types/node": "^22.10.2",
17+
"typescript": "^5.7.2"
1818
},
1919
"engines": {
2020
"node": "20"

0 commit comments

Comments
 (0)