Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group across 1 directory with 10 updates #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps the npm_and_yarn group with 10 updates in the /src/backstage directory:

Package From To
@backstage/backend-common 0.19.9 0.19.10
express 4.18.2 4.19.2
@adobe/css-tools 4.3.1 4.3.3
@backstage/backend-app-api 0.5.8 0.5.14
ejs 3.1.9 3.1.10
follow-redirects 1.15.3 1.15.6
ip 2.0.0 2.0.1
jose 4.15.4 4.15.5
undici 5.28.0 5.28.4
webpack-dev-middleware 5.3.3 5.3.4

Updates @backstage/backend-common from 0.19.9 to 0.19.10

Changelog

Sourced from @​backstage/backend-common's changelog.

@​backstage/backend-common

0.22.0-next.1

Minor Changes

  • ed83f85: Internal refactor of the database code.

    BREAKING: The helper functions createDatabaseClient and ensureDatabaseExists have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider using coreServices.database or DatabaseManager directly wherever possible instead.

Patch Changes

  • Updated dependencies
    • @​backstage/backend-app-api@​0.7.2-next.1
    • @​backstage/plugin-auth-node@​0.4.13-next.1
    • @​backstage/config-loader@​1.8.0
    • @​backstage/backend-plugin-api@​0.6.18-next.1

0.21.8-next.0

Patch Changes

  • ba0b8b4: Added option to ServerTokenManager.fromConfig that allows it to be instantiated in production without any configured keys.
  • Updated dependencies
    • @​backstage/backend-app-api@​0.7.1-next.0
    • @​backstage/plugin-auth-node@​0.4.13-next.0
    • @​backstage/backend-plugin-api@​0.6.18-next.0
    • @​backstage/backend-dev-utils@​0.1.4
    • @​backstage/cli-common@​0.1.13
    • @​backstage/config@​1.2.0
    • @​backstage/config-loader@​1.8.0
    • @​backstage/errors@​1.2.4
    • @​backstage/integration@​1.10.0
    • @​backstage/integration-aws-node@​0.1.12
    • @​backstage/types@​1.1.1

0.21.7

Patch Changes

  • 007e7ea: Added placeholder for listPublicServiceKeys() in the AuthService returned by createLegacyAuthAdapters.
  • 00fca28: Ensure that ServerTokenManager also reads the new backend.auth.externalAccess settings
  • 25ea3d2: Minor internal restructuring
  • e31bacc: Added pullOptions to DockerContainerRunner#runContainer method to pass down options when pulling an image.
  • 7b11422: Add AWS CodeCommit URL Reader/Integration
  • 75a53b8: KubernetesContainerRunner.runContainer no longer closes the logStream it receives as input.
  • Updated dependencies
    • @​backstage/config-loader@​1.8.0
    • @​backstage/backend-app-api@​0.7.0
    • @​backstage/backend-plugin-api@​0.6.17

... (truncated)

Commits

Updates express from 4.18.2 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

4.18.3 / 2024-02-29

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: [email protected]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates @adobe/css-tools from 4.3.1 to 4.3.3

Changelog

Sourced from @​adobe/css-tools's changelog.

4.3.3 / 2024-01-24

  • Update export property #271

4.3.2 / 2023-11-28

  • Fix redos vulnerability with specific crafted css string - CVE-2023-48631
  • Fix Problem parsing with :is() and nested :nth-child() #211
Commits

Updates @backstage/backend-app-api from 0.5.8 to 0.5.14

Changelog

Sourced from @​backstage/backend-app-api's changelog.

@​backstage/backend-app-api

0.7.2-next.1

Patch Changes

  • 09f8988: Remove explicit alg check for user tokens in verifyToken
  • Updated dependencies
    • @​backstage/backend-common@​0.22.0-next.1
    • @​backstage/backend-tasks@​0.5.23-next.1
    • @​backstage/plugin-auth-node@​0.4.13-next.1
    • @​backstage/plugin-permission-node@​0.7.29-next.1
    • @​backstage/cli-node@​0.2.5
    • @​backstage/config-loader@​1.8.0
    • @​backstage/backend-plugin-api@​0.6.18-next.1

0.7.1-next.0

