Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump the npm_and_yarn group across 1 directory with 17 updates #11

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 4, 2024

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

Package From To
graphql 16.6.0 16.8.1
postcss 8.4.24 8.4.31
semver 5.7.1 5.7.2
@babel/traverse 7.22.4 7.24.6
node-fetch 2.6.11 2.7.0
@solana/web3.js 1.77.3 1.92.0
zod 3.21.4 3.22.3
@shopify/cli 3.45.0 3.61.0
@shopify/cli-hydrogen 4.2.1 8.0.4
axios 0.21.4 removed
wagmi 1.2.0 1.4.13
express 4.18.2 4.19.2
jose 4.14.4 4.15.5
tar 6.1.15 6.2.1
word-wrap 1.2.3 1.2.5

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

Commits

Updates postcss from 8.4.24 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

Commits

Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

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

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

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

5.0

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

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


Updates @babel/traverse from 7.22.4 to 7.24.6

Release notes

Sourced from @​babel/traverse's releases.

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

Committers: 9

v7.24.5 (2024-04-29)

Thanks @​romgrk and @​sossost for your first PRs!

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.6 (2024-05-24)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5 (2024-04-29)

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

💅 Polish

🏠 Internal

  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env

... (truncated)

Commits

Updates node-fetch from 2.6.11 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

Commits

Updates @solana/web3.js from 1.77.3 to 1.92.0

Release notes

Sourced from @​solana/web3.js's releases.

v1.92.0

1.92.0 (2024-06-04)

