Skip to content

build(deps): bump the minor-and-patch-npm-daily group across 1 directory with 19 updates#5222

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-npm-daily-f59956667b
Open

build(deps): bump the minor-and-patch-npm-daily group across 1 directory with 19 updates#5222
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-npm-daily-f59956667b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps the minor-and-patch-npm-daily group with 18 updates in the / directory:

Package From To
@hashgraph/sdk 2.80.0 2.81.0
@hoppscotch/cli 0.30.0 0.30.3
axios 1.13.5 1.14.0
dotenv 17.2.3 17.4.0
lodash 4.17.23 4.18.1
@types/lodash 4.17.23 4.17.24
lru-cache 11.2.5 11.2.7
redis 5.10.0 5.11.0
@hashgraph/hedera-local 2.39.2 2.40.1
@open-rpc/schema-utils-js 2.1.2 2.2.1
@typescript-eslint/eslint-plugin 8.54.0 8.58.0
ajv 8.17.1 8.18.0
eslint-plugin-n 17.23.2 17.24.0
lint-staged 16.2.7 16.4.0
redis-memory-server 0.14.1 0.16.0
sinon 21.0.1 21.0.3
@types/sinon 17.0.4 21.0.0
@vercel/nft 1.3.2 1.5.0

Updates @hashgraph/sdk from 2.80.0 to 2.81.0

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.81.0

This release includes a fix for inconsistent handling of multiple transaction bodies within the SDK. The update ensures transactions are built and processed consistently, improving reliability when serializing and verifying transactions.

Bug Fixes

  • Multiple Transaction Bodies Inconsistency: Fixed an issue where transactions could contain inconsistent or mismatched transaction bodies during processing or serialization. The SDK now ensures a single consistent transaction body is used throughout the transaction lifecycle, preventing unexpected validation or verification errors. #3832

Full Changelog: hiero-ledger/hiero-sdk-js@v2.80.0...v2.81.0

v2.81.0-beta.1

What's Changed

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

2.81.0

Fixed

  • Resolved issues related to inconsistent handling of multiple transaction bodies, ensuring transactions are processed and serialized consistently across the SDK. #3832

2.81.0-beta.1

Added

  • HIP-1195 support. #3535 - Released but not supported on Testnet yet
  • Allow multiple nodes on getRecord/getReceipt. #3741
Commits

Updates @hoppscotch/cli from 0.30.0 to 0.30.3

Commits

Updates axios from 1.13.5 to 1.14.0

Release notes

