Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the npm_and_yarn group with 29 updates:

Package From To
request 2.88.0 2.88.2
@types/request 2.48.1 2.48.12
tar 4.4.8 6.2.1
@babel/traverse 7.5.5 7.24.8
ajv 6.7.0 6.12.6
braces 2.3.2 3.0.3
micromatch 3.1.10 4.0.7
dot-prop 4.2.0 4.2.1
conventional-changelog-angular 5.0.3 5.0.13
conventional-changelog-writer 4.0.3 4.1.0
conventional-changelog-jshint 2.0.1 2.0.9
got 6.7.1 removed
gts 0.9.0 5.3.1
handlebars 4.1.2 4.7.8
kind-of 3.2.2 6.0.3
https-proxy-agent 2.2.2 2.2.4
ini 1.3.5 1.3.8
json-bigint 0.3.0 1.0.0
google-auth-library 5.1.0 9.11.0
json-schema 0.2.3 0.4.0
lodash 4.17.15 4.17.21
minimist 1.2.0 1.2.8
mocha 5.2.0 10.6.0
mkdirp 0.5.1 0.5.6
node-fetch 2.6.0 2.7.0
yargs-parser 10.1.0 13.1.1
qs 6.5.2 6.5.3
tough-cookie 2.4.3 2.5.0
y18n 4.0.0 4.0.3

Updates request from 2.88.0 to 2.88.2

Changelog

Sourced from request's changelog.

Change Log

Commits

Updates @types/request from 2.48.1 to 2.48.12

Commits

