Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 32 updates#3

Open
dependabot[bot] wants to merge 1 commit into
2fafrom
dependabot/npm_and_yarn/npm_and_yarn-4fa50b91e9
Open

build(deps): bump the npm_and_yarn group across 1 directory with 32 updates#3
dependabot[bot] wants to merge 1 commit into
2fafrom
dependabot/npm_and_yarn/npm_and_yarn-4fa50b91e9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 10, 2024

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

Package From To
ansi-regex 3.0.0 3.0.1
chownr 1.0.1 1.1.0
ini 1.3.4 1.3.6
npm-user-validate 1.0.0 1.0.1
request 2.81.0 2.88.2
ssri 4.1.6 6.0.2
tar 4.0.1 6.2.1
marked 0.3.6 4.0.10
yargs-parser 5.0.0 15.0.3
libnpx 9.6.0 10.2.4
nyc 11.1.0 11.9.0
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
tap 10.7.2 10.7.3
fstream 1.0.11 1.0.12
http-cache-semantics 3.7.3 4.1.1
npm-profile 2.0.4 9.0.0
pacote 6.0.2 17.0.6
bl 0.9.5 removed
nano 6.4.0 10.1.3
hoek 2.16.3 removed
request 2.81.0 2.88.2
nano 6.4.0 10.1.3
tap 10.7.3 18.7.2
decode-uri-component 0.2.0 0.2.2
shelljs 0.5.3 removed
standard 6.0.8 17.1.0
dot-prop 4.1.1 4.2.1

Updates ansi-regex from 3.0.0 to 3.0.1

Commits

Updates chownr from 1.0.1 to 1.1.0

Commits

Updates ini from 1.3.4 to 1.3.6

Commits
Maintainer changes

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


Updates npm-user-validate from 1.0.0 to 1.0.1

Changelog

Sourced from npm-user-validate's changelog.

Changelog

2.0.0 (2022-12-12)

⚠️ BREAKING CHANGES

  • this package is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Commits

Updates request from 2.81.0 to 2.88.2

Changelog

Sourced from 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)

Commits

Updates ssri from 4.1.6 to 6.0.2

Changelog

Sourced from ssri's changelog.

6.0.2 (2021-04-07)

Bug Fixes

  • backport regex change from 8.0.1 (b30dfdb), closes #19

6.0.1 (2018-08-27)

Bug Fixes

  • opts: use figgy-pudding to specify consumed opts (cf86553)

6.0.0 (2018-04-09)

Bug Fixes

meta

  • drop support for node@4 (d9bf359)

BREAKING CHANGES

  • node@4 is no longer supported

5.3.0 (2018-03-13)

Features

  • checkData: optionally throw when checkData fails (bf26b84)

... (truncated)

Commits
Maintainer changes

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


Updates tar from 4.0.1 to 6.2.1

Release notes

Sourced from tar's releases.

v6.1.13

6.1.13 (2022-12-07)

Dependencies

v6.1.12

6.1.12 (2022-10-31)

Bug Fixes

Documentation

Changelog

Sourced from tar's changelog.

Changelog

6.2

  • Add support for brotli compression

6.1.13 (2022-12-07)

Dependencies

6.1.12 (2022-10-31)

Bug Fixes

Documentation

6.0

  • Drop support for node 6 and 8
  • fix symlinks and hardlinks on windows being packed with \-style path targets

5.0

  • Address unpack race conditions using path reservations
  • Change large-numbers errors from TypeError to Error
  • Add TAR_* error codes
  • Raise TAR_BAD_ARCHIVE warning/error when there are no valid entries found in an archive
  • do not treat ignored entries as an invalid archive
  • drop support for node v4
  • unpack: conditionally use a file mapping to write files on Windows
  • Set more portable 'mode' value in portable mode
  • Set portable gzip option in portable mode

4.4

  • Add 'mtime' option to tar creation to force mtime
  • unpack: only reuse file fs entries if nlink = 1
  • unpack: rename before unlinking files on Windows
  • Fix encoding/decoding of base-256 numbers
  • Use stat instead of lstat when checking CWD

... (truncated)

Commits

Updates marked from 0.3.6 to 4.0.10

Release notes

Sourced from marked's releases.

v4.0.10

4.0.10 (2022-01-13)

Bug Fixes

  • security: fix redos vulnerabilities (8f80657)

v4.0.9

4.0.9 (2022-01-06)

Bug Fixes

v4.0.8

4.0.8 (2021-12-19)

Bug Fixes

v4.0.7

4.0.7 (2021-12-09)

Bug Fixes

v4.0.6

4.0.6 (2021-12-02)

Bug Fixes

v4.0.5

4.0.5 (2021-11-25)

Bug Fixes

  • table after paragraph without blank line (#2298) (5714212)

v4.0.4

4.0.4 (2021-11-19)

... (truncated)

Commits
Maintainer changes

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


Updates yargs-parser from 5.0.0 to 15.0.3

Release notes

Sourced from yargs-parser's releases.

yargs-parser yargs-parser-v15.0.3

Bug Fixes

  • build: should use releases_created when using manifest (49ea4ef)

yargs-parser yargs-parser-v15.0.2

Bug Fixes

  • perf: address slow parse when using unknown-options-as-args (#400) (bc387ec)
Changelog

Sourced from yargs-parser's changelog.

15.0.3 (2021-06-20)

Bug Fixes

  • build: should use releases_created when using manifest (49ea4ef)

15.0.2 (2021-06-20)

Bug Fixes

  • perf: address slow parse when using unknown-options-as-args (#400) (bc387ec)
Commits
  • 50a7aeb chore: release 15.x.x (#402)
  • 49ea4ef fix(build): should use releases_created when using manifest
  • 89e2580 chore: release 15.x.x (#401)
  • bc387ec fix(perf): address slow parse when using unknown-options-as-args (#400)
  • 632b3e0 build: setup release please for back-port
  • 204e9a7 build: configuring v15 for back-ports (#399)
  • c893d30 fix: backport proto fixes
  • eab0cb6 chore(release): 15.0.0
  • ef771ca feat!: rework collect-unknown-options into unknown-options-as-args, provi...
  • ac11361 chore(release): 14.0.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.


Updates libnpx from 9.6.0 to 10.2.4

Changelog

Sourced from libnpx's changelog.

10.2.4 (2020-07-20)

10.2.3 (2020-03-24)

10.2.2 (2020-01-28)

Bug Fixes

  • correct Kat's github url (9a23db1)
  • install latest npm on travis for node 6 (e0eb3cb)
  • Update changelog to fix old issue links (3733137)

10.2.0 (2018-04-13)

Bug Fixes

  • i18n: fix korean; 쉘 -> 셸 (#163) (11d9fe0)
  • spawn: spawn child processes with node without relying on the shebang. (#174) (cba97bb)
  • windows: Allow spaces in the node path when using --node-arg (#173) (fe0d48a), closes #170

Features

10.1.1 (2018-04-12)

10.1.0 (2018-04-12)

Features

  • spawn: add --always-spawn to opt out of process takeover optimization feature (#172) (c0d6abc)

... (truncated)

Commits
  • 84eeb54 chore(release): 10.2.4
  • 7a03da5 test: patch child.js test
  • 122ed5c deps: update yargs
  • fa6a282 chore(release): 10.2.3
  • 7d90a71 chore: update project settings, remove weall* stuff
  • 26a8394 chore(release): 10.2.2
  • e0eb3cb fix: install latest npm on travis for node 6
  • e8b4a7e chore: put node 6 back in travis set
  • 9a23db1 fix: correct Kat's github url
  • 3733137 fix: Update changelog to fix old issue links
  • Additional commits viewable in compare view
Maintainer changes

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


Updates nyc from 11.1.0 to 11.9.0

Changelog

Sourced from nyc's changelog.

11.9.0 (2018-05-31)

Features

  • add option that allows instrument to exit on error (#850) (1329a3b)

11.8.0 (2018-05-14)

Features

  • merge together multiple istanbul format reports (#840) (9def3eb)

11.7.3 (2018-05-10)

11.7.2 (2018-05-08)

11.7.1 (2018-04-17)

11.7.0 (2018-04-16)

Features

  • allow 0-line files to be ignored in coverage output (#808) (24e5979)
  • load coverage files individually instead of all at once, addressing memory issues (#806) (05fea60)

11.6.0 (2018-03-13)

Bug Fixes

... (truncated)

Commits

Updates minimist from 1.2.0 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

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


Updates mkdirp from 0.5.1 to 0.5.6

Commits
Maintainer changes

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


Updates tap from 10.7.2 to 10.7.3

Commits

Updates fstream from 1.0.11 to 1.0.12

Commits

Updates http-cache-semantics from 3.7.3 to 4.1.1

Commits

Updates npm-profile from 2.0.4 to 9.0.0

Release notes

Sourced from npm-profile's releases.

v9.0.0

9.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

  • 1855caf #96 bump npm-registry-fetch from 15.0.0 to 16.0.0

v8.0.0

8.0.0 (2023-08-14)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 96370c2 #92 bump npm-registry-fetch from 14.0.5 to 15.0.0

v7.0.1

7.0.1 (2022-10-17)

Dependencies

  • 36fa4b1 #76 bump npm-registry-fetch from 13.3.1 to 14.0.0
  • 29616ad #77 bump proc-log from 2.0.1 to 3.0.0

v7.0.0

7.0.0 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm-profile is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v6.2.1

... (truncated)

Changelog

Sourced from npm-profile's changelog.

9.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

  • 1855caf #96 bump npm-registry-fetch from 15.0.0 to 16.0.0

8.0.0 (2023-08-14)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 96370c2 #92 bump npm-registry-fetch from 14.0.5 to 15.0.0

7.0.1 (2022-10-17)

Dependencies

  • 36fa4b1 #76 bump npm-registry-fetch from 13.3.1 to 14.0.0
  • 29616ad #77 bump proc-log from 2.0.1 to 3.0.0

7.0.0 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm-profile is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

6.2.1 (2022-08-02)

Bug Fixes

... (truncated)

Commits
    Description has been truncated

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [ansi-regex](https://github.com/chalk/ansi-regex) | `3.0.0` | `3.0.1` |
| [chownr](https://github.com/isaacs/chownr) | `1.0.1` | `1.1.0` |
| [ini](https://github.com/npm/ini) | `1.3.4` | `1.3.6` |
| [npm-user-validate](https://github.com/npm/npm-user-validate) | `1.0.0` | `1.0.1` |
| [request](https://github.com/request/request) | `2.81.0` | `2.88.2` |
| [ssri](https://github.com/npm/ssri) | `4.1.6` | `6.0.2` |
| [tar](https://github.com/isaacs/node-tar) | `4.0.1` | `6.2.1` |
| [marked](https://github.com/markedjs/marked) | `0.3.6` | `4.0.10` |
| [yargs-parser](https://github.com/yargs/yargs-parser) | `5.0.0` | `15.0.3` |
| [libnpx](https://github.com/npm/npx) | `9.6.0` | `10.2.4` |
| [nyc](https://github.com/istanbuljs/nyc) | `11.1.0` | `11.9.0` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.0` | `1.2.8` |
| [mkdirp](https://github.com/isaacs/node-mkdirp) | `0.5.1` | `0.5.6` |
| [tap](https://github.com/tapjs/tapjs) | `10.7.2` | `10.7.3` |
| [fstream](https://github.com/npm/fstream) | `1.0.11` | `1.0.12` |
| [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) | `3.7.3` | `4.1.1` |
| [npm-profile](https://github.com/npm/npm-profile) | `2.0.4` | `9.0.0` |
| [pacote](https://github.com/npm/pacote) | `6.0.2` | `17.0.6` |
| [bl](https://github.com/rvagg/bl) | `0.9.5` | `removed` |
| [nano](https://github.com/apache/couchdb-nano) | `6.4.0` | `10.1.3` |
| [hoek](https://github.com/hapijs/hoek) | `2.16.3` | `removed` |
| [request](https://github.com/request/request) | `2.81.0` | `2.88.2` |
| [nano](https://github.com/apache/couchdb-nano) | `6.4.0` | `10.1.3` |
| [tap](https://github.com/tapjs/tapjs) | `10.7.3` | `18.7.2` |
| [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
| [shelljs](https://github.com/shelljs/shelljs) | `0.5.3` | `removed` |
| [standard](https://github.com/standard/standard) | `6.0.8` | `17.1.0` |
| [dot-prop](https://github.com/sindresorhus/dot-prop) | `4.1.1` | `4.2.1` |



Updates `ansi-regex` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)

Updates `chownr` from 1.0.1 to 1.1.0
- [Commits](isaacs/chownr@v1.0.1...v1.1.0)

Updates `ini` from 1.3.4 to 1.3.6
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.4...v1.3.6)

Updates `npm-user-validate` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/npm/npm-user-validate/releases)
- [Changelog](https://github.com/npm/npm-user-validate/blob/main/CHANGELOG.md)
- [Commits](npm/npm-user-validate@v1.0.0...v1.0.1)

Updates `request` from 2.81.0 to 2.88.2
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/request/request/commits)

Updates `ssri` from 4.1.6 to 6.0.2
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](npm/ssri@v4.1.6...v6.0.2)

Updates `tar` from 4.0.1 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@v4.0.1...v6.2.1)

Updates `marked` from 0.3.6 to 4.0.10
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v0.3.6...v4.0.10)

Updates `yargs-parser` from 5.0.0 to 15.0.3
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/yargs-parser-v15.0.3/CHANGELOG.md)
- [Commits](yargs/yargs-parser@v5.0.0...yargs-parser-v15.0.3)

Updates `libnpx` from 9.6.0 to 10.2.4
- [Changelog](https://github.com/npm/npx/blob/latest/CHANGELOG.md)
- [Commits](npm/npx@v9.6.0...v10.2.4)

Updates `nyc` from 11.1.0 to 11.9.0
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v11.1.0...v11.9.0)

Updates `minimist` from 1.2.0 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)

Updates `tap` from 10.7.2 to 10.7.3
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](tapjs/tapjs@v10.7.2...v10.7.3)

Updates `fstream` from 1.0.11 to 1.0.12
- [Commits](npm/fstream@v1.0.11...v1.0.12)

Updates `http-cache-semantics` from 3.7.3 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v3.7.3...v4.1.1)

Updates `npm-profile` from 2.0.4 to 9.0.0
- [Release notes](https://github.com/npm/npm-profile/releases)
- [Changelog](https://github.com/npm/npm-profile/blob/main/CHANGELOG.md)
- [Commits](npm/npm-profile@npm-profile/v2.0.4...v9.0.0)

Updates `pacote` from 6.0.2 to 17.0.6
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v6.0.2...v17.0.6)

Updates `http-proxy-agent` from 2.0.0 to 7.0.2
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/http-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/http-proxy-agent@7.0.2/packages/http-proxy-agent)

Updates `https-proxy-agent` from 2.1.0 to 7.0.4
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/https-proxy-agent@7.0.4/packages/https-proxy-agent)

Removes `bl`

Updates `nano` from 6.4.0 to 10.1.3
- [Release notes](https://github.com/apache/couchdb-nano/releases)
- [Commits](apache/couchdb-nano@v6.4.0...v10.1.3)

Removes `hoek`

Updates `request` from 2.81.0 to 2.88.2
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/request/request/commits)

Updates `nano` from 6.4.0 to 10.1.3
- [Release notes](https://github.com/apache/couchdb-nano/releases)
- [Commits](apache/couchdb-nano@v6.4.0...v10.1.3)

Updates `tap` from 10.7.3 to 18.7.2
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](tapjs/tapjs@v10.7.2...v10.7.3)

Updates `stringstream` from 0.0.5 to 0.0.6
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Updates `tough-cookie` from 2.3.2 to 2.3.4
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v2.3.2...v2.3.4)

Updates `underscore` from 1.8.3 to 1.13.6
- [Commits](jashkenas/underscore@1.8.3...1.13.6)

Updates `decode-uri-component` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `js-yaml` from 3.6.1 to 3.8.4
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.6.1...3.8.4)

Removes `shelljs`

Updates `standard` from 6.0.8 to 17.1.0
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](standard/standard@v6.0.8...v17.1.0)

Updates `dot-prop` from 4.1.1 to 4.2.1
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v4.1.1...v4.2.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: chownr
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: npm-user-validate
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: request
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ssri
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: marked
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: yargs-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: libnpx
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: nyc
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mkdirp
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: tap
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: fstream
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: npm-profile
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: pacote
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-agent
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: https-proxy-agent
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: bl
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nano
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: hoek
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: request
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: nano
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tap
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: stringstream
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: underscore
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: decode-uri-component
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-schema
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: shelljs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: standard
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: dot-prop
  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 10, 2024
@openzeppelin-code
Copy link
Copy Markdown

build(deps): bump the npm_and_yarn group across 1 directory with 32 updates

Generated at commit: c6470685ed4478d3d7cfb05b1097df5b42fa031c

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

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