Skip to content

Commit 73204bb

Browse files
Bump the minors group in /webserver with 5 updates
Bumps the minors group in /webserver with 5 updates: | Package | From | To | | --- | --- | --- | | [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.7.0` | `7.8.0` | | [@sentry/astro](https://github.com/getsentry/sentry-javascript) | `7.104.0` | `7.106.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.11.25` | | [dotenv-cli](https://github.com/entropitor/dotenv-cli) | `7.3.0` | `7.4.0` | 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 `@sentry/astro` from 7.104.0 to 7.106.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.106.0/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.104.0...7.106.0) 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) 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 `dotenv-cli` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/entropitor/dotenv-cli/releases) - [Commits](entropitor/dotenv-cli@v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: "@google-cloud/storage" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minors - dependency-name: "@sentry/astro" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minors - dependency-name: typescript 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: dotenv-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minors ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b7b0d8 commit 73204bb

File tree

2 files changed

+180
-218
lines changed

2 files changed

+180
-218
lines changed

webserver/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@astrojs/node": "^8.2.3",
2828
"@astrojs/solid-js": "^4.0.1",
2929
"@github/relative-time-element": "^4.3.1",
30-
"@google-cloud/storage": "^7.7.0",
30+
"@google-cloud/storage": "^7.8.0",
3131
"@prisma/client": "^5.10.2",
32-
"@sentry/astro": "^7.104.0",
32+
"@sentry/astro": "^7.106.0",
3333
"@shoelace-style/shoelace": "^2.14.0",
3434
"age-encryption": "^0.1.5",
3535
"astro": "^4.4.15",
@@ -47,7 +47,7 @@
4747
"remark-parse": "^11.0.0",
4848
"remark-rehype": "^11.1.0",
4949
"solid-js": "^1.8.15",
50-
"typescript": "^5.3.3",
50+
"typescript": "^5.4.2",
5151
"unified": "^11.0.4",
5252
"zod": "^3.22.4"
5353
},
@@ -56,7 +56,7 @@
5656
"@playwright/test": "1.42.1",
5757
"@types/mdast": "^4.0.3",
5858
"@types/n3": "^1.16.4",
59-
"@types/node": "^20.11.24",
60-
"dotenv-cli": "^7.3.0"
59+
"@types/node": "^20.11.25",
60+
"dotenv-cli": "^7.4.0"
6161
}
6262
}

0 commit comments

Comments
 (0)