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 2 directories with 24 updates #27

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

Conversation

dependabot[bot]
Copy link

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

Bumps the npm_and_yarn group with 16 updates in the /src/currencyservice directory:

Package From To
grpc 1.22.2 1.24.11
request 2.87.0 2.88.2
xml2js 0.4.19 0.5.0
acorn 6.2.0 6.4.2
acorn 5.7.3 6.4.2
ajv 5.5.2 6.12.6
semistandard 12.0.1 17.0.0
semver 5.7.0 5.7.2
ini 1.3.5 1.3.8
minimatch 3.0.4 3.1.2
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
json-bigint 0.3.0 1.0.0
@google-cloud/debug-agent 4.0.1 9.0.1
@google-cloud/profiler 2.0.2 6.0.1
@google-cloud/trace-agent 4.0.1 8.0.0
lodash 4.17.14 4.17.21

Bumps the npm_and_yarn group with 14 updates in the /src/paymentservice directory:

Package From To
grpc 1.22.2 1.24.11
acorn 6.2.0 6.4.2
acorn 5.7.3 6.4.2
ajv 5.5.2 6.12.6
semistandard 12.0.1 17.0.0
semver 5.7.0 5.7.2
ini 1.3.5 1.3.8
minimatch 3.0.4 3.1.2
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
json-bigint 0.3.0 1.0.0
@google-cloud/debug-agent 4.0.1 9.0.1
@google-cloud/profiler 2.0.2 6.0.1
@google-cloud/trace-agent 4.0.1 8.0.0
lodash 4.17.14 4.17.21

Updates grpc from 1.22.2 to 1.24.11

Commits
  • 39680a5 Merge pull request #1861 from murgatroid99/grpc-native_submodule_bump
  • bb51830 Merge pull request #1860 from murgatroid99/grpc-native_ServiceDefinition_fix
  • cd82535 grpc-native: Update submodule and version
  • 913734d grpc: Make ServiceDefinition type argument optional
  • 465f7a1 Merge pull request #1788 from murgatroid99/grpc-native_v1.24.10
  • 870523f native: Bump version to 1.24.10
  • d85324d Merge pull request #1786 from amje/fix-function-check
  • b1c1f96 fix(grpc-native-core): incomplete function check
  • ccaceae Merge pull request #1775 from murgatroid99/grpc-native_node-pre-gyp_fix
  • 52d44f5 native: Fix reference to node-pre-gyp
  • Additional commits viewable in compare view

Updates request from 2.87.0 to 2.88.2

Changelog

Sourced from request's changelog.

Change Log

v2.88.0 (2018/08/10)

Commits

Updates xml2js from 0.4.19 to 0.5.0