Updates tar from 4.4.8 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

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

  • 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.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

  • remove dead link to benchmarks (#313) (@​yetzt)
  • add examples/explanation of using tar.t (@​isaacs)
  • ensure close event is emited after stream has ended (@​webark)

... (truncated)

Commits

Updates @babel/traverse from 7.5.5 to 7.24.8

Release notes

Sourced from @​babel/traverse's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Committers: 9

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6 (2024-05-24)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

... (truncated)

Commits

Updates ajv from 6.7.0 to 6.12.6

Release notes

Sourced from ajv's releases.

v6.12.6

Fix performance issue of "url" format.

v6.12.5

Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords option (#1270)

v6.12.4

Fix: coercion of one-item arrays to scalar that should fail validation (failing example).

v6.12.3

Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)

v6.12.2

Removed post-install script

v6.12.1

Docs and dependency updates

v6.12.0

Improved hostname validation (@​sambauers, #1143) Option keywords to add custom keywords (@​franciscomorais, #1137) Types fixes (@​boenrobot, @​MattiAstedrone) Docs:

v6.11.0

Time formats support two digit and colon-less variants of timezone offset (#1061 , @​cjpillsbury) Docs: RegExp related security considerations Tests: Disabled failing typescript test

v6.10.2

Fix: the unknown keywords were ignored with the option strictKeywords: true (instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.

v6.10.1

Fix types Fix addSchema (#1001) Update dependencies

v6.10.0

Option strictDefaults to report ignored defaults (#957, @​not-an-aardvark) Option strictKeywords to report unknown keywords (#781)

v6.9.0

OpenAPI keyword nullable can be any boolean (and not only true). Custom keyword definition changes:

  • dependencies option in to require the presence of keywords in the same schema.

... (truncated)

Commits
  • fe59143 6.12.6
  • d580d3e Merge pull request #1298 from ajv-validator/fix-url
  • fd36389 fix: regular expression for "url" format
  • 490e34c docs: link to v7-beta branch
  • 9cd93a1 docs: note about v7 in readme
  • 877d286 Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
  • f1c8e45 6.12.5
  • 764035e Merge branch 'ChALkeR-chalker/fix-comma'
  • 3798160 Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...
  • a3c7eba Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...
  • Additional commits viewable in compare view

Updates braces from 2.3.2 to 3.0.3

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed
Commits

Updates micromatch from 3.1.10 to 4.0.7

Release notes

Sourced from micromatch's releases.

4.0.4

  • fix: Update picomatch to fix regression #179 (8becb55)

4.0.3

  • Enforce newer version of picomatch with bugfixes
Commits
  • 07b8870 Release 4.0.7.
  • 9cc27cc Prepare for 4.0.7 with picomatch v2
  • 90dc0cd Update README.md
  • 2c56a86 Add sponsor to readme
  • 002d0d1 4.0.5 - Massive (100x) performance improvement of micromatch.not(), thanks ...
  • 4201cb4 fix windows tests
  • 32fe3fe add github workflows, upgrade deps
  • 9a26c20 Merge pull request #228 from antonyk/patch-1
  • 9b9abac Merge pull request #229 from antonyk/patch-2
  • 3899055 Merge pull request #233 from joyceerhl/patch-1
  • Additional commits viewable in compare view
Maintainer changes

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


Updates dot-prop from 4.2.0 to 4.2.1

Release notes

Sourced from dot-prop's releases.

v4.2.1

Commits

Updates conventional-changelog-angular from 5.0.3 to 5.0.13

Release notes

Sourced from conventional-changelog-angular's releases.

conventional-changelog-angular conventional-changelog-angular-v5.0.13

Bug Fixes

Changelog

Sourced from conventional-changelog-angular's changelog.

5.0.13 (2021-09-09)

Bug Fixes

5.0.12 (2020-11-05)

Note: Version bump only for package conventional-changelog-angular

5.0.11 (2020-06-20)

Bug Fixes

  • deps: update dependency compare-func to v2 (#647) (de4f630)

5.0.10 (2020-05-08)

Note: Version bump only for package conventional-changelog-angular

5.0.6 (2019-11-07)

Bug Fixes

  • revertPattern match default git revert format (#545) (fe449f8)

5.0.4 (2019-10-02)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for conventional-changelog-angular since your current version.


Updates conventional-changelog-writer from 4.0.3 to 4.1.0

Changelog

Sourced from conventional-changelog-writer's changelog.

4.1.0 (2020-12-29)

Features

  • add helper for parsing array of commits (#711) (e869fe6)

4.0.18 (2020-11-05)

Bug Fixes

  • deps: update dependency through2 to v4 (#657) (7ae618c)

4.0.17 (2020-06-20)

Bug Fixes

  • deps: update dependency compare-func to v2 (#647) (de4f630)

4.0.16 (2020-05-08)

Bug Fixes

4.0.15 (2020-05-08)

Bug Fixes

  • deps: update yargs-parser to move off a flagged-vulnerable version. (#635) (aafc0f0)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for conventional-changelog-writer since your current version.


Updates conventional-changelog-jshint from 2.0.1 to 2.0.9

Changelog

Sourced from conventional-changelog-jshint's changelog.

2.0.9 (2020-11-05)

Note: Version bump only for package conventional-changelog-jshint

2.0.8 (2020-06-20)

Bug Fixes

  • deps: update dependency compare-func to v2 (#647) (de4f630)

2.0.7 (2020-05-08)

Note: Version bump only for package conventional-changelog-jshint

2.0.2 (2019-10-02)

Bug Fixes

  • use full commit hash in commit link (7a60dec), closes #476
Commits

Removes got

Updates gts from 0.9.0 to 5.3.1

Release notes

Sourced from gts's releases.

v5.3.1

5.3.1 (2024-04-10)

Bug Fixes

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n (#865) (efbe3a8)
  • deps: update dependency eslint to v8.57.0 (#833) (0c0a45c)
  • deps: update dependency prettier to v3.2.5 (#846) (7e60e38)

Performance Improvements

  • Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 (#838) (7424fe1)

v5.3.0

5.3.0 (2024-03-21)

Features

Bug Fixes

  • deps: update dependency eslint to v8.51.0 (#812) (ae913c1)
  • deps: update dependency eslint to v8.52.0 (#821) (50b3ce5)
  • deps: update dependency eslint to v8.53.0 (#829) (7d9ffed)
  • deps: update dependency eslint-config-prettier to v9.1.0 (#836) (9105ebb)
  • deps: update dependency eslint-plugin-prettier to v5.0.1 (#817) (89b8955)
  • deps: update dependency eslint-plugin-prettier to v5.1.2 (#839) (b5ab5c4)
  • deps: update dependency eslint-plugin-prettier to v5.1.3 (#845) (6e13e12)
  • deps: update dependency prettier to v3.1.0 (#832) (faf6d7e)
  • deps: update dependency prettier to v3.1.1 (#837) (6de3e3b)

v5.2.0

5.2.0 (2023-10-04)

Features

v5.1.1

5.1.1 (2023-10-04)

Bug Fixes

... (truncated)

Changelog

Sourced from gts's changelog.

5.3.1 (2024-04-10)

Bug Fixes

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n (#865) (efbe3a8)
  • deps: update dependency eslint to v8.57.0 (#833) (0c0a45c)
  • deps: update dependency prettier to v3.2.5 (#846) (7e60e38)

Performance Improvements

  • Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 (#838) (7424fe1)

5.3.0 (2024-03-21)

Features

Bug Fixes

  • deps: update dependency eslint to v8.51.0 (#812) (ae913c1)
  • deps: update dependency eslint to v8.52.0 (#821) (50b3ce5)
  • deps: update dependency eslint to v8.53.0 (#829) (7d9ffed)
  • deps: update dependency eslint-config-prettier to v9.1.0 (#836) (9105ebb)
  • deps: update dependency eslint-plugin-prettier to v5.0.1 (#817) (89b8955)
  • deps: update dependency eslint-plugin-prettier to v5.1.2 (#839) (b5ab5c4)
  • deps: update dependency eslint-plugin-prettier to v5.1.3 (#845) (6e13e12)
  • deps: update dependency prettier to v3.1.0 (#832) (faf6d7e)
  • deps: update dependency prettier to v3.1.1 (#837) (6de3e3b)

5.2.0 (2023-10-04)

Features

5.1.1 (2023-10-04)

Bug Fixes

  • revert feat: no-floating-promises (44de7f7)

5.1.0 (2023-09-29)

... (truncated)

Commits
  • db44cce chore(main): release 5.3.1 (#862)
  • 3c054cd chore(deps): update dependency @​types/node to v20.12.7 (#872)
  • eefd53a chore(deps): lock file maintenance (#874)
  • c0db7ab chore(deps): update dependency @​types/node to v20.12.4 (#871)
  • 9cd12a8 chore(deps): lock file maintenance (#842)
  • 39c78a4 chore(deps): update dependency @​types/node to v20.12.3 (#870)
  • 5c87d95 chore(deps): update dependency @​types/node to v20.12.2 (#869)
  • efbe3a8 fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n (#865)
  • 0bd8195 build: test on node 18 (#866)
  • 7424fe1 perf: Supercharge Performance & Efficiency: Leveraging Promise.all for Reso...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for gts since your current version.


Updates handlebars from 4.1.2 to 4.7.8

Release notes

Sourced from handlebars's releases.

v4.7.8

  • Make library compatible with workers (#1894) - 3d3796c
  • Don't rely on Node.js global object (#1776) - 2954e7e
  • Fix compiling of each block params in strict mode (#1855) - 30dbf04
  • Fix...

    Description has been truncated

Bumps the npm_and_yarn group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [request](https://github.com/request/request) | `2.88.0` | `2.88.2` |
| [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request) | `2.48.1` | `2.48.12` |
| [tar](https://github.com/isaacs/node-tar) | `4.4.8` | `6.2.1` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.5.5` | `7.24.8` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.7.0` | `6.12.6` |
| [braces](https://github.com/micromatch/braces) | `2.3.2` | `3.0.3` |
| [micromatch](https://github.com/micromatch/micromatch) | `3.1.10` | `4.0.7` |
| [dot-prop](https://github.com/sindresorhus/dot-prop) | `4.2.0` | `4.2.1` |
| [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-angular) | `5.0.3` | `5.0.13` |
| [conventional-changelog-writer](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-writer) | `4.0.3` | `4.1.0` |
| [conventional-changelog-jshint](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-jshint) | `2.0.1` | `2.0.9` |
| [got](https://github.com/sindresorhus/got) | `6.7.1` | `removed` |
| [gts](https://github.com/google/gts) | `0.9.0` | `5.3.1` |
| [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.1.2` | `4.7.8` |
| [kind-of](https://github.com/jonschlinkert/kind-of) | `3.2.2` | `6.0.3` |
| [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) | `2.2.2` | `2.2.4` |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [json-bigint](https://github.com/sidorares/json-bigint) | `0.3.0` | `1.0.0` |
| [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `5.1.0` | `9.11.0` |
| [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.15` | `4.17.21` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.0` | `1.2.8` |
| [mocha](https://github.com/mochajs/mocha) | `5.2.0` | `10.6.0` |
| [mkdirp](https://github.com/isaacs/node-mkdirp) | `0.5.1` | `0.5.6` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.0` | `2.7.0` |
| [yargs-parser](https://github.com/yargs/yargs-parser) | `10.1.0` | `13.1.1` |
| [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
| [tough-cookie](https://github.com/salesforce/tough-cookie) | `2.4.3` | `2.5.0` |
| [y18n](https://github.com/yargs/y18n) | `4.0.0` | `4.0.3` |


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

Updates `@types/request` from 2.48.1 to 2.48.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request)

Updates `tar` from 4.4.8 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.4.8...v6.2.1)

Updates `@babel/traverse` from 7.5.5 to 7.24.8
- [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.24.8/packages/babel-traverse)

Updates `ajv` from 6.7.0 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.7.0...v6.12.6)

Updates `braces` from 2.3.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits/3.0.3)

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

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

Updates `conventional-changelog-angular` from 5.0.3 to 5.0.13
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-angular-v5.0.13/packages/conventional-changelog-angular)

Updates `conventional-changelog-writer` from 4.0.3 to 4.1.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-writer/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-writer-v4.1.0/packages/conventional-changelog-writer)

Updates `conventional-changelog-jshint` from 2.0.1 to 2.0.9
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-jshint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-jshint@2.0.9/packages/conventional-changelog-jshint)

Removes `got`

Updates `gts` from 0.9.0 to 5.3.1
- [Release notes](https://github.com/google/gts/releases)
- [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md)
- [Commits](google/gts@v0.9.0...v5.3.1)

Updates `handlebars` from 4.1.2 to 4.7.8
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.7.8)

Updates `kind-of` from 3.2.2 to 6.0.3
- [Changelog](https://github.com/jonschlinkert/kind-of/blob/master/CHANGELOG.md)
- [Commits](jonschlinkert/kind-of@3.2.2...6.0.3)

Updates `https-proxy-agent` from 2.2.2 to 2.2.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/2.2.4/packages/https-proxy-agent)

Updates `ini` from 1.3.5 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Updates `json-bigint` from 0.3.0 to 1.0.0
- [Commits](sidorares/json-bigint@v0.3.0...v1.0.0)

Updates `google-auth-library` from 5.1.0 to 9.11.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@v5.1.0...v9.11.0)

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

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

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 `mocha` from 5.2.0 to 10.6.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.2.0...v10.6.0)

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 `node-fetch` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.7.0)

Updates `yargs-parser` from 10.1.0 to 13.1.1
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/docs/CHANGELOG-full.md)
- [Commits](yargs/yargs-parser@v10.1.0...v13.1.1)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

Updates `tough-cookie` from 2.4.3 to 2.5.0
- [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.4.3...v2.5.0)

Updates `y18n` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](yargs/y18n@v4.0.0...y18n-v4.0.3)

---
updated-dependencies:
- dependency-name: request
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@types/request"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: dot-prop
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: conventional-changelog-angular
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: conventional-changelog-writer
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: conventional-changelog-jshint
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: gts
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: handlebars
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: kind-of
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: https-proxy-agent
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-bigint
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: google-auth-library
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: json-schema
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: mkdirp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: yargs-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  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 Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants