Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the production-dependencies group with 28 updates in the / directory:

Package From To
@apollo/client 3.8.7 4.0.9
@braintree/sanitize-url 6.0.4 7.1.1
@ethersproject/abi 5.7.0 5.8.0
@ethersproject/contracts 5.7.0 5.8.0
@ethersproject/providers 5.7.2 5.8.0
@ethersproject/solidity 5.7.0 5.8.0
@ethersproject/units 5.7.0 5.8.0
@ethersproject/wallet 5.7.0 5.8.0
@headlessui-float/vue 0.13.0 0.15.1
@headlessui/vue 1.7.17 1.7.23
@sentry/vite-plugin 2.10.1 4.6.1
@sentry/vue 7.80.1 10.27.0
@shutter-network/shutter-crypto 1.0.1 2.0.0
@vue/apollo-composable 4.0.0-beta.11 4.2.2
@vueuse/core 10.6.1 14.1.0
autolinker 4.0.0 4.1.5
evm-proxy-detection 1.2.0 3.0.0
graphql 16.6.0 16.12.0
js-sha256 0.10.1 0.11.1
kubo-rpc-client 3.0.2 6.0.2
minisearch 6.2.0 7.2.0
remove-markdown 0.5.0 0.6.2
typescript 5.2.2 5.9.3
v-viewer 3.0.11 3.0.22
vue 3.3.8 3.5.25
vue-i18n 9.7.0 11.2.2
vue-router 4.2.5 4.6.3
vue-tippy 6.3.1 6.7.1

Updates @apollo/client from 3.8.7 to 4.0.9

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client@​4.0.9

Patch Changes

  • #12993 8f3bc9b Thanks @​jerelmiller! - Fix an issue where switching from options with variables to skipToken with useSuspenseQuery and useBackgroundQuery would create a new ObservableQuery. This could cause unintended refetches where variables were absent in the request when the query was referenced with refetchQueries.

@​apollo/client@​4.0.8

Patch Changes

@​apollo/client@​4.0.7

Patch Changes

@​apollo/client@​4.0.6

Patch Changes

  • #12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.

@​apollo/client@​4.0.5

Patch Changes

@​apollo/client@​4.0.4

Patch Changes

  • #12892 db8a04b Thanks @​jerelmiller! - Prevent unhandled rejections from the promise returned by calling the mutate function from the useMutation hook.

  • #12899 5352c12 Thanks @​phryneas! - Fix an issue when invariant is called by external libraries when no dev error message handler is loaded.

  • #12895 71f2517 Thanks @​jerelmiller! - Support skipToken with useQuery to provide a more type-safe way to skip query execution.

    import { skipToken, useQuery } from "@apollo/client/react";
    // Use skipToken in place of skip: true for better type safety
    // for required variables
    const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);

    Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the skip option more difficult.

  • #12900 c0d5be7 Thanks @​phryneas! - Use named export equal instead of default from "@wry/equality"

@​apollo/client@​4.0.3

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

4.0.9

Patch Changes

  • #12993 8f3bc9b Thanks @​jerelmiller! - Fix an issue where switching from options with variables to skipToken with useSuspenseQuery and useBackgroundQuery would create a new ObservableQuery. This could cause unintended refetches where variables were absent in the request when the query was referenced with refetchQueries.

4.0.8

Patch Changes

4.0.7

Patch Changes

4.0.6

Patch Changes

  • #12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.

4.0.5

Patch Changes

4.0.4

Patch Changes

  • #12892 db8a04b Thanks @​jerelmiller! - Prevent unhandled rejections from the promise returned by calling the mutate function from the useMutation hook.

  • #12899 5352c12 Thanks @​phryneas! - Fix an issue when invariant is called by external libraries when no dev error message handler is loaded.

  • #12895 71f2517 Thanks @​jerelmiller! - Support skipToken with useQuery to provide a more type-safe way to skip query execution.

    import { skipToken, useQuery } from "@apollo/client/react";
    // Use skipToken in place of skip: true for better type safety
    // for required variables
    const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);

    Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the skip option more difficult.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​apollo/client since your current version.


Updates @braintree/sanitize-url from 6.0.4 to 7.1.1

Release notes

Sourced from @​braintree/sanitize-url's releases.

v7.0.2

Improve sanitization of whitespace escapes

Changelog

Sourced from @​braintree/sanitize-url's changelog.

7.1.1

  • DevDependency Changes

    • happy-dom to 15.11.6
  • Update (sub-)dependencies

    • cross-spawn to 7.0.6
    • micromatch to 4.0.8
    • vite to 4.5.5

7.1.0

  • Updated to handle back-slashes

7.0.4

  • Updates get-func-name to 2.0.2

7.0.3

  • Dependencies
    • Update braces to 3.0.3

7.0.2

  • Improve sanitization of whitespace escapes

7.0.1

  • Improve sanitization of HTML entities

7.0.0

  • Move constant declarations from index file to constants.ts file

  • Update to node v18

  • Dev Dependency Updates

    • Update to TypeScript 5
    • Other minor dependency updates
Commits

Updates @ethersproject/abi from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/abi's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/abi's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/address from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/address's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/address's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/bignumber from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/bignumber's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/bignumber's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/bytes from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/bytes's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/bytes's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/contracts from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/contracts's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
…y with 33 updates

Bumps the production-dependencies group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.8.7` | `4.0.9` |
| [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) | `6.0.4` | `7.1.1` |
| [@ethersproject/abi](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/abi) | `5.7.0` | `5.8.0` |
| [@ethersproject/contracts](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/contracts) | `5.7.0` | `5.8.0` |
| [@ethersproject/providers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/providers) | `5.7.2` | `5.8.0` |
| [@ethersproject/solidity](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/solidity) | `5.7.0` | `5.8.0` |
| [@ethersproject/units](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/units) | `5.7.0` | `5.8.0` |
| [@ethersproject/wallet](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/wallet) | `5.7.0` | `5.8.0` |
| [@headlessui-float/vue](https://github.com/ycs77/headlessui-float/tree/HEAD/packages/vue) | `0.13.0` | `0.15.1` |
| [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) | `1.7.17` | `1.7.23` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.10.1` | `4.6.1` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.80.1` | `10.27.0` |
| [@shutter-network/shutter-crypto](https://github.com/shutter-network/rolling-shutter) | `1.0.1` | `2.0.0` |
| [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable) | `4.0.0-beta.11` | `4.2.2` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.6.1` | `14.1.0` |
| [autolinker](https://github.com/gregjacobs/Autolinker.js) | `4.0.0` | `4.1.5` |
| [evm-proxy-detection](https://github.com/abipub/evm-proxy-detection) | `1.2.0` | `3.0.0` |
| [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.12.0` |
| [js-sha256](https://github.com/emn178/js-sha256) | `0.10.1` | `0.11.1` |
| [kubo-rpc-client](https://github.com/ipfs/js-kubo-rpc-client) | `3.0.2` | `6.0.2` |
| [minisearch](https://github.com/lucaong/minisearch) | `6.2.0` | `7.2.0` |
| [remove-markdown](https://github.com/zuchka/remove-markdown) | `0.5.0` | `0.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.2.2` | `5.9.3` |
| [v-viewer](https://github.com/mirari/v-viewer) | `3.0.11` | `3.0.22` |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.5.25` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `9.7.0` | `11.2.2` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.6.3` |
| [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) | `6.3.1` | `6.7.1` |



Updates `@apollo/client` from 3.8.7 to 4.0.9
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/v3.8.7...@apollo/[email protected])

Updates `@braintree/sanitize-url` from 6.0.4 to 7.1.1
- [Release notes](https://github.com/braintree/sanitize-url/releases)
- [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md)
- [Commits](braintree/sanitize-url@v6.0.4...v7.1.1)

Updates `@ethersproject/abi` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/abi)

Updates `@ethersproject/address` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/address)

Updates `@ethersproject/bignumber` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/bignumber)

Updates `@ethersproject/bytes` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/bytes)

Updates `@ethersproject/contracts` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/contracts)

Updates `@ethersproject/providers` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/providers)

Updates `@ethersproject/random` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/random)

Updates `@ethersproject/solidity` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/solidity)

Updates `@ethersproject/strings` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/strings)

Updates `@ethersproject/units` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/units)

Updates `@ethersproject/wallet` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/wallet)

Updates `@headlessui-float/vue` from 0.13.0 to 0.15.1
- [Release notes](https://github.com/ycs77/headlessui-float/releases)
- [Commits](https://github.com/ycs77/headlessui-float/commits/v0.15.1/packages/vue)

Updates `@headlessui/vue` from 1.7.17 to 1.7.23
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/@headlessui/[email protected]/packages/@headlessui-vue/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-vue)

Updates `@sentry/vite-plugin` from 2.10.1 to 4.6.1
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@2.10.1...4.6.1)

Updates `@sentry/vue` from 7.80.1 to 10.27.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.80.1...10.27.0)

Updates `@shutter-network/shutter-crypto` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/shutter-network/rolling-shutter/releases)
- [Commits](https://github.com/shutter-network/rolling-shutter/commits)

Updates `@vue/apollo-composable` from 4.0.0-beta.11 to 4.2.2
- [Release notes](https://github.com/vuejs/vue-apollo/releases)
- [Changelog](https://github.com/vuejs/apollo/blob/v4/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-apollo/commits/v4.2.2/packages/vue-apollo-composable)

Updates `@vueuse/core` from 10.6.1 to 14.1.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.1.0/packages/core)

Updates `autolinker` from 4.0.0 to 4.1.5
- [Release notes](https://github.com/gregjacobs/Autolinker.js/releases)
- [Commits](gregjacobs/Autolinker.js@v4.0.0...v4.1.5)

Updates `evm-proxy-detection` from 1.2.0 to 3.0.0
- [Release notes](https://github.com/abipub/evm-proxy-detection/releases)
- [Commits](https://github.com/abipub/evm-proxy-detection/commits)

Updates `graphql` from 16.6.0 to 16.12.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.6.0...v16.12.0)

Updates `js-sha256` from 0.10.1 to 0.11.1
- [Changelog](https://github.com/emn178/js-sha256/blob/master/CHANGELOG.md)
- [Commits](emn178/js-sha256@v0.10.1...v0.11.1)

Updates `kubo-rpc-client` from 3.0.2 to 6.0.2
- [Release notes](https://github.com/ipfs/js-kubo-rpc-client/releases)
- [Commits](ipfs/js-kubo-rpc-client@v3.0.2...v6.0.2)

Updates `minisearch` from 6.2.0 to 7.2.0
- [Changelog](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md)
- [Commits](lucaong/minisearch@v6.2.0...v7.2.0)

Updates `remove-markdown` from 0.5.0 to 0.6.2
- [Commits](https://github.com/zuchka/remove-markdown/commits/0.6.2)

Updates `typescript` from 5.2.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.9.3)

Updates `v-viewer` from 3.0.11 to 3.0.22
- [Release notes](https://github.com/mirari/v-viewer/releases)
- [Changelog](https://github.com/mirari/v-viewer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mirari/v-viewer/commits/v3.0.22)

Updates `vue` from 3.3.8 to 3.5.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.8...v3.5.25)

Updates `vue-i18n` from 9.7.0 to 11.2.2
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.2.2/packages/vue-i18n)

Updates `vue-router` from 4.2.5 to 4.6.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.6.3)

Updates `vue-tippy` from 6.3.1 to 6.7.1
- [Release notes](https://github.com/KABBOUCHI/vue-tippy/releases)
- [Commits](KABBOUCHI/vue-tippy@v6.3.1...v6.7.1)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@braintree/sanitize-url"
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/abi"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/address"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/bignumber"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/bytes"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/contracts"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/providers"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/random"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/solidity"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/strings"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/units"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@ethersproject/wallet"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@headlessui-float/vue"
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@headlessui/vue"
  dependency-version: 1.7.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/vite-plugin"
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@sentry/vue"
  dependency-version: 10.27.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@shutter-network/shutter-crypto"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@vue/apollo-composable"
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vueuse/core"
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: autolinker
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: evm-proxy-detection
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-version: 16.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: js-sha256
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: kubo-rpc-client
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: minisearch
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: remove-markdown
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: v-viewer
  dependency-version: 3.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-version: 3.5.25
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-tippy
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant