Skip to content

chore(deps): bump the npm_and_yarn group across 5 directories with 21 updates#56

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-67b700ffe9
Open

chore(deps): bump the npm_and_yarn group across 5 directories with 21 updates#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-67b700ffe9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 18, 2026

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

Package From To
lodash 4.17.21 4.18.1
minimatch 3.0.5 3.1.4
tar 6.2.1 7.5.15
@npmcli/arborist 7.5.4 9.5.0
@npmcli/run-script 8.1.0 10.0.4
libnpmpublish 9.0.9 11.1.3
npm-registry-fetch 17.1.0 19.1.1
pacote 18.0.6 21.5.0
libnpmaccess 8.0.6 10.0.3
@babel/plugin-transform-modules-systemjs 7.24.1 7.29.4
brace-expansion 1.1.11 5.0.6
axios 1.7.5 1.16.1
fast-uri 3.0.3 3.1.2
file-type 17.1.6 21.3.4
@swc/cli 0.3.12 0.8.1
flatted 3.3.1 3.4.2
picomatch 2.3.1 4.0.4
yaml 1.10.2 1.10.3

Bumps the npm_and_yarn group with 2 updates in the /packages/legacy-package-management directory: minimatch and tar.
Bumps the npm_and_yarn group with 2 updates in the /packages/legacy-structure/commands/create directory: minimatch and tar.
Bumps the npm_and_yarn group with 2 updates in the /packages/lerna directory: minimatch and tar.
Bumps the npm_and_yarn group with 1 update in the /website directory: webpack-dev-server.

Updates lodash from 4.17.21 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

Updates minimatch from 3.0.5 to 3.1.4

Commits
  • 1a2e084 3.1.4
  • ae24656 update lockfile
  • b100374 limit recursion for **, improve perf considerably
  • 26ffeaa lockfile update
  • 9eca892 lock node version to 14
  • 00c323b 3.1.3
  • 30486b2 update CI matrix and actions
  • 9c31b2d update test expectations for coalesced consecutive stars
  • 46fe687 coalesce consecutive non-globstar * characters
  • 5a9ccbd [meta] update publishConfig.tag to legacy-v3
  • Additional commits viewable in compare view

Updates tar from 6.2.1 to 7.5.15

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

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

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @npmcli/arborist from 7.5.4 to 9.5.0

Release notes

Sourced from @​npmcli/arborist's releases.

arborist: v9.5.0

9.5.0 (2026-05-06)

Features

Bug Fixes

arborist: v9.4.3

9.4.3 (2026-04-22)

Bug Fixes

arborist: v9.4.2

9.4.2 (2026-03-18)

Bug Fixes

arborist: v9.4.1

9.4.1 (2026-03-10)

Bug Fixes

arborist: v9.4.0

9.4.0 (2026-02-25)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from @​npmcli/arborist's changelog.

9.5.0 (2023-02-14)

Features

Bug Fixes

Dependencies

9.4.2 (2023-02-07)

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by owlstronaut, a new releaser for @​npmcli/arborist since your current version.


Updates @npmcli/run-script from 8.1.0 to 10.0.4

Release notes

Sourced from @​npmcli/run-script's releases.

v10.0.4

10.0.4 (2026-02-26)

Bug Fixes

Dependencies

Chores

v10.0.3

10.0.3 (2025-11-13)

Dependencies

Chores

v10.0.2

10.0.2 (2025-10-24)

Dependencies

Chores

v10.0.1

10.0.1 (2025-10-23)

Dependencies

Chores

v10.0.0

10.0.0 (2025-09-02)

⚠️ BREAKING CHANGES

  • run-script now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

v9.1.0

9.1.0 (2025-03-07)

Features

... (truncated)

Changelog

Sourced from @​npmcli/run-script's changelog.

10.0.4 (2026-02-26)

Bug Fixes

Dependencies

Chores

10.0.3 (2025-11-13)

Dependencies

Chores

10.0.2 (2025-10-24)

Dependencies

Chores

10.0.1 (2025-10-23)

Dependencies

Chores

10.0.0 (2025-09-02)

⚠️ BREAKING CHANGES

  • run-script now supports node ^20.17.0 || >=22.9.0

Bug Fixes

Dependencies

Chores

9.1.0 (2025-03-07)

Features

Chores

9.0.2 (2024-12-04)

Dependencies

... (truncated)

Commits
  • 08ad35e chore: release 10.0.4 (#261)
  • cc71505 chore: template-oss-apply
  • eb64ee9 fix: show a warning when a delimiter is present in the path
  • 47b11aa chore: postinstall for dependabot template-oss PR
  • 525dd60 chore: bump @​npmcli/template-oss from 4.28.1 to 4.29.0
  • 891cddd deps: remove which (#260)
  • 2d9a829 chore: bump @​npmcli/template-oss from 4.28.0 to 4.28.1 (#255)
  • 9c30731 chore: release 10.0.3 (#254)
  • 5d563f2 deps: bump node-gyp from 11.5.0 to 12.1.0 (#253)
  • 870617f deps: bump which from 5.0.0 to 6.0.0 (#252)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​npmcli/run-script since your current version.


Updates libnpmpublish from 9.0.9 to 11.1.3

Release notes

Sourced from libnpmpublish's releases.

libnpmpublish: v10.0.2

10.0.2 (2026-03-04)

Dependencies

Chores

Changelog

Sourced from libnpmpublish's changelog.

11.1.3 (2025-11-19)

Dependencies

11.1.2 (2025-10-08)

Dependencies

Chores

11.1.1 (2025-09-23)

Dependencies

Chores

11.1.0 (2025-07-24)

Features

Chores

11.0.1 (2025-06-11)

Bug Fixes

Dependencies

11.0.0 (2024-12-16)

Features

Chores

11.0.0-pre.0 (2024-11-26)

⚠️ BREAKING CHANGES

  • Attestations made by ...

    Description has been truncated

… updates

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

| Package | From | To |
| --- | --- | --- |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.5` | `3.1.4` |
| [tar](https://github.com/isaacs/node-tar) | `6.2.1` | `7.5.15` |
| [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) | `7.5.4` | `9.5.0` |
| [@npmcli/run-script](https://github.com/npm/run-script) | `8.1.0` | `10.0.4` |
| [libnpmpublish](https://github.com/npm/cli/tree/HEAD/workspaces/libnpmpublish) | `9.0.9` | `11.1.3` |
| [npm-registry-fetch](https://github.com/npm/npm-registry-fetch) | `17.1.0` | `19.1.1` |
| [pacote](https://github.com/npm/pacote) | `18.0.6` | `21.5.0` |
| [libnpmaccess](https://github.com/npm/cli/tree/HEAD/workspaces/libnpmaccess) | `8.0.6` | `10.0.3` |
| [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) | `7.24.1` | `7.29.4` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.11` | `5.0.6` |
| [axios](https://github.com/axios/axios) | `1.7.5` | `1.16.1` |
| [fast-uri](https://github.com/fastify/fast-uri) | `3.0.3` | `3.1.2` |
| [file-type](https://github.com/sindresorhus/file-type) | `17.1.6` | `21.3.4` |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.3.12` | `0.8.1` |
| [flatted](https://github.com/WebReflection/flatted) | `3.3.1` | `3.4.2` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `4.0.4` |
| [yaml](https://github.com/eemeli/yaml) | `1.10.2` | `1.10.3` |

Bumps the npm_and_yarn group with 2 updates in the /packages/legacy-package-management directory: [minimatch](https://github.com/isaacs/minimatch) and [tar](https://github.com/isaacs/node-tar).
Bumps the npm_and_yarn group with 2 updates in the /packages/legacy-structure/commands/create directory: [minimatch](https://github.com/isaacs/minimatch) and [tar](https://github.com/isaacs/node-tar).
Bumps the npm_and_yarn group with 2 updates in the /packages/lerna directory: [minimatch](https://github.com/isaacs/minimatch) and [tar](https://github.com/isaacs/node-tar).
Bumps the npm_and_yarn group with 1 update in the /website directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.18.1)

Updates `minimatch` from 3.0.5 to 3.1.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.5...v3.1.4)

Updates `tar` from 6.2.1 to 7.5.15
- [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.2.1...v7.5.15)

Updates `@npmcli/arborist` from 7.5.4 to 9.5.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v9.5.0/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/v9.5.0/workspaces/arborist)

Updates `@npmcli/run-script` from 8.1.0 to 10.0.4
- [Release notes](https://github.com/npm/run-script/releases)
- [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md)
- [Commits](npm/run-script@v8.1.0...v10.0.4)

Updates `libnpmpublish` from 9.0.9 to 11.1.3
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/libnpmpublish/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmpublish-v11.1.3/workspaces/libnpmpublish)

Updates `npm-registry-fetch` from 17.1.0 to 19.1.1
- [Release notes](https://github.com/npm/npm-registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/main/CHANGELOG.md)
- [Commits](npm/npm-registry-fetch@v17.1.0...v19.1.1)

Updates `pacote` from 18.0.6 to 21.5.0
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v18.0.6...v21.5.0)

Updates `libnpmaccess` from 8.0.6 to 10.0.3
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/libnpmaccess/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmaccess-v10.0.3/workspaces/libnpmaccess)

Updates `@babel/plugin-transform-modules-systemjs` from 7.24.1 to 7.29.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

Updates `brace-expansion` from 1.1.11 to 5.0.6
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v5.0.6)

Updates `axios` from 1.7.5 to 1.16.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.5...v1.16.1)

Updates `fast-uri` from 3.0.3 to 3.1.2
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.0.3...v3.1.2)

Updates `file-type` from 17.1.6 to 21.3.4
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v17.1.6...v21.3.4)

Updates `@swc/cli` from 0.3.12 to 0.8.1
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `flatted` from 3.3.1 to 3.4.2
- [Commits](WebReflection/flatted@v3.3.1...v3.4.2)

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

Updates `ip-address` from 9.0.5 to 10.2.0
- [Commits](https://github.com/beaugunderson/ip-address/commits)

Updates `picomatch` from 2.3.1 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...4.0.4)

Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v1.10.2...v1.10.3)

Updates `minimatch` from 3.0.5 to 3.1.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.5...v3.1.4)

Updates `tar` from 6.2.1 to 7.5.11
- [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.2.1...v7.5.15)

Updates `minimatch` from 3.0.5 to 3.1.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.5...v3.1.4)

Updates `tar` from 6.2.1 to 7.5.11
- [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.2.1...v7.5.15)

Updates `minimatch` from 3.0.5 to 3.1.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.5...v3.1.4)

Updates `tar` from 6.2.1 to 7.5.11
- [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.2.1...v7.5.15)

Updates `webpack-dev-server` from 4.15.1 to 4.15.2
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v4.15.2/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v4.15.2)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.15
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@npmcli/arborist"
  dependency-version: 9.5.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@npmcli/run-script"
  dependency-version: 10.0.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: libnpmpublish
  dependency-version: 11.1.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: npm-registry-fetch
  dependency-version: 19.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: pacote
  dependency-version: 21.5.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: libnpmaccess
  dependency-version: 10.0.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 5.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: file-type
  dependency-version: 21.3.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@swc/cli"
  dependency-version: 0.8.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ip-address
  dependency-version: 10.2.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: yaml
  dependency-version: 1.10.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-server
  dependency-version: 4.15.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 18, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants