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 21 updates #18

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps the npm_and_yarn group with 20 updates in the / directory:

Package From To
semver 7.3.8 7.5.4
@nrwl/angular 15.9.2 15.9.7
@angular-devkit/build-angular 15.2.8 15.2.11
@angular/cli 15.2.1 15.2.11
@nrwl/eslint-plugin-nx 15.9.2 15.9.7
@nrwl/jest 15.9.2 15.9.7
@nrwl/nest 15.9.2 15.9.7
@nrwl/node 15.9.2 15.9.7
@cypress/request 2.88.12 3.0.1
cypress 8.7.0 13.7.2
express 4.18.1 4.19.2
@nestjs/core 9.0.5 10.3.7
@nestjs/platform-express 9.0.0 10.3.7
@nestjs/serve-static 3.0.1 4.0.2
@nestjs/typeorm 9.0.1 10.0.2
@nestjs/testing 9.0.0 10.3.7
follow-redirects 1.15.5 1.15.6
ip 2.0.0 2.0.1
tar 6.1.15 6.2.1
webpack-dev-middleware 5.3.3 5.3.4

Updates semver from 7.3.8 to 7.5.4

Release notes

Sourced from semver's releases.

v7.5.4

7.5.4 (2023-07-07)

Bug Fixes

v7.5.3

7.5.3 (2023-06-22)

Bug Fixes

Documentation

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.4 (2023-07-07)

Bug Fixes

7.5.3 (2023-06-22)

Bug Fixes

Documentation

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

... (truncated)