Sourced from axios's releases.

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)
  • CommonJS Compatibility: Fixed package main entry regression affecting CJS consumers. (#7532)

🔧 Maintenance & Chores

  • Security/Dependencies: Updated formidable and refreshed package set to newer versions. (#7533, #10556)
  • Tooling: Continued migration to Vitest and modernised CI/test harnesses. (#7484, #7489, #7498)
  • Build/Lint Stack: Rollup, ESLint, TypeScript, and related dev-dependency updates. (#7508, #7509, #7522)
  • Documentation: Clarified JSON parsing and adapter-related docs/comments. (#7398, #7460, #7478)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

Full Changelog: v1.13.6...v1.14.0

v1.13.6

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)

🐛 Bug Fixes

  • Environment Compatibility:
    • Fixed module exports for React Native and Browserify environments. (#7386)

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates dotenv from 17.2.3 to 17.4.0

Changelog

Sourced from dotenv's changelog.

17.4.0 (2026-04-01)

Added

  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)

Changed

  • Tighten up logs: ◇ injecting env (14) from .env (#1003)

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates lodash from 4.17.23 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

Updates @types/lodash from 4.17.23 to 4.17.24

Commits

Updates lru-cache from 11.2.5 to 11.2.7

Commits
  • e787b9f 11.2.7
  • e6f15bf format tests, update project ci settings
  • 2ec0b52 abstract out the update autopurge fn, formatting
  • 879f8b1 abstract out setPurgeTimer (internal)
  • 88ae941 fix: reschedule autopurge timer when updateAgeOnGet resets TTL start
  • 757c157 remove unused polyfills from tests
  • ad9c097 11.2.6
  • ac2a7f4 export minified version by default
  • 8a34522 remove dead/commented code from test
  • See full diff in compare view

Updates redis from 5.10.0 to 5.11.0

Release notes

Sourced from redis's releases.

redis@5.11.0

5.11.0 Release Changelog

🌟 Highlights

Smart Client Handoffs for Enterprise OSS API (Pending a Redis Enterprise version release)

This release introduces support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:

  • Relaxing timeouts during migration (SMIGRATING) to prevent false failures
  • Automatic slot handoff when completed (SMIGRATED)
  • Enabling seamless operations during Redis Enterprise maintenance windows

Redis 8.6 Support

This release adds support for Redis 8.6 features:

  • XADD idempotency options (IDMPAUTO, IDMP, and policy) - Prevent duplicate entries by tracking producer and message IDs
  • XCFGSET command - Configure per-stream idempotency parameters (IDMP_DURATION, IDMP_MAXSIZE)
  • XINFO STREAM enhancements - New idempotency tracking fields (idmp-duration, idmp-maxsize, pids-tracked, iids-tracked, iids-added, iids-duplicates)
  • HOTKEYS command family (START, STOP, GET, RESET) - Track and identify hot keys by CPU time and network bytes

🚀 New Features


🐛 Bug Fixes


📚 Documentation & Testing

New Contributors

... (truncated)

Commits

Updates @hashgraph/hedera-local from 2.39.2 to 2.40.1

Release notes

Sourced from @​hashgraph/hedera-local's releases.

v2.40.1

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v2.40.0...v2.40.1

v2.40.0

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v2.39.4...v2.40.0

v2.39.4

What's Changed

Full Changelog: hiero-ledger/hiero-local-node@v2.39.3...v2.39.4

v2.39.3

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.39.2...v2.39.3

Commits
  • e2a7aea chore: bump CN and MN to stable versions (#1305)
  • 3b28bed chore: bump to 2.40.0 (#1293)
  • 79861d3 chore: Add workflow for smoke tests with CN with Block Streams enabled by def...
  • fec3749 chore: Bump Product Support to 0.72 & default records over blocks (#1285)
  • 57363ce chore: Bump step-security/harden-runner from 2.14.0 to 2.15.1 (#1284)
  • 2e52dae chore: Remove read permission for contents (#1280)
  • e4ffbc1 chore: bump v2.39.4 (#1267)
  • 82d6013 chore: Keep config.txt for backwards compatibility (#1266)
  • bcc17cc chore: update version to 2.39.3 (#1261)
  • d80acc1 chore: Migrate from config.txt to genesis-network.json (#1259)
  • Additional commits viewable in compare view

Updates @open-rpc/schema-utils-js from 2.1.2 to 2.2.1

Release notes

Sourced from @​open-rpc/schema-utils-js's releases.

2.2.1

2.2.1 (2026-02-25)

Bug Fixes

  • package bump and no-refs exposure (f788c32)

2.2.0

2.2.0 (2026-02-25)

Bug Fixes

  • allow extending extensions themselves by name (109f53b)
  • change test spec extension name (5ff0ae0)
  • update types to match the new specific schema types update (8de1fc3)

Features

  • add support for proper schema segmentation (6df92b2)
Changelog

Sourced from @​open-rpc/schema-utils-js's changelog.

2.2.1 (2026-02-25)

Bug Fixes

  • package bump and no-refs exposure (f788c32)

2.2.0 (2026-02-25)

Bug Fixes

  • allow extending extensions themselves by name (109f53b)
  • change test spec extension name (5ff0ae0)
  • update types to match the new specific schema types update (8de1fc3)

Features

  • add support for proper schema segmentation (6df92b2)
Commits
  • 526b480 chore(release): 2.2.1 [skip ci]
  • 7f5d588 Merge pull request #981 from open-rpc/fix/bump
  • f788c32 fix: package bump and no-refs exposure
  • 3601b57 chore(release): 2.2.0 [skip ci]
  • 3afc3a7 Merge pull request #980 from open-rpc/fix/ci
  • df2b4f7 chore: downgrade node to fix ci error
  • 5eea678 Merge pull request #979 from open-rpc/fix/semrel
  • 329728c chore: update circle ci for semantic release
  • c208653 Merge pull request #976 from open-rpc/feat/spec-types
  • 6df92b2 feat: add support for proper schema segmentation
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by zcstarr, a new releaser for @​open-rpc/schema-utils-js since your current version.


Updates @types/lodash from 4.17.23 to 4.17.24

Commits

Updates @typescript-eslint/eslint-plugin from 8.54.0 to 8.58.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.58.0

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plug...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 3, 2026 19:37
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Apr 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 3, 2026 19:37
@dependabot dependabot bot requested a review from quiet-node April 3, 2026 19:37
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 3, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-npm-daily-f59956667b branch from fd0d23a to 3554f4f Compare April 7, 2026 19:38
…ory with 19 updates

Bumps the minor-and-patch-npm-daily group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.80.0` | `2.81.0` |
| [@hoppscotch/cli](https://github.com/hoppscotch/hoppscotch) | `0.30.0` | `0.30.3` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.14.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.4.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.23` | `4.17.24` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.2.5` | `11.2.7` |
| [redis](https://github.com/redis/node-redis) | `5.10.0` | `5.11.0` |
| [@hashgraph/hedera-local](https://github.com/hiero-ledger/hiero-local-node) | `2.39.2` | `2.40.1` |
| [@open-rpc/schema-utils-js](https://github.com/open-rpc/schema-utils-js) | `2.1.2` | `2.2.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.58.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.17.1` | `8.18.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.2` | `17.24.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.4.0` |
| [redis-memory-server](https://github.com/mhassan1/redis-memory-server) | `0.14.1` | `0.16.0` |
| [sinon](https://github.com/sinonjs/sinon) | `21.0.1` | `21.0.3` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.4` | `21.0.0` |
| [@vercel/nft](https://github.com/vercel/nft) | `1.3.2` | `1.5.0` |



Updates `@hashgraph/sdk` from 2.80.0 to 2.81.0
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.80.0...v2.81.0)

Updates `@hoppscotch/cli` from 0.30.0 to 0.30.3
- [Release notes](https://github.com/hoppscotch/hoppscotch/releases)
- [Changelog](https://github.com/hoppscotch/hoppscotch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hoppscotch/hoppscotch/commits)

Updates `axios` from 1.13.5 to 1.14.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.14.0)

Updates `dotenv` from 17.2.3 to 17.4.0
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.3...v17.4.0)

Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

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

Updates `lru-cache` from 11.2.5 to 11.2.7
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.2.5...v11.2.7)

Updates `redis` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.10.0...redis@5.11.0)

Updates `@hashgraph/hedera-local` from 2.39.2 to 2.40.1
- [Release notes](https://github.com/hiero-ledger/hiero-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.39.2...v2.40.1)

Updates `@open-rpc/schema-utils-js` from 2.1.2 to 2.2.1
- [Release notes](https://github.com/open-rpc/schema-utils-js/releases)
- [Changelog](https://github.com/open-rpc/schema-utils-js/blob/master/CHANGELOG.md)
- [Commits](open-rpc/schema-utils-js@2.1.2...2.2.1)

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

Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.54.0 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/parser)

Updates `ajv` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.17.1...v8.18.0)

Updates `eslint-plugin-n` from 17.23.2 to 17.24.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.23.2...v17.24.0)

Updates `lint-staged` from 16.2.7 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.4.0)

Updates `redis-memory-server` from 0.14.1 to 0.16.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.14.1...v0.16.0)

Updates `sinon` from 21.0.1 to 21.0.3
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v21.0.1...v21.0.3)

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

Updates `@vercel/nft` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/vercel/nft/releases)
- [Commits](vercel/nft@1.3.2...1.5.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hoppscotch/cli"
  dependency-version: 0.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: axios
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: dotenv
  dependency-version: 17.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lru-cache
  dependency-version: 11.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.40.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@open-rpc/schema-utils-js"
  dependency-version: 2.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: eslint-plugin-n
  dependency-version: 17.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: sinon
  dependency-version: 21.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@types/sinon"
  dependency-version: 21.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@vercel/nft"
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-npm-daily-f59956667b branch from 3554f4f to 0c382e5 Compare April 9, 2026 19:37
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

❗ There is a different number of reports uploaded between BASE (efb14b5) and HEAD (0c382e5). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (efb14b5) HEAD (0c382e5)
21 3
@@             Coverage Diff             @@
##             main    #5222       +/-   ##
===========================================
- Coverage   95.92%   72.70%   -23.23%     
===========================================
  Files         146      146               
  Lines       25182    25182               
  Branches     2051      809     -1242     
===========================================
- Hits        24157    18308     -5849     
- Misses       1002     6859     +5857     
+ Partials       23       15        -8     

see 90 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

0 participants