Patch Changes

  • 4cd5ff0: Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service
  • e8199b1: Move the JWKS registration outside of the lifecycle middleware
  • dc8c5dd: The default TokenManager implementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The default AuthService implementation will now also provide additional context if such an error is throw when falling back to using the TokenManager service to generate tokens for outgoing requests.
  • 025641b: Redact meta fields too with the logger
  • 5863e02: Internal refactor to only create one external token handler
  • Updated dependencies
    • @​backstage/plugin-auth-node@​0.4.13-next.0
    • @​backstage/backend-common@​0.21.8-next.0
    • @​backstage/backend-plugin-api@​0.6.18-next.0
    • @​backstage/backend-tasks@​0.5.23-next.0
    • @​backstage/cli-common@​0.1.13
    • @​backstage/cli-node@​0.2.5
    • @​backstage/config@​1.2.0
    • @​backstage/config-loader@​1.8.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-node@​0.7.29-next.0

0.7.0

Minor Changes

  • 3256f14: BREAKING: Modules are no longer loaded unless the plugin that they extend is present.

Patch Changes

  • 10327fb: Deprecate the getPath option for the httpRouterServiceFactory and more generally the ability to configure plugin API paths to be anything else than /api/:pluginId/. Requests towards /api/* that do not match an installed plugin will also no longer be handled by the index router, typically instead returning a 404.
  • 2c50516: Fix auth cookie issuance for split backend deployments by preferring to set it against the request target host instead of origin
  • 7e584d6: Fixed a bug where expired cookies would not be refreshed.
  • 1a20b12: Make the auth service create and validate dedicated OBO tokens, containing the user identity proof.

... (truncated)

Commits

Updates ejs from 3.1.9 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

Commits

Updates follow-redirects from 1.15.3 to 1.15.6

Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • Additional commits viewable in compare view

Updates ip from 2.0.0 to 2.0.1

Commits

Updates jose from 4.15.4 to 4.15.5

Release notes

Sourced from jose's releases.

v4.15.5

Fixes

Changelog

Sourced from jose's changelog.

4.15.5 (2024-03-07)

Fixes

  • add a maxOutputLength option to zlib inflate (1b91d88)
Commits
  • 765aafd chore(release): 4.15.5
  • b36e45e test: add export check to x509 pem import tests
  • e839ecb test: stop testing JWE RSA1_5 Algorithm
  • 1b91d88 fix: add a maxOutputLength option to zlib inflate
  • 9ca2b24 build: remove release action
  • f3035d8 chore: cleanup after release
  • See full diff in compare view

Updates undici from 5.28.0 to 5.28.4

Release notes

Sourced from undici's releases.

v5.28.4

⚠️ Security Release ⚠️

Full Changelog: nodejs/undici@v5.28.3...v5.28.4

v5.28.3

⚠️ Security Release ⚠️

Fixes:

Full Changelog: nodejs/undici@v5.28.2...v5.28.3

v5.28.2

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.28.1...v5.28.2

v5.28.1

What's Changed

... (truncated)

Commits

Updates webpack-dev-middleware from 5.3.3 to 5.3.4

Release notes

Sourced from webpack-dev-middleware's releases.

v5.3.4

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)
Changelog

Sourced from webpack-dev-middleware's changelog.

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 10 updates in the /src/backstage directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) | `0.19.9` | `0.19.10` |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
| [@adobe/css-tools](https://github.com/adobe/css-tools) | `4.3.1` | `4.3.3` |
| [@backstage/backend-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/backend-app-api) | `0.5.8` | `0.5.14` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.3` | `1.15.6` |
| [ip](https://github.com/indutny/node-ip) | `2.0.0` | `2.0.1` |
| [jose](https://github.com/panva/jose) | `4.15.4` | `4.15.5` |
| [undici](https://github.com/nodejs/undici) | `5.28.0` | `5.28.4` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `5.3.3` | `5.3.4` |



Updates `@backstage/backend-common` from 0.19.9 to 0.19.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-common)

Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `@adobe/css-tools` from 4.3.1 to 4.3.3
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

Updates `@backstage/backend-app-api` from 0.5.8 to 0.5.14
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-app-api)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `follow-redirects` from 1.15.3 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.6)

Updates `ip` from 2.0.0 to 2.0.1
- [Commits](indutny/node-ip@v2.0.0...v2.0.1)

Updates `jose` from 4.15.4 to 4.15.5
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md)
- [Commits](panva/jose@v4.15.4...v4.15.5)

Updates `undici` from 5.28.0 to 5.28.4
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.0...v5.28.4)

Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: "@backstage/backend-common"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@backstage/backend-app-api"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ip
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jose
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants