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 production-dependencies group with 26 updates #144

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps the production-dependencies group with 26 updates:

Package From To
@celo/base 5.0.4 5.0.5
@celo/connect 5.0.4 5.1.0
@celo/utils 5.0.4 5.0.5
@celo/wallet-local 5.0.4 5.1.0
@types/debug 4.1.7 4.1.10
@celo/contractkit 5.0.4 5.1.0
bignumber.js 9.0.0 9.1.2
@celo/phone-utils 5.0.4 5.0.5
@opentelemetry/api 1.4.1 1.6.0
@opentelemetry/auto-instrumentations-node 0.38.0 0.39.4
@opentelemetry/sdk-metrics 1.15.2 1.17.1
@opentelemetry/sdk-node 0.41.2 0.44.0
@opentelemetry/sdk-trace-web 1.15.2 1.17.1
@opentelemetry/semantic-conventions 1.15.2 1.17.1
bunyan 1.8.12 1.8.15
@types/bunyan 1.8.8 1.8.10
@opentelemetry/exporter-jaeger 1.17.0 1.17.1
@opentelemetry/instrumentation 0.41.2 0.44.0
@opentelemetry/resources 1.17.0 1.17.1
@opentelemetry/sdk-trace-base 1.17.0 1.17.1
@opentelemetry/sdk-trace-node 1.15.2 1.17.1
@celo/wallet-hsm-azure 5.0.4 5.1.0
aws-sdk 2.1456.0 2.1484.0
@celo/cryptographic-utils 5.0.4 5.0.5

Updates @celo/base from 5.0.4 to 5.0.5

Release notes

Sourced from @​celo/base's releases.

@​celo/explorer 5.0.5

patch changes

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
  • d48c68afc: Calls to getContractMappingFromSourcify() are now memoized in the same structure (this.addressMapping) as getContractMappingFromCore, getContractMappingWithSelector now runs in parallel
Commits

Updates @celo/connect from 5.0.4 to 5.1.0

Release notes

Sourced from @​celo/connect's releases.

ContractKit / Connection / Wallets Release 5.1.0

5.1.0

Minor Changes

Patch

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other

  • d48c68afc: Add memoization to Connection.chainId() funciton. this is reset when setProvider is called.

  • d48c68afc: parallelize async calls in Governance Wrapper

Commits

Updates @celo/utils from 5.0.4 to 5.0.5

Release notes

Sourced from @​celo/utils's releases.

@​celo/explorer 5.0.5

patch changes

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
  • d48c68afc: Calls to getContractMappingFromSourcify() are now memoized in the same structure (this.addressMapping) as getContractMappingFromCore, getContractMappingWithSelector now runs in parallel
Commits

Updates @celo/wallet-local from 5.0.4 to 5.1.0

Release notes

Sourced from @​celo/wallet-local's releases.

ContractKit / Connection / Wallets Release 5.1.0

5.1.0

Minor Changes

Patch

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other

  • d48c68afc: Add memoization to Connection.chainId() funciton. this is reset when setProvider is called.

  • d48c68afc: parallelize async calls in Governance Wrapper

Commits

Updates @types/debug from 4.1.7 to 4.1.10

Commits

Updates fp-ts from 2.1.1 to 2.16.1

Release notes

Sourced from fp-ts's releases.

2.16.0

2.15.0

New Feature

  • function
    • add LazyArg
  • add tap (dual) (aka chainFirst / chainFirstW) to:
    • Either
    • IO
    • IOEither
    • IOOption
    • Option
    • Reader
    • ReaderEither
    • ReaderIO
    • ReaderTask
    • ReaderTaskEither
    • State
    • StateReaderTaskEither
    • Task
    • TaskEither
    • TaskOption
  • add tapError (dual) (aka orElseFirst / orElseFirstW) to:
    • IOEither
    • ReaderEither
    • ReaderTaskEither
    • TaskEither
  • add flatMapNullable (dual) to:
    • Either
    • IOEither

... (truncated)

Changelog

Sourced from fp-ts's changelog.

2.16.1

Bug Fix

  • fix type signature of ReaderTaskEither.tapReaderIO, #1895

2.16.0

2.15.0

New Feature

  • function
    • add LazyArg
  • add tap to
    • Either
    • IO
    • IOEither
    • IOOption
    • Option
    • Reader
    • ReaderEither
    • ReaderIO
    • ReaderTask
    • ReaderTaskEither
    • State
    • StateReaderTaskEither
    • Task
    • TaskEither
    • TaskOption

... (truncated)

Commits

Updates io-ts from 2.0.1 to 2.2.20

Release notes

Sourced from io-ts's releases.

2.2.20

  • undeprecate FunctionType, FunctionC, Function
  • undeprecate NeverType, NeverC, never
  • undeprecate AnyType, AnyC, any
  • undeprecate RefinementC, refinement, Integer
  • add refinement overload to allow custom branding, closes #373

2.2.19

2.2.18

2.2.17

  • Bug Fix
    • Don't throw a TypeError when trying to decode a sum value that contains a dangerous string, #650 (@​thewilkybarkid)

2.2.16

Experimental modules require fp-ts@^2.5.0.

  • Experimental

2.2.15

  • Experimental

(*) breaking change

2.2.14

2.2.13

  • Bug Fix

2.2.12

... (truncated)

Changelog

Sourced from io-ts's changelog.

2.2.20

  • undeprecate FunctionType, FunctionC, Function
  • undeprecate NeverType, NeverC, never
  • undeprecate AnyType, AnyC, any
  • undeprecate RefinementC, refinement, Integer
  • add refinement overload to allow custom branding, closes #373

2.2.19

2.2.18

2.2.17

  • Bug Fix
    • Don't throw a TypeError when trying to decode a sum value that contains a dangerous string, #650 (@​thewilkybarkid)

2.2.16

Experimental modules require fp-ts@^2.5.0.

  • Experimental

2.2.15

  • Experimental

(*) breaking change

2.2.14

... (truncated)

Commits

Updates @celo/contractkit from 5.0.4 to 5.1.0

Release notes

Sourced from @​celo/contractkit's releases.

ContractKit / Connection / Wallets Release 5.1.0

5.1.0

Minor Changes

Patch

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other

  • d48c68afc: Add memoization to Connection.chainId() funciton. this is reset when setProvider is called.

  • d48c68afc: parallelize async calls in Governance Wrapper

Commits

Updates bignumber.js from 9.0.0 to 9.1.2

Changelog

Sourced from bignumber.js's changelog.

9.1.2

  • 28/08/23
  • #354 Amend round to avoid bug in v8 Maglev compiler.
  • [BUGFIX] #344 minimum(0, -0) should be -0.

9.1.1

  • 04/12/22
  • #338 [BUGFIX] exponentiatedBy: ensure 0**-n === Infinity for very large n.

9.1.0

  • 08/08/22
  • #329 Remove import example.
  • #277 Resolve lint warnings and add number toString note.
  • Correct decimalPlaces() return type in bignumber.d.ts.
  • Add ES module global crypto example.
  • #322 Add exports field to package.json.
  • #251 (#308) Amend bignumber.d.ts to allow instantiating a BigNumber without new.

9.0.2

  • 12/12/21
  • #250 [BUGFIX] Allow use of user-defined alphabet for base 10.
  • #295 Remove bignumber.min.js and amend README.md.
  • Update .travis.yml and LICENCE.md.

9.0.1

  • 28/09/20
  • [BUGFIX] #276 Correct sqrt initial estimate.
  • Update .travis.yml, LICENCE.md and README.md.
Commits

Updates @celo/phone-utils from 5.0.4 to 5.0.5

Release notes

Sourced from @​celo/phone-utils's releases.

@​celo/explorer 5.0.5

patch changes

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
  • d48c68afc: Calls to getContractMappingFromSourcify() are now memoized in the same structure (this.addressMapping) as getContractMappingFromCore, getContractMappingWithSelector now runs in parallel
Commits

Updates @opentelemetry/api from 1.4.1 to 1.6.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.6.0

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(context-async-hooks): Ensure listeners added using once can be removed using removeListener #3133

API v1.6.0

API 1.6.0

🐛 (Bug Fix)

  • Revert "feat(api): add attributes argument to recordException API #4071"
    • This feature was an unintentional breaking change introduced with 1.5.0

v1.5.0

1.5.0

🚀 (Enhancement)

  • feat(sdk-trace-base): Improve extensibility of BasicTracerProvider #3023 @​Rauno56

API v1.5.0

API 1.5.0

[!WARNING] This release included an unintenitional breaking change in. This change was rolled back in https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.6.0

🚀 (Enhancement)

  • feat(api): add attributes argument to recordException API #4071
Changelog

Sourced from @​opentelemetry/api's changelog.

1.6.0

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(context-async-hooks): Ensure listeners added using once can be removed using removeListener #3133

📚 (Refine Doc)

1.5.0

🚀 (Enhancement)

  • feat(sdk-trace-base): Improve extensibility of BasicTracerProvider #3023 @​Rauno56

1.4.0

🚀 (Enhancement)

🏠 (Internal)

1.3.1

🐛 (Bug Fix)

1.3.0

💥 Breaking Change

🚀 (Enhancement)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by pichlermarc, a new releaser for @​opentelemetry/api since your current version.


Updates @opentelemetry/auto-instrumentations-node from 0.38.0 to 0.39.4

Release notes

Sourced from @​opentelemetry/auto-instrumentations-node's releases.

auto-instrumentations-node: v0.39.4

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-redis-4 bumped from ^0.35.2 to ^0.35.3

auto-instrumentations-node: v0.39.3

0.39.3 (2023-10-10)

Bug Fixes

  • deps: update otel core experimental to v0.43.0 (#1676) (deb9aa4)
  • deps: update otel core experimental to v0.44.0 (#1725) (540a0d1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.33.1 to ^0.33.2
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.37.0 to ^0.37.1
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.36.0 to ^0.36.1
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.32.1 to ^0.32.2
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.33.1 to ^0.33.2
      • @​opentelemetry/instrumentation-connect bumped from ^0.32.1 to ^0.32.2
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.1.0 to ^0.1.1
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.5.1 to ^0.5.2
      • @​opentelemetry/instrumentation-dns bumped from ^0.32.2 to ^0.32.3
      • @​opentelemetry/instrumentation-express bumped from ^0.33.1 to ^0.33.2
      • @​opentelemetry/instrumentation-fs bumped from ^0.8.1 to ^0.8.2
      • @​opentelemetry/instrumentation-fastify bumped from ^0.32.2 to ^0.32.3
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.32.2 to ^0.32.3
      • @​opentelemetry/instrumentation-graphql bumped from ^0.35.1 to ^0.35.2
      • @​opentelemetry/instrumentation-hapi bumped from ^0.33.0 to ^0.33.1
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.35.1 to ^0.35.2
      • @​opentelemetry/instrumentation-knex bumped from ^0.32.1 to ^0.32.2
      • @​opentelemetry/instrumentation-koa bumped from ^0.36.0 to ^0.36.1
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.33.1 to ^0.33.2
      • @​opentelemetry/instrumentation-memcached bumped from ^0.32.1 to ^0.32.2
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.37.0 to ^0.37.1
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.33.1 to ^0.33.2
      • @​opentelemetry/instrumentation-mysql bumped from ^0.34.1 to ^0.34.2
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.34.1 to ^0.34.2
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.33.1 to ^0.33.2
      • @​opentelemetry/instrumentation-net bumped from ^0.32.1 to ^0.32.2
      • @​opentelemetry/instrumentation-pg bumped from ^0.36.1 to ^0.36.2
      • @​opentelemetry/instrumentation-pino bumped from ^0.34.1 to ^0.34.2
      • @​opentelemetry/instrumentation-redis bumped from ^0.35.1 to ^0.35.2

... (truncated)

Commits
  • 659d7ba chore: release main (#1737)
  • d953531 fix(instrumentation-redis-4): fix unhandledRejection in client.multi(...) han...
  • 247a81c fix(instrumentation-redis-4): avoid shimmer warning by only wrapping multi/MU...
  • a8c225d chore: release main (#1683)
  • 540a0d1 fix(deps): update otel core experimental to v0.44.0 (#1725)
  • d3328f8 fix: Removed deprecated properties usage in Fastify instrumentation (#1679)
  • 52dd42d fix(instrumentation-fastify): add tav script (#1710)
  • 2d36152 fix: reconfigure stalebot to not close bugs (#1709)
  • 8ee01b6 chore(deps): update all patch versions (#1707)
  • 4503d3e fix(fastify): Use plugin name for middleware span name (#1680)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-metrics from 1.15.2 to 1.17.1

Release notes

Sourced from @​opentelemetry/sdk-metrics's releases.

v1.17.1

1.17.1

🐛 (Bug Fix)

  • fix(sdk-trace-base): BatchSpanProcessor flushes when maxExportBatchSize is reached #3958 @​nordfjord
  • fix(sdk-metrics): allow instrument names to contain '/' #4155
  • fix(sdk-metrics): prevent per-reader storages from keeping unreported accumulations in memory #4163 @​pichlermarc
    • fixes a memory leak which occurred when two or more MetricReader instances are registered to a MeterProvider
  • fix(sdk-metrics): do not report empty scopes and metrics #4135 @​pichlermarc
    • Instruments that were created, but did not have measurements will not be exported anymore
    • Meters (Scopes) that were created, but did not have any instruments with measurements under them will not be exported anymore.
  • fix(exporter-zipkin): round duration to the nearest int in annotations to be compliant with zipkin protocol #4167 @​FelipeEmerim

📚 (Refine Doc)

  • docs(contributing): added guidelines for adding benchmark tests #4169

🏠 (Internal)

  • test: added a performance benchmark test for span creation #4105
  • test: added a workflow to run performance benchmark tests automatically #4144

v1.17.0

SDK 1.17.0

🐛 (Bug Fix)

  • Revert "feat(api): add attributes argument to recordException API #4071"
    • This feature was an unintentional breaking change introduced with API 1.5.0
    • This PR updates all SDK packages to allow API 1.6.0, where this change has been reverted.

v1.16.0

SDK 1.16.0

[!WARNING] This release widened the range of the API peer dependency to include@opentelemetry/[email protected], which introduced an unintentional breaking change. This change was rolled back in https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.17.0.

🚀 (Enhancement)

  • feat(sdk-metrics): implement MetricProducer specification #4007
  • feat: update PeriodicExportingMetricReader and PrometheusExporter to accept optional metric producers #4077 @​aabmass

🐛 (Bug Fix)

  • fix(exporter-zipkin): rounding duration to the nearest int to be compliant with zipkin pr...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2023
@changeset-bot
Copy link

changeset-bot bot commented Oct 31, 2023

🦋 Changeset detected

Latest commit: d270179

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@celo/encrypted-backup Patch
@celo/identity Patch
@celo/phone-number-privacy-common Patch
@celo/phone-number-privacy-combiner Patch
odis-example-scripts Patch
@celo/phone-number-privacy-monitor Patch
@celo/phone-number-privacy-signer Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@socket-security
Copy link

socket-security bot commented Oct 31, 2023

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@types/bunyan 1.8.10 None +0 10.9 kB types
bunyan 1.8.15 None +0 201 kB trentm
aws-sdk 2.1484.0 network, filesystem, shell, environment +18 90.3 MB aws-sdk-bot
@celo/cryptographic-utils 5.0.4...5.0.5 None +0/-0 68.6 kB aaron-clabs
@celo/wallet-hsm-azure 5.0.4...5.1.0 None +4/-4 93.1 kB aaron-clabs
@celo/phone-utils 5.0.4...5.0.5 None +0/-0 50.9 kB aaron-clabs
@opentelemetry/sdk-trace-web 1.15.2...1.17.1 None +0/-0 225 kB pichlermarc

🚮 Removed packages: @opentelemetry/[email protected], @opentelemetry/[email protected]

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-0ac0600b81 branch from af846ff to dd4507c Compare October 31, 2023 12:27
@aaronmgdr aaronmgdr force-pushed the dependabot/npm_and_yarn/production-dependencies-0ac0600b81 branch from dd4507c to 24999cc Compare October 31, 2023 12:30
@aaronmgdr aaronmgdr force-pushed the dependabot/npm_and_yarn/production-dependencies-0ac0600b81 branch from adb476d to 6e87cee Compare October 31, 2023 17:27
dependabot bot and others added 11 commits November 2, 2023 10:30
Bumps the production-dependencies group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@celo/base](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.0.5` |
| [@celo/connect](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.1.0` |
| [@celo/utils](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.0.5` |
| [@celo/wallet-local](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.1.0` |
| [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) | `4.1.7` | `4.1.10` |
| [fp-ts](https://github.com/gcanti/fp-ts) | `2.1.1` | `2.16.1` |
| [io-ts](https://github.com/gcanti/io-ts) | `2.0.1` | `2.2.20` |
| [@celo/contractkit](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.1.0` |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.0.0` | `9.1.2` |
| [@celo/phone-utils](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.0.5` |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.4.1` | `1.6.0` |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.38.0` | `0.39.4` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.15.2` | `1.17.1` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.41.2` | `0.44.0` |
| [@opentelemetry/sdk-trace-web](https://github.com/open-telemetry/opentelemetry-js) | `1.15.2` | `1.17.1` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.15.2` | `1.17.1` |
| [bunyan](https://github.com/trentm/node-bunyan) | `1.8.12` | `1.8.15` |
| [@types/bunyan](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bunyan) | `1.8.8` | `1.8.10` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `1.17.0` | `1.17.1` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.41.2` | `0.44.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.17.0` | `1.17.1` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `1.17.0` | `1.17.1` |
| [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js) | `1.15.2` | `1.17.1` |
| [@celo/wallet-hsm-azure](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.1.0` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1456.0` | `2.1484.0` |
| [@celo/cryptographic-utils](https://github.com/celo-org/celo-monorepo) | `5.0.4` | `5.0.5` |


Updates `@celo/base` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

Updates `@celo/connect` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

Updates `@celo/utils` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

Updates `@celo/wallet-local` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

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

Updates `fp-ts` from 2.1.1 to 2.16.1
- [Release notes](https://github.com/gcanti/fp-ts/releases)
- [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gcanti/fp-ts/commits)

Updates `io-ts` from 2.0.1 to 2.2.20
- [Release notes](https://github.com/gcanti/io-ts/releases)
- [Changelog](https://github.com/gcanti/io-ts/blob/master/CHANGELOG.md)
- [Commits](gcanti/io-ts@2.0.1...2.2.20)

Updates `@celo/contractkit` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

Updates `bignumber.js` from 9.0.0 to 9.1.2
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.0.0...v9.1.2)

Updates `@celo/phone-utils` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

Updates `@opentelemetry/api` from 1.4.1 to 1.6.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@api/v1.4.1...v1.6.0)

Updates `@opentelemetry/auto-instrumentations-node` from 0.38.0 to 0.39.4
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@auto-instrumentations-node-v0.38.0...auto-instrumentations-node-v0.39.4)

Updates `@opentelemetry/sdk-metrics` from 1.15.2 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.15.2...v1.17.1)

Updates `@opentelemetry/sdk-node` from 0.41.2 to 0.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.41.2...experimental/v0.44.0)

Updates `@opentelemetry/sdk-trace-web` from 1.15.2 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.15.2...v1.17.1)

Updates `@opentelemetry/semantic-conventions` from 1.15.2 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.15.2...v1.17.1)

Updates `bunyan` from 1.8.12 to 1.8.15
- [Changelog](https://github.com/trentm/node-bunyan/blob/1.8.15/CHANGES.md)
- [Commits](trentm/node-bunyan@1.8.12...1.8.15)

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

Updates `@opentelemetry/exporter-jaeger` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.0...v1.17.1)

Updates `@opentelemetry/instrumentation` from 0.41.2 to 0.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.41.2...experimental/v0.44.0)

Updates `@opentelemetry/resources` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.0...v1.17.1)

Updates `@opentelemetry/sdk-trace-base` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.17.0...v1.17.1)

Updates `@opentelemetry/sdk-trace-node` from 1.15.2 to 1.17.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.15.2...v1.17.1)

Updates `@celo/wallet-hsm-azure` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

Updates `aws-sdk` from 2.1456.0 to 2.1484.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1456.0...v2.1484.0)

Updates `@celo/cryptographic-utils` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/celo-org/celo-monorepo/releases)
- [Changelog](https://github.com/celo-org/celo-monorepo/blob/master/RELEASE.md)
- [Commits](https://github.com/celo-org/celo-monorepo/compare/sdks-5.0.4...@celo/[email protected])

---
updated-dependencies:
- dependency-name: "@celo/base"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@celo/connect"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@celo/utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@celo/wallet-local"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/debug"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fp-ts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: io-ts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@celo/contractkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bignumber.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@celo/phone-utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-trace-web"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bunyan
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/bunyan"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/exporter-jaeger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/instrumentation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/sdk-trace-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@celo/wallet-hsm-azure"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@celo/cryptographic-utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@aaronmgdr aaronmgdr force-pushed the dependabot/npm_and_yarn/production-dependencies-0ac0600b81 branch from 6e87cee to d270179 Compare November 2, 2023 09:30
@aaronmgdr aaronmgdr enabled auto-merge (squash) November 2, 2023 09:32
@aaronmgdr aaronmgdr merged commit 8f95181 into main Nov 2, 2023
16 checks passed
@aaronmgdr aaronmgdr deleted the dependabot/npm_and_yarn/production-dependencies-0ac0600b81 branch November 2, 2023 09:44
This was referenced Nov 2, 2023
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.

3 participants