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

chore(deps): bump the production-dependencies group with 15 updates #4525

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the production-dependencies group with 15 updates:

Package From To
@apollo/client 3.8.7 3.8.10
@braintree/sanitize-url 6.0.4 7.0.0
@headlessui-float/vue 0.12.0 0.13.1
@headlessui/vue 1.7.16 1.7.17
@sentry/vite-plugin 2.10.1 2.10.3
@sentry/vue 7.80.1 7.94.1
@vue/apollo-composable 4.0.0-beta.11 4.0.0
@vueuse/core 10.6.1 10.7.2
graphql 16.6.0 16.8.1
minisearch 6.2.0 6.3.0
typescript 5.2.2 5.3.3
v-viewer 3.0.11 3.0.13
vue 3.3.8 3.4.15
vue-i18n 9.7.0 9.9.0
vue-tippy 6.3.1 6.4.1

Updates @apollo/client from 3.8.7 to 3.8.10

Release notes

Sourced from @​apollo/client's releases.

v3.8.10

Patch Changes

  • #11489 abfd02a Thanks @​gronxb! - Fix networkStatus with useSuspenseQuery not properly updating to ready state when using a cache-and-network fetch policy that returns data equal to what is already in the cache.

  • #11483 6394dda Thanks @​pipopotamasu! - Fix cache override warning output

v3.8.9

Patch Changes

v3.8.8

Patch Changes

Changelog

Sourced from @​apollo/client's changelog.

3.8.10

Patch Changes

  • #11489 abfd02a Thanks @​gronxb! - Fix networkStatus with useSuspenseQuery not properly updating to ready state when using a cache-and-network fetch policy that returns data equal to what is already in the cache.

  • #11483 6394dda Thanks @​pipopotamasu! - Fix cache override warning output

3.8.9

Patch Changes

3.8.8

Patch Changes

Commits

Updates @braintree/sanitize-url from 6.0.4 to 7.0.0

Changelog

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

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
  • 93f1c59 7.0.0
  • 1eb6302 Update changelog
  • 190d0dd Merge pull request #64 from braintree/dependabot/npm_and_yarn/postcss-8.4.31
  • a427022 chore(deps-dev): bump postcss from 8.4.29 to 8.4.31
  • 105c386 Merge pull request #62 from braintree/update-dependencies
  • 99c3d6e fix: moved registry for certain packages to resolve from the public npm registry
  • f7d84aa chore: update node version in ci.yml and specify dev dependencies in changelog
  • a7286cf docs: missing line break in changelog
  • 22bbe02 docs: update changelog with dependency updates
  • d495458 chore: update node to v18
  • Additional commits viewable in compare view

Updates @headlessui-float/vue from 0.12.0 to 0.13.1

Release notes

Sourced from @​headlessui-float/vue's releases.

v0.13.1

@​headlessui-float/react

Changed

  • Update dependent Floating UI version:
    • @​floating-ui/core: ^1.5.3
    • @​floating-ui/dom: ^1.5.4
    • @​floating-ui/react: ^0.26.5

Fixed


@​headlessui-float/vue

Changed

  • Update dependent Floating UI version:
    • @​floating-ui/core: ^1.5.3
    • @​floating-ui/dom: ^1.5.4
    • @​floating-ui/vue: ^1.0.3

Fixed


@​headlessui-float/nuxt

nothing

v0.13.0

@​headlessui-float/react

Added

Changed

Fixed


@​headlessui-float/vue

Added

Changed

... (truncated)

Commits

Updates @headlessui/vue from 1.7.16 to 1.7.17

Release notes

Sourced from @​headlessui/vue's releases.

@​headlessui/vue@​v1.7.17

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Fix Portal SSR hydration mismatches (#2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#2712)
  • Allow <button> to be in nested components in <PopoverButton> (#2715)
  • Don't overwrite user-defined template refs when rendering (#2720)
  • Fix missing data-headlessui-state attribute when as="template" (#2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#2880)
  • Fix error when transition classes contain new lines (#2871)
Changelog

Sourced from @​headlessui/vue's changelog.

[1.7.17] - 2024-01-08

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Fix Portal SSR hydration mismatches (#2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#2712)
  • Allow <button> to be in nested components in <PopoverButton> (#2715)
  • Don't overwrite user-defined template refs when rendering (#2720)
  • Fix missing data-headlessui-state attribute when as="template" (#2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#2880)
  • Fix error when transition classes contain new lines (#2871)
Commits
  • d5c2c0a 1.7.17 - @​headlessui/vue
  • d625361 prepare patch release
  • ac64a80 disable immediate and virtual feature for Combobox component in patch r...
  • 279356b improve iOS scroll locking (Vue)
  • 32b0117 fix incorrect activeIndex when handling Focus.Previous
  • 01a34cb Update changelog
  • c24ba86 Fix error when transition classes contain new lines (#2871)
  • c25e2e6 Fix CJS types (#2880)
  • c2096b0 Update changelog
  • 6846231 Fix outside click detection when component is mounted in the Shadow DOM in Vue
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 2.10.1 to 2.10.3

Release notes

Sourced from @​sentry/vite-plugin's releases.

2.10.3

  • fix(core): Safely flush telemetry

2.10.2

  • deps(core): Bump @sentry/cli to ^2.22.3 (#451)
Changelog

Sourced from @​sentry/vite-plugin's changelog.

2.10.3

  • fix(core): Safely flush telemetry

2.10.2

  • deps(core): Bump @sentry/cli to ^2.22.3 (#451)
Commits
  • 9b3defc release: 2.10.3
  • 339dc0b meta: Update changelog for 2.10.3
  • c493dae fix(core): Safely flush telemetry (#462)
  • 1c6adf0 Revert "fix: Bundle Sentry SDK dependency (#459)"
  • 040d4b0 fix: Bundle Sentry SDK dependency (#459)
  • 81e3de9 chore: Update migration guide to include removal of .sentryclirc support
  • a097e32 Merge branch 'release/2.10.2'
  • 060bb60 release: 2.10.2
  • 8a755c1 meta: Update changelog for 2.10.2
  • b8ce0fc deps(core): Bump @sentry/cli to ^2.22.3 (#451)
  • Additional commits viewable in compare view

Updates @sentry/vue from 7.80.1 to 7.94.1

Release notes

Sourced from @​sentry/vue's releases.

7.94.1

This release fixes a publishing issue with 7.94.0.

These are the 7.94.0 release notes:

Important Changes

Deprecations

As we're moving closer to the next major version of the SDK, more public APIs were deprecated.

To get a head start on migrating to the replacement APIs, please take a look at our migration guide.

  • feat: Deprecate user segment field (#10210)
  • feat(core): Deprecate finish on Span interface in favour of end (#10161)
  • feat(core): Deprecate getCurrentHub() (#10200)
  • feat(core): Deprecate hub.bindClient() & makeMain() (#10188)
  • feat(core): Deprecate Span.instrumenter (#10139)
  • feat(core): Deprecate Span.isSuccess() in favor of reading span status (#10213)
  • feat(core): Deprecate Span.op in favor of op attribute (#10189)
  • feat(core): Deprecate Span.spanRecorder (#10199)
  • feat(core): Deprecate Span.status (#10208)
  • feat(core): Deprecate Span.transaction in favor of getRootSpan (#10134)
  • feat(core): Deprecate Transaction.instrumenter (#10162)
  • feat(core): Deprecate Transaction.setMeasurement in favor of setMeasurement (#10182)
  • feat(core): Deprecate integration classes & Integrations.X (#10198)
  • feat(core): Deprecate methods on Hub (#10124)
  • feat(core): Deprecate remaining setName declarations on Transaction and Span (#10164)
  • feat(core): Deprecate span startTimestamp & endTimestamp (#10192)
  • feat(core): Deprecate hub.bindClient() and makeMain() (#10118)
  • feat(types): Deprecate op on Span interface (#10217)
  • feat(integrations): Deprecate Transaction integration (#10178)
  • feat(integrations): Deprecate pluggable integration classes (#10211)

Replay & Canvas

We have added a new ReplayCanvas integration (#10112), which you can add to capture the contents of canvas elements with Replay.

Just add it in addition to the regular replay integration:

Sentry.init({
  integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()],
});

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.94.1

This release fixes a publishing issue.

7.94.0

Important Changes

Deprecations

As we're moving closer to the next major version of the SDK, more public APIs were deprecated.

To get a head start on migrating to the replacement APIs, please take a look at our migration guide.

  • feat: Deprecate user segment field (#10210)
  • feat(core): Deprecate finish on Span interface in favour of end (#10161)
  • feat(core): Deprecate getCurrentHub() (#10200)
  • feat(core): Deprecate hub.bindClient() & makeMain() (#10188)
  • feat(core): Deprecate Span.instrumenter (#10139)
  • feat(core): Deprecate Span.isSuccess() in favor of reading span status (#10213)
  • feat(core): Deprecate Span.op in favor of op attribute (#10189)
  • feat(core): Deprecate Span.spanRecorder (#10199)
  • feat(core): Deprecate Span.status (#10208)
  • feat(core): Deprecate Span.transaction in favor of getRootSpan (#10134)
  • feat(core): Deprecate Transaction.instrumenter (#10162)
  • feat(core): Deprecate Transaction.setMeasurement in favor of setMeasurement (#10182)
  • feat(core): Deprecate integration classes & Integrations.X (#10198)
  • feat(core): Deprecate methods on Hub (#10124)
  • feat(core): Deprecate remaining setName declarations on Transaction and Span (#10164)
  • feat(core): Deprecate span startTimestamp & endTimestamp (#10192)
  • feat(core): Deprecate hub.bindClient() and makeMain() (#10118)
  • feat(types): Deprecate op on Span interface (#10217)
  • feat(integrations): Deprecate Transaction integration (#10178)
  • feat(integrations): Deprecate pluggable integration classes (#10211)

Replay & Canvas

We have added a new ReplayCanvas integration (#10112), which you can add to capture the contents of canvas elements with Replay.

Just add it in addition to the regular replay integration:

Sentry.init({
  integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()],
});

Other Changes

... (truncated)

Commits
  • cf062ba release: 7.94.1
  • fb2ad6c build(replay): Ensure we can publish replay-canvas (#10262)
  • 0a65896 Merge pull request #10252 from getsentry/prepare-release/7.94.0
  • 484431a meta(changelog): Update changelog for 7.94.0
  • caad0bc Merge pull request #10205 from getsentry/DominikB2014/add-span-domain-to-span...
  • da68244 Merge remote-tracking branch 'origin/develop' into DominikB2014/add-span-doma...
  • 8962a5a fix lint
  • a69dc2e fix linting
  • acf58d3 feat(node): Update and vendor https-proxy-agent (#10088)
  • 7a371a6 fix linting
  • Additional commits viewable in compare view

Updates @vue/apollo-composable from 4.0.0-beta.11 to 4.0.0

Release notes

Sourced from @​vue/apollo-composable's releases.

v4.0.0

🚀 Enhancements

  • useLazyQuery: Add interface for lazy query return (#1523)

🩹 Fixes

  • Improve esm support, fix #1524 (#1524)
  • Import serializeJs using default import instead of a namespace import (#1485)
  • options: Use exponential backoff on subscribe error retry (b17817e)
  • ApolloMutation: Return result in mutate (ddf9aa0)
  • Prefetch type (f8568e8)

📖 Documentation

  • Update vitepress + enable detailed search by default (fb66dce)

🏡 Chore

  • Update sheep (9be63fa)

✅ Tests

  • Fragment (062f72a)

🤖 CI

  • Update node and pnpm (ca3f2f4)

❤️ Contributors

v4.0.0-beta.12

🚀 Enhancements

  • New context params in event hook handlers (0be5d9b)

🩹 Fixes

  • Use shallowRef for apollo query (76f19f6)

📖 Documentation

  • Missing curly brace (#1512)
  • Added missing createClient import in example when creating Graph… (#1513)
  • Import createApolloProvider is missing (#1515)

... (truncated)

Changelog

Sourced from @​vue/apollo-composable's changelog.

v4.0.0

🚀 Enhancements

  • useLazyQuery: Add interface for lazy query return (#1523)

🩹 Fixes

  • Improve esm support, fix #1524 (#1524)
  • Import serializeJs using default import instead of a namespace import (#1485)
  • options: Use exponential backoff on subscribe error retry (b17817e)
  • ApolloMutation: Return result in mutate (ddf9aa0)
  • Prefetch type (f8568e8)

📖 Documentation

  • Update vitepress + enable detailed search by default (fb66dce)

🏡 Chore

  • Update sheep (9be63fa)

✅ Tests

  • Fragment (062f72a)

🤖 CI

  • Update node and pnpm (ca3f2f4)

❤️ Contributors

v4.0.0-beta.12

🚀 Enhancements

  • New context params in event hook handlers (0be5d9b)

🩹 Fixes

  • Use shallowRef for apollo query (76f19f6)

📖 Documentation

... (truncated)

Commits

Updates @vueuse/core from 10.6.1 to 10.7.2

Release notes

Sourced from @​vueuse/core's releases.

v10.7.2

   🐞 Bug Fixes

    View changes on GitHub

v10.7.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.7.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • e93c9c3 chore: release v10.7.2
  • 75c083d docs: enable twoslash
  • bdd796a fix(useDraggable): can not work well when parent element is scrollable (#3692)
  • 3024511 fix(useBattery): fake signal API support in some utilities (#3634)
  • 2171098 docs(useClone): correct the output (#3697)
  • 4e830c4 docs(useStorage): improve description (#3639)
  • 1d6bed9 fix(useTimeAgo): Support custom UnitNames type for units field (#3684)
  • c197e8b fix(useStorageAsync): correct ssr handler (#3703)
  • 6bfac55 chore: release v10.7.1
  • 70dbd65 fix(useElementBounding): trigger by css or style (#3664)
  • Additional commits viewable in compare view

Updates graphql from 16.6.0 to 16.8.1

Release notes

Sourced from graphql's releases.

v16.8.1 (2023-09-19)

Bug Fix 🐞

Committers: 1

v16.8.0 (2023-08-14)

New Feature 🚀

Committers: 1

v16.7.1 (2023-06-22)

📢 Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞

Committers: 1

v16.7.0 (2023-06-21)

New Feature 🚀

Bug Fix 🐞

Committers: 3

  • Artem Zakharchenko(

Bumps the production-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.8.7` | `3.8.10` |
| [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) | `6.0.4` | `7.0.0` |
| [@headlessui-float/vue](https://github.com/ycs77/headlessui-float/tree/HEAD/packages/vue) | `0.12.0` | `0.13.1` |
| [@headlessui/vue](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-vue) | `1.7.16` | `1.7.17` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.10.1` | `2.10.3` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.80.1` | `7.94.1` |
| [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable) | `4.0.0-beta.11` | `4.0.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.6.1` | `10.7.2` |
| [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.8.1` |
| [minisearch](https://github.com/lucaong/minisearch) | `6.2.0` | `6.3.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |
| [v-viewer](https://github.com/mirari/v-viewer) | `3.0.11` | `3.0.13` |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.4.15` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.7.0` | `9.9.0` |
| [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) | `6.3.1` | `6.4.1` |


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

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

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

Updates `@headlessui/vue` from 1.7.16 to 1.7.17
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/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 2.10.3
- [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...2.10.3)

Updates `@sentry/vue` from 7.80.1 to 7.94.1
- [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...7.94.1)

Updates `@vue/apollo-composable` from 4.0.0-beta.11 to 4.0.0
- [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.0.0/packages/vue-apollo-composable)

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

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

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

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

Updates `v-viewer` from 3.0.11 to 3.0.13
- [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.13)

Updates `vue` from 3.3.8 to 3.4.15
- [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.4.15)

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

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

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@braintree/sanitize-url"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@headlessui-float/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@headlessui/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/vite-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vue/apollo-composable"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: minisearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: v-viewer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-tippy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-9820552b25 branch January 29, 2024 11:56
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