Skip to content

Commit d683ace

Browse files
Bump the minors group in /webserver with 5 updates
Bumps the minors group in /webserver with 5 updates: | Package | From | To | | --- | --- | --- | | [@sentry/astro](https://github.com/getsentry/sentry-javascript) | `7.106.0` | `7.107.0` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.5.4` | `4.5.5` | | [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `9.6.3` | `9.7.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.11.28` | | [dotenv-cli](https://github.com/entropitor/dotenv-cli) | `7.4.0` | `7.4.1` | Updates `@sentry/astro` from 7.106.0 to 7.107.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.107.0/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@7.106.0...7.107.0) Updates `astro` from 4.5.4 to 4.5.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `google-auth-library` from 9.6.3 to 9.7.0 - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-nodejs@v9.6.3...v9.7.0) Updates `@types/node` from 20.11.25 to 20.11.28 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `dotenv-cli` from 7.4.0 to 7.4.1 - [Release notes](https://github.com/entropitor/dotenv-cli/releases) - [Commits](entropitor/dotenv-cli@v7.4.0...v7.4.1) --- updated-dependencies: - dependency-name: "@sentry/astro" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minors - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors - dependency-name: google-auth-library 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-patch dependency-group: minors ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06b64a1 commit d683ace

File tree

2 files changed

+136
-159
lines changed

2 files changed

+136
-159
lines changed

webserver/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"@github/relative-time-element": "^4.3.1",
3030
"@google-cloud/storage": "^7.8.0",
3131
"@prisma/client": "^5.10.2",
32-
"@sentry/astro": "^7.106.0",
32+
"@sentry/astro": "^7.107.0",
3333
"@shoelace-style/shoelace": "^2.14.0",
3434
"age-encryption": "^0.1.5",
35-
"astro": "^4.5.4",
35+
"astro": "^4.5.5",
3636
"debug": "^4.3.4",
3737
"dset": "^3.1.3",
3838
"express": "^4.18.3",
39-
"google-auth-library": "^9.6.3",
39+
"google-auth-library": "^9.7.0",
4040
"lit": "^3.1.2",
4141
"mdast-util-find-and-replace": "^3.0.1",
4242
"n3": "^1.17.2",
@@ -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.25",
60-
"dotenv-cli": "^7.4.0"
59+
"@types/node": "^20.11.28",
60+
"dotenv-cli": "^7.4.1"
6161
}
6262
}

0 commit comments

Comments
 (0)