Features

  • added transaction logs to send transaction functions (#2736) (9369269)

v1.91.9

1.91.9 (2024-06-03)

Bug Fixes

  • library-legacy/deps: rpc-websockets@^7.11.0->^7.11.1 (#2758) (5527b0e)

v1.91.8

1.91.8 (2024-05-03)

Bug Fixes

  • @solana/web3.js should now be compatible with Vercel Edge runtime (4ea9bc9)

v1.91.7

1.91.7 (2024-04-19)

Bug Fixes

  • update @solana/spl-token to 0.4.5 in tests (#2529) (da22d0b)

v1.91.6

1.91.6 (2024-04-17)

Bug Fixes

  • revert use of internal fast-stable-stringify in legacy library (#2509) (7d3adbb)

v1.91.5

1.91.5 (2024-04-17)

Bug Fixes

  • use our version of fast-stable-stringify everywhere (#2504) (18d6b56)

v1.91.4

1.91.4 (2024-04-03)

... (truncated)

Commits
  • 21f241b chore: Fixed sendTransactionError types (#2765)
  • 6a420c8 chore: bump @​changesets/cli from 2.27.1 to 2.27.5 (#2761)
  • 9369269 feat: added transaction logs to send transaction functions (#2736)
  • 5527b0e fix(library-legacy/deps): rpc-websockets@^7.11.0->^7.11.1 (#2758)
  • e807cd9 chore: bump @​graphql-tools/schema from 10.0.3 to 10.0.4 (#2752)
  • 27cb3e8 chore: bump @​types/express-serve-static-core from 4.19.1 to 4.19.3 (#2760)
  • 3bc1d0b chore: bump jest-environment-jsdom from 30.0.0-alpha.4 to 30.0.0-alpha.5 (#2759)
  • 4d409db chore: bump @​babel/plugin-transform-class-properties (#2753)
  • ca9ae74 chore: bump tsx from 4.10.5 to 4.11.0 (#2754)
  • 6340744 Allow RpcRequest params to be of any type, instead of requiring an array (#2751)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lorisleiva, a new releaser for @​solana/web3.js since your current version.


Updates zod from 3.21.4 to 3.22.3

Release notes

Sourced from zod's releases.

v3.22.3

Commits:

  • 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit
  • 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676)
  • f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (#2673)
  • 64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors
  • 18115a8f128680b4526df58ce96deab7dce93b93 Formatting
  • 28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors
  • ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (#2778)
  • ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (#2485)
  • 2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (#2824)
  • 1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3

v3.22.2

Commits:

  • 13d9e6bda286cbd4c1b177171273695d8309e5de Fix lint
  • 0d49f10b3c25a8e4cbb6534cc0773b195c56d06d docs: add typeschema to ecosystem (#2626)
  • 8e4af7b56df6f2e3daf0dd825b986f1d963025ce X to Zod: add app.quicktype.io (#2668)
  • 792b3ef0d41c144cd10641c6966b98dae1222d82 Fix superrefine types

v3.22.1

Commits:

Fix handing of this in ZodFunction schemas. The parse logic for function schemas now requires the Reflect API.

const methodObject = z.object({
  property: z.number(),
  method: z.function().args(z.string()).returns(z.number()),
});
const methodInstance = {
  property: 3,
  method: function (s: string) {
    return s.length + this.property;
  },
};
const parsed = methodObject.parse(methodInstance);
parsed.method("length=8"); // => 11 (8 length + 3 property)
  • 932cc472d2e66430d368a409b8d251909d7d8d21 Initial prototype fix for issue #2651 (#2652)
  • 0a055e726ac210ef6efc69aa70cd2491767f6060 3.22.1

v3.22.0

ZodReadonly

This release introduces ZodReadonly and the .readonly() method on ZodType.

... (truncated)

Commits

Updates @shopify/cli from 3.45.0 to 3.61.0

Release notes

Sourced from @​shopify/cli's releases.

3.61.0

shopify now includes Hydrogen commands without needing a separate installation

3.60.1

What's Changed

Bug Fixes

Full Changelog: Shopify/cli@3.60.0...3.60.1

3.60.0

@​shopify/cli@​3.60.0

@​shopify/cli-kit@​3.60.0

@​shopify/theme@​3.60.0

  • Render progress bar for theme uploads to stderr Shopify/cli#3765
  • Fix the shopify theme dev proxy to use the development theme, even when users have a browser session with the live theme loaded Shopify/cli#3791
  • Fix unpublished themes being marked as development themes Shopify/cli#3798
  • Fix issue that prevents shopify theme console from evaluating results when another 'preview_theme_id' is set Shopify/cli#3811
  • Fix the shopify theme dev/shopify theme console proxy to handle cookies as expected, and ensure they no longer render the live theme instead of the development theme Shopify/cli#3851

3.59.3

What's Changed

3.59.2

What's Changed

  • Fix react version mismatch: Shopify/cli#3813
  • Fix issue that prevents shopify theme console from evaluating results when another 'preview_theme_id' is set: Shopify/cli#3812
  • Fix unpublished themes being marked as development themes: Shopify/cli#3809

3.59.1

Themes

  • Fix shopify theme dev and shopify theme console proxies following session changes and bring back the legacy shopify theme push implementation in CI/CD workflows: Shopify/cli#3769
  • Fix shopify theme dev proxy to use development theme: Shopify/cli#3771

3.59.0

... (truncated)

Changelog

Sourced from @​shopify/cli's changelog.

3.61.0

Minor Changes

  • 95d534387: Rename unreleased default_placement_reference extension property to default_placement.
  • d85e7adb4: Include hydrogen commands in the bundle

Patch Changes

  • Updated dependencies [caa015042]
  • Updated dependencies [79a951f3c]
  • Updated dependencies [79a951f3c]
  • Updated dependencies [87a6cc590]
  • Updated dependencies [0c117d0f4]
  • Updated dependencies [009a43078]
  • Updated dependencies [b2b041f56]
    • @​shopify/app@​3.61.0
    • @​shopify/cli-kit@​3.61.0
    • @​shopify/plugin-cloudflare@​3.61.0
    • @​shopify/plugin-did-you-mean@​3.61.0
    • @​shopify/theme@​3.61.0

3.60.0

Minor Changes

  • d4d493e25: Adds validations for editor extension collection
  • fb085c32c: Adds localization support for editor extension collection
  • 427d9dc0f: Webhook trigger now reads from the configuration instead of .env and accepts more flags

Patch Changes

  • 6e68a82c1: Fix bug with plugins installation
  • Updated dependencies [ea177a190]
  • Updated dependencies [d5a05e7cc]
  • Updated dependencies [2ac5142dc]
  • Updated dependencies [d5a05e7cc]
  • Updated dependencies [031aa2d0b]
  • Updated dependencies [0ff96c777]
  • Updated dependencies [0c8800c87]
  • Updated dependencies [5343a3672]
  • Updated dependencies [5bca2e386]
  • Updated dependencies [601020909]
  • Updated dependencies [427d9dc0f]
  • Updated dependencies [fed261a9b]
    • @​shopify/theme@​3.60.0
    • @​shopify/app@​3.60.0
    • @​shopify/cli-kit@​3.60.0
    • @​shopify/plugin-cloudflare@​3.60.0
    • @​shopify/plugin-did-you-mean@​3.60.0

... (truncated)

Commits
  • 6f07023 Version Packages
  • 049b5f3 Merge pull request #3930 from Shopify/hydrogen-bundling
  • fe9808e Update hydrogen version
  • eded762 remove console.log
  • 5f9ce2a Improve hydrogen assets copy and include dot files
  • 2129ccd Update Hydrogen and hydrogen hooks
  • ac450d1 keep @​parcel/watcher as external
  • aef764c Theme Dev - Clarify description for noDelete flag
  • 1a3c777 Fix lint
  • 0709794 Update readme/manifest/docs
  • Additional commits viewable in compare view

Updates @shopify/cli-hydrogen from 4.2.1 to 8.0.4

Commits

Removes axios

Updates wagmi from 1.2.0 to 1.4.13

Changelog

Sourced from wagmi's changelog.

1.4.13

Patch Changes

  • Updated dependencies []:
    • @​wagmi/core@​1.4.13

1.4.12

Patch Changes

  • 53ca1f7e Thanks @​tmm! - Removed LedgerConnector due to security vulnerability

  • Updated dependencies [53ca1f7e]:

    • @​wagmi/core@​1.4.12

1.4.11

Patch Changes

1.4.10

Patch Changes

  • Updated dependencies []:
    • @​wagmi/core@​1.4.10

1.4.9

Patch Changes

1.4.8

Patch Changes

  • Updated dependencies []:
    • @​wagmi/core@​1.4.8

1.4.7

... (truncated)

Commits

Updates ejs from 3.1.9 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

Commits

Updates express from 4.18.2 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

Other Changes

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

| Package | From | To |
| --- | --- | --- |
| [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.8.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.24` | `8.4.31` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.22.4` | `7.24.6` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.11` | `2.7.0` |
| [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) | `1.77.3` | `1.92.0` |
| [zod](https://github.com/colinhacks/zod) | `3.21.4` | `3.22.3` |
| [@shopify/cli](https://github.com/Shopify/cli/tree/HEAD/packages/cli) | `3.45.0` | `3.61.0` |
| [@shopify/cli-hydrogen](https://github.com/Shopify/cli) | `4.2.1` | `8.0.4` |
| [axios](https://github.com/axios/axios) | `0.21.4` | `removed` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `1.2.0` | `1.4.13` |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
| [jose](https://github.com/panva/jose) | `4.14.4` | `4.15.5` |
| [tar](https://github.com/isaacs/node-tar) | `6.1.15` | `6.2.1` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |



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 `postcss` from 8.4.24 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.24...8.4.31)

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

Updates `@babel/traverse` from 7.22.4 to 7.24.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-traverse)

Updates `node-fetch` from 2.6.11 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.11...v2.7.0)

Updates `@solana/web3.js` from 1.77.3 to 1.92.0
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-labs/solana-web3.js@v1.77.3...v1.92.0)

Updates `zod` from 3.21.4 to 3.22.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.3)

Updates `@shopify/cli` from 3.45.0 to 3.61.0
- [Release notes](https://github.com/Shopify/cli/releases)
- [Changelog](https://github.com/Shopify/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/Shopify/cli/commits/3.61.0/packages/cli)

Updates `@shopify/cli-hydrogen` from 4.2.1 to 8.0.4
- [Release notes](https://github.com/Shopify/cli/releases)
- [Commits](https://github.com/Shopify/cli/commits)

Removes `axios`

Updates `wagmi` from 1.2.0 to 1.4.13
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/[email protected]/packages/react)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `jose` from 4.14.4 to 4.15.5
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md)
- [Commits](panva/jose@v4.14.4...v4.15.5)

Updates `tar` from 6.1.15 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.15...v6.2.1)

Updates `vite` from 4.3.9 to 4.5.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@solana/web3.js"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: zod
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@shopify/cli"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@shopify/cli-hydrogen"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: wagmi
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jose
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 18, 2024

Superseded by #12.

@dependabot dependabot bot closed this Jun 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-9a19e412ce branch June 18, 2024 03:50
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