SwissBitcoinPay / app

MIT License
15 stars 5 forks source link

Bump the npm_and_yarn group across 1 directory with 14 updates #112

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
@dotlottie/react-player 1.6.6 1.6.19
axios 1.6.2 1.7.7
react-native 0.73.3 0.75.2
json-autotranslate 1.12.2 1.14.3
webpack 5.89.0 5.94.0
@aws-sdk/client-translate 3.564.0 3.645.0
postcss 8.4.21 8.4.45
braces 3.0.2 3.0.3
elliptic 6.5.5 6.5.7
fast-loops 1.1.3 1.1.4

Updates @dotlottie/react-player from 1.6.6 to 1.6.19

Release notes

Sourced from @​dotlottie/react-player's releases.

@​dotlottie/react-player@​1.6.19

Patch Changes

  • 75a9885: fix: 🐛 playback ends on lastFrame
  • Updated dependencies [75a9885]
    • @​dotlottie/common@​0.7.11

@​dotlottie/react-player@​1.6.18

Patch Changes

  • 0587998: fix: 🐛 box-sizing css rule scope

@​dotlottie/react-player@​1.6.17

Patch Changes

  • 9c78f2a: chore: 🤖 fix homepage link in package.json

@​dotlottie/react-player@​1.6.16

Patch Changes

  • Updated dependencies [163dcc2]
    • @​dotlottie/common@​0.7.10

@​dotlottie/react-player@​1.6.15

Patch Changes

  • 82fa43d: fix: upgrade dependencies with vulnerability issues
  • Updated dependencies [82fa43d]
    • @​dotlottie/common@​0.7.9

@​dotlottie/react-player@​1.6.14

Patch Changes

  • 7f40780: fix: loopComplete event does not fire after first cycle if direction is -1
  • Updated dependencies [7f40780]
    • @​dotlottie/common@​0.7.8

@​dotlottie/react-player@​1.6.13

Patch Changes

  • 871336a: fix: 🐛 First loopComplete event was not firing when direction is -1
  • Updated dependencies [871336a]
    • @​dotlottie/common@​0.7.7

@​dotlottie/react-player@​1.6.12

Patch Changes

  • Updated dependencies [477d72e]
    • @​dotlottie/common@​0.7.6

... (truncated)

Commits


Updates axios from 1.6.2 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view


Updates react-native from 0.73.3 to 0.75.2

Release notes

Sourced from react-native's releases.

0.75.2

Added

Android specific

  • codegen: Add support for handling com.facebook.react.bridge.Dynamic as parameter for TurboModules (45cd81706d by @​cortinico)

Changed

Android specific

  • ReactRootView: Replaced mLastHeight with mVisibleViewArea.height() since mLastHeight value is not getting updated. For width we are already using mVisibleViewArea.width() (603eb94dd9 by @​shubhamguptadream11)

Removed

iOS specific

Fixed

Android specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.75.1

v0.75.1

Changed

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.75.2

Added

Android specific

  • runtime: Add support for handling com.facebook.react.bridge.Dynamic as parameter for TurboModules (45cd81706d by @​cortinico)

Changed

Android specific

Removed

iOS specific

Fixed

v0.75.1

Changed

Removed

Android specific

v0.75.0

Breaking

... (truncated)

Commits
  • 2e994fd Release 0.75.2
  • 1cea8e8 feat(android): height issue fixed with keyboard avoiding component in new arc...
  • 196399b fix(ios): removed default value (#46020)
  • 35daa07 Make sure we can create a .xcode.env.local (#46060)
  • 02d9979 [0.75] Make Imagesource open for inheritance (#46093)
  • 45cd817 [0.75] Add support for handling com.facebook.react.bridge.Dynamic as parame...
  • b5b5773 Release 0.75.1
  • 41b188b [LOCAL] Fix further compilation error introduced by cherry-pick conflicts
  • a3187bb [LOCAL] Fix compilation error introduced by cherry-pick conflicts
  • f202e80 [LOCAL] Bump Hermes version
  • Additional commits viewable in compare view


Updates json-autotranslate from 1.12.2 to 1.14.3

Release notes

Sourced from json-autotranslate's releases.

v1.14.3

  • Fix package dependency vulnerabilities (#120) ef7db65
  • Only delete and recreate the glossary for one language pair at a time (#118) 565f277
  • Fix #112 Readme Issues (#113) 450f428

https://github.com/leolabs/json-autotranslate/compare/v1.14.1...v1.14.3

v1.14.1

  • Handle empty glossary files (#111) 1719478

https://github.com/leolabs/json-autotranslate/compare/v1.14.0...v1.14.1

v1.14.0

  • DeepL support context parameter, fix preserving newlines (#110) 5853575

https://github.com/leolabs/json-autotranslate/compare/v1.13.1...v1.14.0

v1.13.1

  • Fix glossary error when no glossariesDir is passed (#109) 6cb34e4

https://github.com/leolabs/json-autotranslate/compare/v1.13.0...v1.13.1

v1.13.0

  • Add glossaries option (#108) 8218fbe

https://github.com/leolabs/json-autotranslate/compare/v1.12.4...v1.13.0

v1.12.4

  • :bug: Fix --with-arrays producing objects instead of arrays in output files bfb3723

https://github.com/leolabs/json-autotranslate/compare/v1.12.3...v1.12.4

v1.12.3

  • :sparkles: Add --with-arrays flag to enable support for arrays in source files 8cf65f5

https://github.com/leolabs/json-autotranslate/compare/v1.12.2...v1.12.3

Commits


Updates webpack from 5.89.0 to 5.94.0

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • Additional commits viewable in compare view


Updates @aws-sdk/client-translate from 3.564.0 to 3.645.0

Release notes

Sourced from @​aws-sdk/client-translate's releases.

v3.645.0

3.645.0(2024-09-04)

Chores
  • util-endpoints: update aws partitions.json (0e223555)
  • endpoints: update endpoints model (a549f6d5)
  • models: update API models (d8b1b4f2)
  • codegen: string array and operation context params (#6435) (f155e298)
  • ci: run codegen-ci only if the codegen folder has changes (#6436) (2a22ebca)
Documentation Changes
  • client-finspace: Updates Finspace documentation for smaller instances. (abd27bac)
  • clients: update doc comments from codegen (#6434) (46492e40)
New Features
  • client-cloudwatch-logs: Update to support new APIs for delivery of logs from AWS services. (107033b0)
  • client-s3-control: Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants. (157b80b6)
  • client-fis: This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting. (f71b7307)
  • client-appsync: Adds new logging levels (INFO and DEBUG) for additional log output control (3d2c2fa6)
  • client-bedrock-agent: Add support for user metadata inside PromptVariant. (bf60228f)

For list of updated packages, view updated-packages.md in assets-3.645.0.zip

v3.644.0

3.644.0(2024-09-03)

New Features
  • client-datazone: Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request. (da060f0d)
  • client-elastic-load-balancing-v2: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners. (594c5890)
  • client-mediaconnect: AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected. (7f6b5df4)
  • client-medialive: Added MinQP as a Rate Control option for H264 and H265 encodes. (c4db70bf)
  • client-sagemaker: Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces. (202fdf2d)
  • client-timestream-influxdb: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API. (4e6cb80f)
  • client-connect: Release ReplicaConfiguration as part of DescribeInstance (3ac8b18d)

For list of updated packages, view updated-packages.md in assets-3.644.0.zip

v3.643.0

3.643.0(2024-08-30)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-translate's changelog.

3.645.0 (2024-09-04)

Note: Version bump only for package @​aws-sdk/client-translate

3.637.0 (2024-08-22)

Note: Version bump only for package @​aws-sdk/client-translate

3.635.0 (2024-08-20)

Features

  • codegen: add Smithy RPCv2 CBOR to list of protocols (#6096) (5154d4f)

3.632.0 (2024-08-15)

Note: Version bump only for package @​aws-sdk/client-translate

3.631.0 (2024-08-14)

Note: Version bump only for package @​aws-sdk/client-translate

3.629.0 (2024-08-12)

Note: Version bump only for package @​aws-sdk/client-translate

... (truncated)

Commits


Updates @grpc/grpc-js from 1.6.12 to 1.11.2

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.2

  • Fix client crash on receiving a custom error code (#2801 contributed by @​hastom)
  • Report connection errors more consistently (#2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#2817 contributed by @​ygalbel)

@​grpc/grpc-js 1.11.1

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#2799 contributed by @​xqin)

@​grpc/grpc-js-xds 1.11.0

  • Add xDS Servers (#2783)
    • Note: this is primarily a foundation for future features. It doesn't actually do much right now.
  • Add support for dualstack socket support in xDS clients (#2665)

@​grpc/grpc-js 1.11.0

Changelog

  • Add Server connection injection API as described in gRFC L114 (#2675)
  • Implement support for an alternate DNS resolver that supports custom authorities (#2776 contributed by @​gkampitakis)
  • Add a channel option to configure retry attempt limits (#2795)
  • Add a getHost method to server call objects (#2783, #2793)
  • Fix typos and omissions in service config validation errors (#2782 contributed by @​matthewbinshtok)

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

@​grpc/grpc-js 1.10.11

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#2791)

@​grpc/grpc-js 1.10.10

  • Various improvements to handling of keepalive timers (#2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#2746 contributed by @​mjameswh, backported in #2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#2761 contributed by @​brendan-myers, backported in #2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#2779)

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

... (truncated)

Commits
  • 0c5ab98 Merge pull request #2803 from murgatroid99/grpc-js_1.11.2
  • bb4496b Merge pull request #2817 from ygalbel/tracer-slow
  • 90e472e made the call to trace to be called only when tracer is enabled
  • c63bdae Merge pull request #2808 from murgatroid99/grpc-js_transport_error_reporting
  • d409311 grpc-js: Report session error events instead of waiting for close
  • b763f98 grpc-js: Bump to 1.11.2
  • f5ea6ce Merge pull request #2801 from hastom/master
  • 33073d0 Fix test case
  • 15d422d Fix client crash on custom error code
  • 43032b1 Merge pull request #2800 from murgatroid99/grpc-js_1.11.1
  • Additional commits viewable in compare view


Updates protobufjs from 6.11.3 to 7.4.0

Release notes

Sourced from protobufjs's releases.

protobufjs: v7.4.0

7.4.0 (2024-08-22)

Features

  • Add prepublishOnly script (0e4da8b)

Bug Fixes

protobufjs: v7.3.3

7.3.3 (2024-08-16)

Bug Fixes

  • handle nullability for optional fields (59569c1)

protobufjs: v7.3.2

7.3.2 (2024-06-12)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)
  • Also fixes an issue with 7.3.1, where the dist/ folder containing the build artifacts was missing on npm.

protobufjs: v7.3.1

7.3.1 (2024-06-05)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

protobufjs: v7.3.0

7.3.0 (2024-05-10)

Features

  • add handling for extension range options (#1990) (2d58011)

protobufjs: v7.2.6

7.2.6 (2024-01-16)

... (truncated)

Changelog

Sourced from protobufjs's changelog.

7.4.0 (2024-08-22)

Features

  • Add prepublishOnly script (0e4da8b)

Bug Fixes

7.3.3 (2024-08-16)

Bug Fixes

  • handle nullability for optional fields (59569c1)

7.3.2 (2024-06-12)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)

7.3.1 (2024-06-05)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

7.3.0 (2024-05-10)

Features

  • add handling for extension range options (#1990) (2d58011)

7.2.6 (2024-01-16)

Bug Fixes

  • report missing import properly in loadSync (#1960) (af3ff83)

7.2.5 (2023-08-21)

... (truncated)

Commits
netlify[bot] commented 2 months ago

Deploy Preview for app-swiss-bitcoin-pay-ch canceled.

Name Link
Latest commit e0a4ce9b97520edff075a77eb0d2861a58acbded
Latest deploy log https://app.netlify.com/sites/app-swiss-bitcoin-pay-ch/deploys/66dec7b37005120008a9e7e9