Commits
  • 36cd334 chore: release 7.5.4
  • 8456d87 chore: postinstall for dependabot template-oss PR
  • dde1f00 chore: postinstall for dependabot template-oss PR
  • dffcd1b chore: bump @​npmcli/template-oss from 4.16.0 to 4.17.0
  • d619f66 chore: postinstall for dependabot template-oss PR
  • 3bc4247 chore: bump @​npmcli/template-oss from 4.15.1 to 4.16.0
  • cc6fde2 fix: trim each range set before parsing
  • 99d8287 fix: correctly parse long build ids as valid (#583)
  • 4f0f6b1 chore: fix arguments in whitespace test (#574)
  • 6bd1a37 chore: remove duplicate test in semver class (#575)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates @nrwl/angular from 15.9.2 to 15.9.7

Commits

Updates @angular-devkit/build-angular from 15.2.8 to 15.2.11

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v15.2.11

15.2.11 (2024-03-25)

@​angular-devkit/build-angular

Commit Description
fix - c6feb0bb0 update webpack-dev-middleware to 6.1.2

v15.2.10

15.2.10 (2023-10-05)

@​angular-devkit/build-angular

Commit Description
fix - 05213c95b update dependency postcss to v8.4.31

v15.2.9

15.2.9 (2023-06-28)

@​angular/cli

Commit Description
fix - f36e38a91 update direct semver dependencies to 7.5.3
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

15.2.11 (2024-03-25)

@​angular-devkit/build-angular

Commit Type Description
c6feb0bb0 fix update webpack-dev-middleware to 6.1.2

18.0.0-next.0 (2024-03-21)

Breaking Changes

@​angular/cli

  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

@​angular-devkit/build-angular

  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

Deprecations

@​angular-devkit/schematics

  • NodePackageLinkTask in @angular-devkit/schematics. A custom task should be created instead.

@​angular/cli

Commit Type Description
ac3019570 feat add ng dev alias to ng serve
c7b208555 refactor remove support for Node.js versions <18.19.1 and <20.11.1

@​schematics/angular

Commit Type Description
f452589e2 feat use TypeScript bundler module resolution for new projects

@​angular-devkit/build-angular

Commit Type Description
ee9ec2301 fix Internal server error: Invalid URL when using a non localhost IP
8a54875cb fix handle wrapping of class expressions emitted by esbuild
97973059e refactor remove Sass legacy implementation

... (truncated)

Commits
  • 69c4624 release: cut the v15.2.11 release
  • 61f92fd build: update ng-dev config to work with Node.js 18.19
  • a398d2f test: disable failing test
  • c6feb0b fix(@​angular-devkit/build-angular): update webpack-dev-middleware to 6.1.2
  • b479063 release: cut the v15.2.10 release
  • bfc1f0f test: install specific npm version in npm version E2E test
  • 05213c9 fix(@​angular-devkit/build-angular): update dependency postcss to v8.4.31
  • 00d9708 release: cut the v15.2.9 release
  • f36e38a fix(@​angular/cli): update direct semver dependencies to 7.5.3
  • See full diff in compare view

Updates @angular/cli from 15.2.1 to 15.2.11

Release notes

Sourced from @​angular/cli's releases.

v15.2.11

15.2.11 (2024-03-25)

@​angular-devkit/build-angular

Commit Description
fix - c6feb0bb0 update webpack-dev-middleware to 6.1.2

v15.2.10

15.2.10 (2023-10-05)

@​angular-devkit/build-angular

Commit Description
fix - 05213c95b update dependency postcss to v8.4.31

v15.2.9

15.2.9 (2023-06-28)

@​angular/cli

Commit Description
fix - f36e38a91 update direct semver dependencies to 7.5.3

v15.2.8

15.2.8 (2023-05-03)

Changelog

Sourced from @​angular/cli's changelog.

Commits
  • 69c4624 release: cut the v15.2.11 release
  • 61f92fd build: update ng-dev config to work with Node.js 18.19
  • a398d2f test: disable failing test
  • c6feb0b fix(@​angular-devkit/build-angular): update webpack-dev-middleware to 6.1.2
  • b479063 release: cut the v15.2.10 release
  • bfc1f0f test: install specific npm version in npm version E2E test
  • 05213c9 fix(@​angular-devkit/build-angular): update dependency postcss to v8.4.31
  • 00d9708 release: cut the v15.2.9 release
  • f36e38a fix(@​angular/cli): update direct semver dependencies to 7.5.3
  • cdb34b5 release: cut the v15.2.8 release
  • Additional commits viewable in compare view

Updates @nrwl/eslint-plugin-nx from 15.9.2 to 15.9.7

Commits

Updates @nrwl/jest from 15.9.2 to 15.9.7

Commits

Updates @nrwl/nest from 15.9.2 to 15.9.7

Commits

Updates @nrwl/node from 15.9.2 to 15.9.7

Commits

Updates @cypress/request from 2.88.12 to 3.0.1

Release notes

Sourced from @​cypress/request's releases.

v3.0.1

3.0.1 (2023-09-06)

Bug Fixes

v3.0.0

3.0.0 (2023-08-08)

Features

  • Add allowInsecureRedirect option (c5bcf21)

BREAKING CHANGES

  • The allowInsecureRedirect is false by default, which may cause issues if your usage relies on insecure redirects. For the former behavior, you can opt in to insecure redirects by setting the option to true, but it is not recommended.

Co-authored-by: Szymon Drosdzol szymon@doyensec.com

Changelog

Sourced from @​cypress/request's changelog.

Change Log

v2.88.0 (2018/08/10)

v2.87.0 (2018/05/21)

v2.86.0 (2018/05/15)

v2.85.0 (2018/03/12)

v2.84.0 (2018/03/12)

v2.83.0 (2017/09/27)

v2.82.0 (2017/09/19)

v2.81.0 (2017/03/09)

v2.80.0 (2017/03/04)

... (truncated)

Commits

Updates cypress from 8.7.0 to 13.7.2

Release notes

Sourced from cypress's releases.

v13.7.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

v13.6.6

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6

v13.6.5

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

v13.6.4

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4

v13.6.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

v13.6.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-2

v13.6.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1

v13.6.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-0

v13.5.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-1

v.13.5.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-5-0

v13.4.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-4-0

v13.3.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-3

v13.3.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-2

v13.3.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-1

v13.3.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-0

... (truncated)

Commits
  • dd922a8 chore: release 13.7.2 (#29249)
  • 339f64b chore: reduce flake in windows-run-app-integration-tests-chrome by not testin...
  • 4d97a0f dependency: update dependency express to v4.19.2 [security] (#29211)
  • 77b43ef chore: Update v8 snapshot cache (#29234)
  • 1ae7c9e fix: re-initialize DOM subscriptions from a full snapshot on cdp reconnect (#...
  • 425ba79 fix: Allow option values containing quotation marks to be selected (#29214)
  • c05f3a5 chore(deps): update dependency cypress-example-kitchensink to v2.0.5 (#29229)
  • 1da8001 chore: Update Chrome (beta) to 124.0.6367.18 (#29212)
  • 3a739f3 perf: improve replay upload resiliency (#29174)
  • fb87950 chore: Update Chrome (stable) to 123.0.6312.86 (#29202)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates express from 4.18.1 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

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

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

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Add partitioned option

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0
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: cookie@0.6.0
  • 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 @nestjs/core from 9.0.5 to 10.3.7

Release notes

Sourced from @​nestjs/core's releases.

v10.3.6 (2024-03-27)

Bug fixes

Dependencies

Committers: 2

v10.3.4 (2024-03-18)

Bug fixes

Enhancements

Docs

Dependencies

... (truncated)

Commits

Updates @nestjs/platform-express from 9.0.0 to 10.3.7

Release notes

Sourced from @​nestjs/platform-express's releases.

v10.3.6 (2024-03-27)

Bug fixes

Dependencies

Bumps the npm_and_yarn group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [semver](https://github.com/npm/node-semver) | `7.3.8` | `7.5.4` |
| [@nrwl/angular](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/angular) | `15.9.2` | `15.9.7` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `15.2.8` | `15.2.11` |
| [@angular/cli](https://github.com/angular/angular-cli) | `15.2.1` | `15.2.11` |
| [@nrwl/eslint-plugin-nx](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/eslint-plugin-nx) | `15.9.2` | `15.9.7` |
| [@nrwl/jest](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/jest) | `15.9.2` | `15.9.7` |
| [@nrwl/nest](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/nest) | `15.9.2` | `15.9.7` |
| [@nrwl/node](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/node) | `15.9.2` | `15.9.7` |
| [@cypress/request](https://github.com/cypress-io/request) | `2.88.12` | `3.0.1` |
| [cypress](https://github.com/cypress-io/cypress) | `8.7.0` | `13.7.2` |
| [express](https://github.com/expressjs/express) | `4.18.1` | `4.19.2` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `9.0.5` | `10.3.7` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `9.0.0` | `10.3.7` |
| [@nestjs/serve-static](https://github.com/nestjs/serve-static) | `3.0.1` | `4.0.2` |
| [@nestjs/typeorm](https://github.com/nestjs/typeorm) | `9.0.1` | `10.0.2` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `9.0.0` | `10.3.7` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.5` | `1.15.6` |
| [ip](https://github.com/indutny/node-ip) | `2.0.0` | `2.0.1` |
| [tar](https://github.com/isaacs/node-tar) | `6.1.15` | `6.2.1` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `5.3.3` | `5.3.4` |



Updates `semver` from 7.3.8 to 7.5.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.8...v7.5.4)

Updates `@nrwl/angular` from 15.9.2 to 15.9.7
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.9.7/packages-legacy/angular)

Updates `@angular-devkit/build-angular` from 15.2.8 to 15.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@15.2.8...15.2.11)

Updates `@angular/cli` from 15.2.1 to 15.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@15.2.1...15.2.11)

Updates `@nrwl/eslint-plugin-nx` from 15.9.2 to 15.9.7
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.9.7/packages-legacy/eslint-plugin-nx)

Updates `@nrwl/jest` from 15.9.2 to 15.9.7
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.9.7/packages-legacy/jest)

Updates `@nrwl/nest` from 15.9.2 to 15.9.7
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.9.7/packages-legacy/nest)

Updates `@nrwl/node` from 15.9.2 to 15.9.7
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.9.7/packages-legacy/node)

Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v2.88.12...v3.0.1)

Updates `cypress` from 8.7.0 to 13.7.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v8.7.0...v13.7.2)

Updates `express` from 4.18.1 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.1...4.19.2)

Updates `@nestjs/core` from 9.0.5 to 10.3.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.7/packages/core)

Updates `@nestjs/platform-express` from 9.0.0 to 10.3.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.7/packages/platform-express)

Updates `@nestjs/serve-static` from 3.0.1 to 4.0.2
- [Release notes](https://github.com/nestjs/serve-static/releases)
- [Changelog](https://github.com/nestjs/serve-static/blob/master/.release-it.json)
- [Commits](nestjs/serve-static@3.0.1...4.0.2)

Updates `@nestjs/typeorm` from 9.0.1 to 10.0.2
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](nestjs/typeorm@9.0.1...10.0.2)

Updates `@nestjs/testing` from 9.0.0 to 10.3.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.7/packages/testing)

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

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

Updates `postcss` from 8.4.21 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.21...8.4.31)

Updates `tar` from 6.1.15 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

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: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@nrwl/angular"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@nrwl/eslint-plugin-nx"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@nrwl/jest"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@nrwl/nest"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@nrwl/node"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@cypress/request"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cypress
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/serve-static"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/typeorm"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  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: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2024

Superseded by #19.

@dependabot dependabot bot closed this Apr 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-7ce03f0013 branch April 12, 2024 15:54
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