Skip to content

Commit 72eb763

Browse files
Bump the minors group in /backup with 3 updates
Bumps the minors group in /backup with 3 updates: [@google-cloud/storage](https://github.com/googleapis/nodejs-storage), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@google-cloud/storage` from 7.7.0 to 7.8.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.7.0...v7.8.0) Updates `@types/node` from 20.11.24 to 20.11.25 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.3.3 to 5.4.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.3.3...v5.4.2) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minors - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch 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 73204bb commit 72eb763

File tree

2 files changed

+49
-50
lines changed

2 files changed

+49
-50
lines changed

backup/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": "tsc"
55
},
66
"dependencies": {
7-
"@google-cloud/storage": "^7.7.0",
7+
"@google-cloud/storage": "^7.8.0",
88
"age-encryption": "^0.1.5",
99
"express": "^4.18.3",
1010
"morgan": "^1.10.0"
@@ -13,8 +13,8 @@
1313
"@tsconfig/node20": "^20.1.2",
1414
"@types/express": "^4.17.21",
1515
"@types/morgan": "^1.9.9",
16-
"@types/node": "^20.11.24",
17-
"typescript": "^5.3.3"
16+
"@types/node": "^20.11.25",
17+
"typescript": "^5.4.2"
1818
},
1919
"engines": {
2020
"node": "20"

backup/pnpm-lock.yaml

+46-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)