Commits
  • 9f730bb Update package.json with latest PR
  • 50a492a Merge pull request #603 from autopulated/master
  • 7bc3c5d Merge pull request #598 from fnimick/master
  • f412a12 Merge pull request #635 from wisesimpson/patch-1
  • d318ce0 Update README.md
  • 581b19a use Object.create(null) to create all parsed objects (prevent prototype repla...
  • a212950 Add documentation for explicitCharkey option
  • 1832e0b Merge pull request #512 from economia/master
  • 198063c Merge pull request #556 from Omega-Ariston/fix-issue544
  • 0d71785 Merge pull request #562 from Omega-Ariston/addDocExample
  • Additional commits viewable in compare view

Updates acorn from 6.2.0 to 6.4.2

Commits
  • f6b83ed Mark version 6.4.2
  • f51895b Fix potentially-exponential regular expression in use-strict-scanning
  • 9a2e9b6 Mark version 6.4.1
  • 90a9548 More rigorously check surrogate pairs in regexp validator
  • df0cf1a Mark version 6.4.0
  • 5303412 Also export Parser via Parser.acorn
  • efe273e give token types and etc to plugins
  • ac6decb Mark version 6.3.0
  • 7e9817d Allow sourceType: module even with ecmaVersion < 6
  • e2b8cc0 Fix broken parsing of new expressions when allowReserved=="never"
  • Additional commits viewable in compare view

Updates acorn from 5.7.3 to 6.4.2

Commits
  • f6b83ed Mark version 6.4.2
  • f51895b Fix potentially-exponential regular expression in use-strict-scanning
  • 9a2e9b6 Mark version 6.4.1
  • 90a9548 More rigorously check surrogate pairs in regexp validator
  • df0cf1a Mark version 6.4.0
  • 5303412 Also export Parser via Parser.acorn
  • efe273e give token types and etc to plugins
  • ac6decb Mark version 6.3.0
  • 7e9817d Allow sourceType: module even with ecmaVersion < 6
  • e2b8cc0 Fix broken parsing of new expressions when allowReserved=="never"
  • Additional commits viewable in compare view

Updates ajv from 5.5.2 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 semistandard from 12.0.1 to 17.0.0

Release notes

Sourced from semistandard's releases.

v17.0.0

  • feat: usage of ESLint v8 (#274) ccec83a
  • feat: usage of ESM imports instead of CommonJS (#271) a11665f
  • Make badge style consistent 9f616cc

standard/semistandard@v16.0.1...v17.0.0

v16.0.1

  • Dependency: Update eslint-config-standard to 16.0.3 (#268) 54c8f1c
  • Dependency: Update to eslint-config-semistandard 16.0.0 54c43e3
  • Dependency: Remove unused eslint-plugin-standard 4769cfe
  • Minor: Correctly indicate supported >=10.12.0 Node.js version range 686c61e
  • Dev: Replaced Travis CI with GitHub Actions (#269) efd2c7b

All changes: standard/semistandard@v16.0.0...v16.0.1

Changelog

Sourced from semistandard's changelog.

semistandard Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

16.0.1 2021-06-14

Updated to standard 16.0.3.

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

Also:

  • Updated to eslint-config-semistandard version 16.0.0
  • Removed unused eslint-plugin-standard

16.0.0 2020-10-30

Updated to standard 16.0.0.

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

15.0.0 2020-10-29

Updated to eslint 7 and standard 15.0.0.

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

14.2.3 2020-07-25

  • Republish with complete changelog

14.2.2 2020-07-25

  • Republish without CRLF to resolve issues on MacOS.

14.2.0 - 2019-09-14

  • Update eslint to 6.4.0

14.1.0 2019-09-04

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

14.0.1 2019-08-19

Check standard changelog that covers all the updates in detail: https://standardjs.com/changelog

... (truncated)

Commits
Maintainer changes

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


Updates semver from 5.7.0 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

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


Updates debug from 2.6.9 to 3.2.6

Release notes

Sourced from debug's releases.

3.2.6

This backport fixes a 4x performance regression when debug is disabled.

Patches

  • fix: performance issue (f312a8903a3928c43ff1388828d85f4f8407553d) (#625)

3.2.5

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

It is a backport of the 4.0.1 release.

Patches

  • fix browserify and supply alternative unpkg entry point (closes #606): cc5f1463d1c975bcef0b3172b2527ca204ec474d

3.2.4

3.2.4 is DEPRECATED. See visionmedia/debug#603 for details.

This released fixed the missing files entry in package.json, mitigating the faulty 3.2.3 release.

3.2.3

3.2.3 is DEPRECATED. See visionmedia/debug#603 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ./node.js was removed, breaking a very select few users on older releases of babel-core, as well as users that used an undocumented require('debug/node').

./node.js was temporarily added to the repository at this time; however, this release failed to include node.js in the files key in package.json and thus didn't fix the issue. 3.2.4 rectified this issue.

3.2.2

3.2.2 is DEPRECATED. See visionmedia/debug#603 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ES6 features were being used on users of Node 4, causing crashes upon inclusion.

It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in 4.0.0).

3.2.1

3.2.1 is DEPRECATED. See visionmedia/debug#603 for details.

This release, along with 3.2.0, were subsequently released together as 4.0.0 (a major bump). You can review the complete changes in that release's details.


A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.

CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).

Patches

  • use babel-ified distributed source for browsers: b3f8f8e683915ef4fae3a77cbcebc6c410e65a8c

3.2.0

... (truncated)

Commits

Updates ini from 1.3.5 to 1.3.8

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

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


Updates minimatch from 3.0.4 to 3.1.2

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 json-bigint from 0.3.0 to 1.0.0

Commits

Updates @google-cloud/debug-agent from 4.0.1 to 9.0.1

Release notes

Sourced from @​google-cloud/debug-agent's releases.

v9.0.1

9.0.1 (2024-02-01)

Bug Fixes

v9.0.0

9.0.0 (2023-12-21)

⚠ BREAKING CHANGES

  • upgrade to node 14 (#1160)

Bug Fixes

  • deps: Update dependency firebase-admin to v12 (#1185) (f757913)
  • Increase capture limit to allow Windows tests to pass (#1188) (728b90e)
  • Remove unused second parameter (#1161) (f8815fc)

Miscellaneous Chores

v8.0.0

8.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • Remove support for deprecated Cloud Debugger API. (#1144)

Features

  • Add stop function to allow shutting down the debug agent (#1147) (c292200)
  • Remove support for deprecated Cloud Debugger API. (#1144) (7ed8fb2)

Bug Fixes

v7.2.2

7.2.2 (2023-01-16)

Bug Fixes

... (truncated)

Changelog

Sourced from @​google-cloud/debug-agent's changelog.

9.0.1 (2024-02-01)

Bug Fixes

9.0.0 (2023-12-21)

⚠ BREAKING CHANGES

  • upgrade to node 14 (#1160)

Bug Fixes

  • deps: Update dependency firebase-admin to v12 (#1185) (f757913)
  • Increase capture limit to allow Windows tests to pass (#1188) (728b90e)
  • Remove unused second parameter (#1161) (f8815fc)

Miscellaneous Chores

8.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • Remove support for deprecated Cloud Debugger API. (#1144)

Features

  • Add stop function to allow shutting down the debug agent (#1147) (c292200)
  • Remove support for deprecated Cloud Debugger API. (#1144) (7ed8fb2)

Bug Fixes

7.2.2 (2023-01-16)

Bug Fixes

  • Add timeout to firebase db connection attempt (#1132) (8cd89c8)

7.2.1 (2022-12-15)

... (truncated)

Commits

Updates @google-cloud/profiler from 2.0.2 to 6.0.1

Release notes

Sourced from @​google-cloud/profiler's releases.

v6.0.1

6.0.1 (2024-02-05)

Bug Fixes

v6.0.0

6.0.0 (2023-08-15)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#891)

Miscellaneous Chores

v5.0.5

5.0.5 (2023-07-24)

Bug Fixes

  • deps: Upgrade pprof to v3.2.1 [security] (#885) (c140fe5)

v5.0.4

5.0.4 (2023-02-09)

Bug Fixes

  • deps: Update dependency protobufjs to ~7.2.0 (#868) (e414a04)
  • Update go installation method (#862) (07f69a7)

v5.0.3

5.0.3 (2022-09-09)

Bug Fixes

v5.0.2

5.0.2 (2022-07-25)

... (truncated)

Changelog

Sourced from @​google-cloud/profiler's changelog.

6.0.1 (2024-02-05)

Bug Fixes

Bumps the npm_and_yarn group with 16 updates in the /src/currencyservice directory:

| Package | From | To |
| --- | --- | --- |
| [grpc](https://github.com/grpc/grpc-node) | `1.22.2` | `1.24.11` |
| [request](https://github.com/request/request) | `2.87.0` | `2.88.2` |
| [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | `0.4.19` | `0.5.0` |
| [acorn](https://github.com/acornjs/acorn) | `6.2.0` | `6.4.2` |
| [acorn](https://github.com/acornjs/acorn) | `5.7.3` | `6.4.2` |
| [ajv](https://github.com/ajv-validator/ajv) | `5.5.2` | `6.12.6` |
| [semistandard](https://github.com/standard/semistandard) | `12.0.1` | `17.0.0` |
| [semver](https://github.com/npm/node-semver) | `5.7.0` | `5.7.2` |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` |
| [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` |
| [json-bigint](https://github.com/sidorares/json-bigint) | `0.3.0` | `1.0.0` |
| [@google-cloud/debug-agent](https://github.com/googleapis/cloud-debug-nodejs) | `4.0.1` | `9.0.1` |
| [@google-cloud/profiler](https://github.com/googleapis/cloud-profiler-nodejs) | `2.0.2` | `6.0.1` |
| [@google-cloud/trace-agent](https://github.com/googleapis/cloud-trace-nodejs) | `4.0.1` | `8.0.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.14` | `4.17.21` |

Bumps the npm_and_yarn group with 14 updates in the /src/paymentservice directory:

| Package | From | To |
| --- | --- | --- |
| [grpc](https://github.com/grpc/grpc-node) | `1.22.2` | `1.24.11` |
| [acorn](https://github.com/acornjs/acorn) | `6.2.0` | `6.4.2` |
| [acorn](https://github.com/acornjs/acorn) | `5.7.3` | `6.4.2` |
| [ajv](https://github.com/ajv-validator/ajv) | `5.5.2` | `6.12.6` |
| [semistandard](https://github.com/standard/semistandard) | `12.0.1` | `17.0.0` |
| [semver](https://github.com/npm/node-semver) | `5.7.0` | `5.7.2` |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` |
| [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` |
| [json-bigint](https://github.com/sidorares/json-bigint) | `0.3.0` | `1.0.0` |
| [@google-cloud/debug-agent](https://github.com/googleapis/cloud-debug-nodejs) | `4.0.1` | `9.0.1` |
| [@google-cloud/profiler](https://github.com/googleapis/cloud-profiler-nodejs) | `2.0.2` | `6.0.1` |
| [@google-cloud/trace-agent](https://github.com/googleapis/cloud-trace-nodejs) | `4.0.1` | `8.0.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.14` | `4.17.21` |



Updates `grpc` from 1.22.2 to 1.24.11
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/grpc@1.22.2...grpc@1.24.11)

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

Updates `xml2js` from 0.4.19 to 0.5.0
- [Commits](Leonidas-from-XIV/node-xml2js@0.4.19...0.5.0)

Updates `acorn` from 6.2.0 to 6.4.2
- [Commits](acornjs/acorn@6.2.0...6.4.2)

Updates `acorn` from 5.7.3 to 6.4.2
- [Commits](acornjs/acorn@6.2.0...6.4.2)

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

Updates `semistandard` from 12.0.1 to 17.0.0
- [Release notes](https://github.com/standard/semistandard/releases)
- [Changelog](https://github.com/standard/semistandard/blob/master/CHANGELOG.md)
- [Commits](standard/semistandard@v12.0.1...v17.0.0)

Updates `semver` from 5.7.0 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.0...v5.7.2)

Updates `debug` from 2.6.9 to 3.2.6
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@2.6.9...3.2.6)

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 `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

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 `json-bigint` from 0.3.0 to 1.0.0
- [Commits](sidorares/json-bigint@v0.3.0...v1.0.0)

Updates `@google-cloud/debug-agent` from 4.0.1 to 9.0.1
- [Release notes](https://github.com/googleapis/cloud-debug-nodejs/releases)
- [Changelog](https://github.com/googleapis/cloud-debug-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/cloud-debug-nodejs@v4.0.1...v9.0.1)

Updates `@google-cloud/profiler` from 2.0.2 to 6.0.1
- [Release notes](https://github.com/googleapis/cloud-profiler-nodejs/releases)
- [Changelog](https://github.com/googleapis/cloud-profiler-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/cloud-profiler-nodejs@v2.0.2...v6.0.1)

Updates `@google-cloud/trace-agent` from 4.0.1 to 8.0.0
- [Release notes](https://github.com/googleapis/cloud-trace-nodejs/releases)
- [Changelog](https://github.com/googleapis/cloud-trace-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/cloud-trace-nodejs@v4.0.1...v8.0.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.14 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.14...4.17.21)

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 `node-forge` from 0.8.5 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.8.5...v1.3.1)

Updates `path-parse` from 1.0.6 to 1.0.7
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

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.3.4 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.3.4...v2.5.0)

Updates `y18n` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Updates `grpc` from 1.22.2 to 1.24.11
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/grpc@1.22.2...grpc@1.24.11)

Updates `acorn` from 6.2.0 to 6.4.2
- [Commits](acornjs/acorn@6.2.0...6.4.2)

Updates `acorn` from 5.7.3 to 6.4.2
- [Commits](acornjs/acorn@6.2.0...6.4.2)

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

Updates `semistandard` from 12.0.1 to 17.0.0
- [Release notes](https://github.com/standard/semistandard/releases)
- [Changelog](https://github.com/standard/semistandard/blob/master/CHANGELOG.md)
- [Commits](standard/semistandard@v12.0.1...v17.0.0)

Updates `semver` from 5.7.0 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.0...v5.7.2)

Updates `debug` from 2.6.9 to 3.2.6
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@2.6.9...3.2.6)

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 `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

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 `json-bigint` from 0.3.0 to 1.0.0
- [Commits](sidorares/json-bigint@v0.3.0...v1.0.0)

Updates `@google-cloud/debug-agent` from 4.0.1 to 9.0.1
- [Release notes](https://github.com/googleapis/cloud-debug-nodejs/releases)
- [Changelog](https://github.com/googleapis/cloud-debug-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/cloud-debug-nodejs@v4.0.1...v9.0.1)

Updates `@google-cloud/profiler` from 2.0.2 to 6.0.1
- [Release notes](https://github.com/googleapis/cloud-profiler-nodejs/releases)
- [Changelog](https://github.com/googleapis/cloud-profiler-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/cloud-profiler-nodejs@v2.0.2...v6.0.1)

Updates `@google-cloud/trace-agent` from 4.0.1 to 8.0.0
- [Release notes](https://github.com/googleapis/cloud-trace-nodejs/releases)
- [Changelog](https://github.com/googleapis/cloud-trace-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/cloud-trace-nodejs@v4.0.1...v8.0.0)

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

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 `node-forge` from 0.8.5 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.8.5...v1.3.1)

Updates `path-parse` from 1.0.6 to 1.0.7
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

Updates `y18n` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

---
updated-dependencies:
- dependency-name: grpc
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: request
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: xml2js
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: acorn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: acorn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semistandard
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: debug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mkdirp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-bigint
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/debug-agent"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/profiler"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/trace-agent"
  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: node-fetch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-forge
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-parse
  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
- dependency-name: grpc
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: acorn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: acorn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semistandard
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: debug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mkdirp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-bigint
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/debug-agent"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/profiler"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/trace-agent"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-forge
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-parse
  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 Apr 10, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/currencyservice/npm_and_yarn-29fd707266 branch from 17813b0 to 8e0da15 Compare April 10, 2024 05:27
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