Skip to content

Bump the dependencies group with 17 updates#1374

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-cae7b764d6
Closed

Bump the dependencies group with 17 updates#1374
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-cae7b764d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the dependencies group with 17 updates:

Package From To
npm-check-updates 22.2.2 22.2.3
prettier 3.8.3 3.8.4
typescript-eslint 8.60.1 8.61.0
archiver 7.0.1 8.0.0
@types/archiver 7.0.0 8.0.0
undici 8.3.0 8.4.1
@azure/storage-blob 12.31.0 12.32.0
@azure/storage-queue 12.29.0 12.30.0
@google-cloud/storage 7.19.0 7.21.0
firebase-admin 13.10.0 14.0.0
@aws-sdk/client-s3 3.1062.0 3.1067.0
mariadb 3.5.2 3.5.3
mockserver-client 6.1.0 7.0.0
mongoose 9.6.3 9.7.0
mysql2 3.22.4 3.22.5
neo4j-driver 6.0.1 6.1.0
@types/oracledb 6.10.4 7.0.0

Updates npm-check-updates from 22.2.2 to 22.2.3

Release notes

Sourced from npm-check-updates's releases.

v22.2.3

What's Changed

Full Changelog: raineorshine/npm-check-updates@v22.2.2...v22.2.3

Commits
  • 5814d25 22.2.3
  • 9f71155 docs(cooldown): document package manager cooldown configs
  • f076b61 Fall back to pnpm global config for minimumReleaseAge cooldown (#1777)
  • a0c4e64 fix: handle registries missing 'time' metadata during version resolution (#1763)
  • 4a83d68 build(deps-dev): bump tsx from 4.22.3 to 4.22.4 (#1778)
  • b745800 build(deps-dev): bump eslint-import-resolver-typescript (#1779)
  • e1f401a build(deps-dev): bump unplugin-dts from 1.0.1 to 1.0.2 (#1780)
  • 298c6f9 build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#1781)
  • 51c1870 build(deps-dev): bump semver from 7.8.0 to 7.8.1 (#1760)
  • See full diff in compare view

Updates prettier from 3.8.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Updates typescript-eslint from 8.60.1 to 8.61.0

Release notes

Sourced from typescript-eslint's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.61.0 (2026-06-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

Commits

Updates archiver from 7.0.1 to 8.0.0

Release notes

Sourced from archiver's releases.

8.0.0

What’s changed

Breaking changes

Maintenance

Documentation

Dependency updates

... (truncated)

Changelog

Sourced from archiver's changelog.

Changelog

8.0.0 - May 8, 2026Diff

7.0.1 - March 9, 2024Diff

7.0.0 - February 28, 2024Diff

6.0.2 - February 27, 2024Diff

6.0.1 - September 3, 2023Diff

6.0.0 - August 17, 2023Diff

Release Archive

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for archiver since your current version.


Updates @types/archiver from 7.0.0 to 8.0.0

Commits

Updates undici from 8.3.0 to 8.4.1

Release notes

Sourced from undici's releases.

v8.4.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v8.4.0...v8.4.1

v8.4.0

What's Changed

... (truncated)

Commits
  • 04ebc71 Bumped v8.4.1 (#5392)
  • 89017ab docs: fix remaining broken links in API documentation (#5342)
  • cae3940 docs: fix multiple inaccuracies in API documentation (#5384)
  • 01e89e9 fix(client): reject pipelined TLS altname errors (#5373)
  • d03fb24 fix: handle paused parser on socket end (issue #5360) (#5389)
  • ee59da3 docs: fix code examples that crash at runtime and other inaccuracies (#5386)
  • 8464ab7 docs: add Getting Started guide (#5371)
  • ba12bb1 fix(dns): skip requests without origin (#5376)
  • c07a438 fix: prevent race condition between onEnd and onTrailers in HTTP/2 client (#5...
  • a8ea6f2 test: avoid localhost lookup in fetch cookies tests (#5363)
  • Additional commits viewable in compare view

Updates @types/archiver from 7.0.0 to 8.0.0

Commits

Updates @azure/storage-blob from 12.31.0 to 12.32.0

Changelog

Sourced from @​azure/storage-blob's changelog.

12.32.0 (2026-05-22)

Features Added

  • Includes all features released in 12.32.0-beta.1.

12.32.0-beta.1 (2026-03-05)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for Content Validation via Structured Message.
  • Added support for Delete Blob Conditional Tier.
  • Added support for Server-side Encryption Rekeying.
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.
Commits
  • d740d83 Resolve interface comments (#38702)
  • ff9fc24 Update package version for stg101 (#38623)
  • 603366d [storage] update streamToBuffer helpers to handle chunks correctly (#38465)
  • 3de1abe Add imports field to all warp-built packages (#38391)
  • 0aa0f0f Add react-native devDependency to packages with RN targets (#38392)
  • e8f0055 chore: Update registry for all package.json and adjust check rules (#38281)
  • 8226e6f [test] Fix swapped assertion arguments across test files (#37972)
  • 65c0ccc feat(warp): explicit CJS via moduleType, esbuild ESM→CJS transform (#37893)
  • 7b9b6aa Storage/content checksum (#37208)
  • 460a94d [warp] Migrate storage packages to warp with type-compatible browser … (#37443)
  • Additional commits viewable in compare view

Updates @azure/storage-queue from 12.29.0 to 12.30.0

Changelog

Sourced from @​azure/storage-queue's changelog.

12.30.0 (2026-05-22)

Features Added

  • Includes all features released in 12.30.0-beta.1.

12.30.0-beta.1 (2026-03-05)

Features Added

  • Added support for service version 2026-04-06.
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
Commits

Updates @google-cloud/storage from 7.19.0 to 7.21.0

Release notes

Sourced from @​google-cloud/storage's releases.

storage: v7.21.0

7.21.0 (2026-06-03)

Features

  • storage: Enable CRC32C validation by default in transfer manager (#8350) (86086a6)

Bug Fixes

Changelog

Sourced from @​google-cloud/storage's changelog.

7.21.0 (2026-06-03)

Features

  • storage: Enable CRC32C validation by default in transfer manager (#8350) (86086a6)

Bug Fixes

7.20.0 (2026-05-11)

Features

  • storage: Implement Object Contexts with advanced filtering and validation (#7548) (d60757e)
  • storage: Implement robust path validation and structured skip reporting (#7546) (113d05c)
  • storage: Set CRC32C as the default checksum option (#7547) (1a693aa)

Bug Fixes

Commits
  • 106bb0e chore(main): release storage 7.21.0 (#8435)
  • b7433b3 chore: clean up linkinator configurations and test scripts across monorepo (#...
  • 3ec901e fix(deps): remove vulnerable dependency uuid (#8120)
  • 86086a6 feat(storage): enable CRC32C validation by default in transfer manager (#8350)
  • 92b328b chore: release main (#8242)
  • 9fd76ef fix: bump all node submodules (#8178)
  • 1a44778 fix: resolve flakiness in Service retry system tests (#7945)
  • d60757e feat(storage): implement Object Contexts with advanced filtering and validati...
  • 1a693aa feat(storage): Set CRC32C as the default checksum option (#7547)
  • 113d05c feat(storage): Implement robust path validation and structured skip reporting...
  • Additional commits viewable in compare view

Updates firebase-admin from 13.10.0 to 14.0.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v14.0.0

Breaking Changes

  • change(instance-id): Remove deprecated Instance ID service (#3166)
  • change: Remove Deprecated Legacy Namespace Support (#3164)
  • change(fcm): Drop legacy messaging types (#3157)
  • change: Drop support for Node.js 18 and 20 (v14) (#3138)

New Features

  • feat(auth): Enhance emulator support across authentication classes (#3080)
  • feat(core): Error Handling Revamp (v14) (#3140)

Bug Fixes

  • fix(functions): store CLOUD_TASKS_EMULATOR_HOST at construction time (#3167)
  • fix(auth): Decouple CreateRequest interface from UpdateRequest (#3165)
  • fix(auth): skip project config name assertion when using the Auth emulator (#3142)
  • fix(api-request): replace deprecated url.parse() with WHATWG URL (#3124)
  • fix: resolve failing getApplicationDefault unit tests in gcloud SDK environment (#3163)
  • fix(fcm): Map topic subscription RESOURCE_EXHAUSTED server code to new TOPICS_SUBSCRIPTION_RATE_EXCEEDED SDK error code (#3148)

Miscellaneous

  • [chore] Release 14.0.0 (#3171)
  • build: upgrade compilation target and lib to ES2021 (#3172)
  • build(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 (#3160)
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#3168)
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#3169)
  • chore: fixed api docs typos and omissions (#3170)
  • build(deps-dev): bump eslint from 10.3.0 to 10.4.1 (#3155)
  • Merge pull request #3162 from firebase/v14
  • chore(deps): bump jwks-rsa to 4.0.1 (#3125)
  • fix package.json
  • chore: Drop send-tweet and upgrade GitHub Actions (#3158)
  • chore: upgrade nock to v14 and fix api-request unit tests (#3153)
  • chore: bump eslint to 10.3.0 and migrate to flat config (#3150)
  • build(deps-dev): bump sinon from 18.0.1 to 22.0.0 (#3149)
  • chore(deps): bump jwks-rsa to 4.0.1 (#3125)
  • chore: Upgrade dependencies for v14 (#3137)
Commits
  • 4754a2f [chore] Release 14.0.0 (#3171)
  • 25285ee build: upgrade compilation target and lib to ES2021 (#3172)
  • d96319e build(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 (#3160)
  • 0c34e89 build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#3168)
  • 52d02f7 build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#3169)
  • dc788b2 chore: fixed api docs typos and omissions (#3170)
  • a39e897 build(deps-dev): bump eslint from 10.3.0 to 10.4.1 (#3155)
  • ce6c4dc Merge pull request #3162 from firebase/v14
  • fe71c55 fix(functions): store CLOUD_TASKS_EMULATOR_HOST at construction time (#3167)
  • 659c056 change(instance-id): Remove deprecated Instance ID service (#3166)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.1062.0 to 3.1067.0

Release notes

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

v3.1067.0

3.1067.0(2026-06-11)

Documentation Changes
  • suggest UndiciHttpHandler as an alternative request handler (#8092) (bd18a9f0)
New Features
  • client-eks: Introduce new CreateCluster parameters for Amazon EKS local clusters on AWS Outposts. Added etcdInstanceType for configuring the EC2 instance type for dedicated etcd instances, and spreadLevel for configuring the placement group spread level for Kubernetes control plane and etcd instances. (383363d5)
  • client-omics: Adds support for workflowName in the ListRuns API response. (fa2f4604)
  • client-neptune: Amazon Neptune now supports IPv6 dual-stack networking. You can create and manage Neptune DB clusters accessible over both IPv4 and IPv6 by specifying NetworkType as DUAL in CreateDBCluster, ModifyDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime API operations (ae089f94)
  • client-bedrock-agentcore: Adds support to perform cross account data plane actions on an AgentCore Memory resource (8d92e480)
  • client-healthlake: Adds the UpdateFHIRDatastore API and adds analytics, NLP, and profile configuration support to CreateFHIRDatastore and DescribeFHIRDatastore. (c74ab005)
  • client-bedrock-agentcore-control: Supports deterministic metadata for AgentCore Memory (af7a995a)
  • client-support: Adding new BDD representation of endpoint ruleset (cd9dac21)

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

v3.1066.0

3.1066.0(2026-06-10)

New Features
  • client-amp: Adds supports for out-of-order sample ingestion (default 1-minute window) and a configurable rule query offset to reduce data loss and improve alerting accuracy. (7c5a6413)
  • client-medialive: Adding premixer settings to pid and track audio inputs in MediaLIve to allow greater control over mixing audio from multiple source streams including support for AudioPidSelectors made up of multiple audio PIDs. (82f4fa6a)
  • client-ec2: This release adds support for AMI Watermark which a structured identifier that helps in tracking AMI provenance (e4a7c0b8)
  • client-signin: AWS Sign-In now allows customers to control access to the AWS Management Console using resource-based policies. With this release customers can restrict console access based on network perimeters such as VPC IDs, VPC endpoints, and IP addresses. (7ac0cf5f)
  • client-ecs: Amazon ECS Managed Daemon task definitions now support pidMode and ipcMode parameters. Set shared to allow daemons to share PID or IPC namespaces with co-located tasks on Managed Instances, enabling process tracing and shared memory communication. (4a88904d)
  • client-lightsail: This release adds support for Asia Pacific (Hong Kong) (ap-east-1), Europe (Spain) (eu-south-2) and South America (Sao Paulo) (sa-east-1) Regions. (2d21213a)
  • client-sagemaker: Add support for G6e instances (ml.g6e.xlarge through ml.g6e.48xlarge) on Amazon SageMaker Notebook Instances. (1f9aaa5b)
  • client-connecthealth: Add support for MedicalScribeBinaryAudioEvent in the Medical Scribe streaming input. This new event type lets you send audio as a raw binary payload instead of a base64-encoded value (b53e6271)
  • undici-http-handler: re-export '@​smithy/undici-http-handler' (#8093) (7a1992b0)
Tests
  • client-iam: update hook time out (#8094) (8c4cdea5)
  • use crypto.randomUUID for resource names in e2e tests (#8091) (

Bumps the dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `22.2.2` | `22.2.3` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.60.1` | `8.61.0` |
| [archiver](https://github.com/archiverjs/node-archiver) | `7.0.1` | `8.0.0` |
| [@types/archiver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/archiver) | `7.0.0` | `8.0.0` |
| [undici](https://github.com/nodejs/undici) | `8.3.0` | `8.4.1` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-blob) | `12.31.0` | `12.32.0` |
| [@azure/storage-queue](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-queue) | `12.29.0` | `12.30.0` |
| [@google-cloud/storage](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/storage) | `7.19.0` | `7.21.0` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `13.10.0` | `14.0.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1062.0` | `3.1067.0` |
| [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) | `3.5.2` | `3.5.3` |
| [mockserver-client](https://github.com/mock-server/mockserver-monorepo/tree/HEAD/mockserver-client-node) | `6.1.0` | `7.0.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.6.3` | `9.7.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.22.4` | `3.22.5` |
| [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver) | `6.0.1` | `6.1.0` |
| [@types/oracledb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/oracledb) | `6.10.4` | `7.0.0` |


Updates `npm-check-updates` from 22.2.2 to 22.2.3
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v22.2.2...v22.2.3)

Updates `prettier` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.8.4)

Updates `typescript-eslint` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/typescript-eslint)

Updates `archiver` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/archiverjs/node-archiver/releases)
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md)
- [Commits](archiverjs/node-archiver@7.0.1...8.0.0)

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

Updates `undici` from 8.3.0 to 8.4.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v8.3.0...v8.4.1)

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

Updates `@azure/storage-blob` from 12.31.0 to 12.32.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/storage-blob_12.32.0/sdk/storage/storage-blob)

Updates `@azure/storage-queue` from 12.29.0 to 12.30.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/storage-queue_12.30.0/sdk/storage/storage-queue)

Updates `@google-cloud/storage` from 7.19.0 to 7.21.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/storage/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/storage-v7.21.0/handwritten/storage)

Updates `firebase-admin` from 13.10.0 to 14.0.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v13.10.0...v14.0.0)

Updates `@aws-sdk/client-s3` from 3.1062.0 to 3.1067.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1067.0/clients/client-s3)

Updates `mariadb` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-nodejs@3.5.2...3.5.3)

Updates `mockserver-client` from 6.1.0 to 7.0.0
- [Release notes](https://github.com/mock-server/mockserver-monorepo/releases)
- [Changelog](https://github.com/mock-server/mockserver-monorepo/blob/master/changelog.md)
- [Commits](https://github.com/mock-server/mockserver-monorepo/commits/mockserver-client-node-7.0.0/mockserver-client-node)

Updates `mongoose` from 9.6.3 to 9.7.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.6.3...9.7.0)

Updates `mysql2` from 3.22.4 to 3.22.5
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.22.4...v3.22.5)

Updates `neo4j-driver` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases)
- [Commits](neo4j/neo4j-javascript-driver@6.0.1...6.1.0)

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

---
updated-dependencies:
- dependency-name: npm-check-updates
  dependency-version: 22.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: archiver
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/archiver"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: undici
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/archiver"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/storage-queue"
  dependency-version: 12.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: firebase-admin
  dependency-version: 14.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1067.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mariadb
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mockserver-client
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 9.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.22.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: neo4j-driver
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/oracledb"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code major An incompatible API change labels Jun 19, 2026
@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 5618f47
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a3491d456353d0008e39aed
😎 Deploy Preview https://deploy-preview-1374--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 19, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-cae7b764d6 branch June 19, 2026 08:58
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 major An incompatible API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants