An open index of dependabot pull requests across open source projects.

deps: bump the npm-minor-patch group across 1 directory with 31 updates

Closed
Number: #34
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: March 23, 2026 at 04:47 AM UTC
(2 months ago)
Updated: March 30, 2026 at 05:00 AM UTC
(2 months ago)
Closed: March 30, 2026 at 05:00 AM UTC
(2 months ago)
Time to Close: 7 days
Description:

Bumps the npm-minor-patch group with 31 updates in the / directory:

Package From To
@swc/core 1.15.11 1.15.21
@types/debug 4.1.12 4.1.13
@types/node 25.2.2 25.5.0
typescript-eslint 8.54.0 8.57.1
@aws-sdk/client-s3 3.998.0 3.1014.0
@aws-sdk/s3-request-presigner 3.998.0 3.1014.0
ioredis 5.9.2 5.10.1
@aws-sdk/credential-provider-node 3.972.18 3.972.24
ajv 8.17.1 8.18.0
@aws-sdk/client-secrets-manager 3.985.0 3.1014.0
@aws-sdk/client-ssm 3.985.0 3.1014.0
@aws-sdk/client-dynamodb 3.1000.0 3.1014.0
@aws-sdk/lib-dynamodb 3.1000.0 3.1014.0
@aws-sdk/client-sqs 3.1000.0 3.1014.0
@aws-sdk/util-dynamodb 3.996.1 3.996.2
@types/aws-lambda 8.10.160 8.10.161
@aws-sdk/rds-signer 3.1004.0 3.1014.0
knex 3.1.0 3.2.3
@opentelemetry/api-logs 0.200.0 0.213.0
@opentelemetry/sdk-node 0.200.0 0.213.0
@opentelemetry/sdk-trace-node 2.5.0 2.6.0
@opentelemetry/sdk-logs 0.200.0 0.213.0
@opentelemetry/resources 2.5.0 2.6.0
@opentelemetry/semantic-conventions 1.39.0 1.40.0
@opentelemetry/exporter-trace-otlp-grpc 0.200.0 0.213.0
@opentelemetry/exporter-logs-otlp-grpc 0.200.0 0.213.0
@opentelemetry/core 2.5.0 2.6.0
@opentelemetry/instrumentation 0.200.0 0.213.0
@opentelemetry/instrumentation-http 0.200.0 0.213.0
@opentelemetry/instrumentation-undici 0.14.0 0.23.0
@aws-sdk/client-sns 3.1000.0 3.1014.0

Updates @swc/core from 1.15.11 to 1.15.21

Changelog

Sourced from @​swc/core's changelog.

[1.15.21] - 2026-03-22

Bug Fixes

  • (cli) Honor externalHelpers=false in rust binary (#11693) (1be052e)

  • (cli) Skip mkdir when --out-file targets the current directory (#11720) (f3f4e51)

  • (es/decorators) Resolve 2022-03 issues #9565/#9078/#9079 and add regressions (#11698) (a025d2b)

  • (es/fixer) Wrap new opt chain (#11618) (fdcd184)

  • (es/flow) Normalize module await bindings for Hermes parity (#11703) (73d8761)

  • (es/minifier) Fix compatibility for Wasm plugin (swc_ast_unknown) (#11641) (abd0e45)

  • (es/module) Preserve explicit index.js import path when baseUrl is set (#11597) (830dbeb)

  • (es/module) Avoid rewriting unknown relative extensions (#11713) (ed09218)

  • (es/regexp) Implement transform-named-capturing-groups-regex (#11642) (f62bfa9)

  • (es/types) Add new options types (#11683) (62eeee1)

  • (malloc) Fallback to system allocator on linux gnu s390x/powerpc (#11606) (e103fac)

  • Update lz4_flex to resolve RUSTSEC-2026-0041 (#11701) (7528507)

Documentation

... (truncated)

Commits
  • a06c4b9 chore: Publish 1.15.21 with swc_core v59.0.1
  • eb169d5 chore: Publish 1.15.21-nightly-20260322.3 with swc_core v59.0.1
  • 4c378f7 chore: Publish 1.15.21-nightly-20260322.2 with swc_core v59.0.1
  • 1cdd010 chore: Publish 1.15.21-nightly-20260322.1 with swc_core v59.0.1
  • de0c918 chore: Publish 1.15.20-nightly-20260302.1 with swc_core v58.0.4
  • f79f31e chore: Publish 1.15.19-nightly-20260302.1 with swc_core v58.0.3
  • 357255d feat(bindings): Add linux ppc64le and s390x support across npm bindings (#11602)
  • 7cb1be2 chore: Publish 1.15.18 with swc_core v58.0.1
  • 2821ed0 chore: Publish 1.15.18-nightly-20260301.1 with swc_core v58.0.1
  • 08806df chore: Publish 1.15.17 with swc_core v58.0.1
  • Additional commits viewable in compare view

Updates @types/debug from 4.1.12 to 4.1.13

Commits

Updates @types/node from 25.2.2 to 25.5.0

Commits

Updates typescript-eslint from 8.54.0 to 8.57.1

Release notes

Sourced from typescript-eslint's releases.

v8.57.1

8.57.1 (2026-03-16)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)

❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

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

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.57.1 (2026-03-16)

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.

8.57.0 (2026-03-09)

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.

8.56.1 (2026-02-23)

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.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

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

8.55.0 (2026-02-09)

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 @aws-sdk/client-s3 from 3.998.0 to 3.1014.0

Release notes

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

v3.1014.0

3.1014.0(2026-03-20)

Chores
Documentation Changes
  • client-backup: Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs) (4d912214)
New Features
  • clients: update client endpoints as of 2026-03-20 (6450a12d)
  • client-verifiedpermissions: Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs. (c8fe1858)
  • client-opensearch: Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy. (c9bdbb54)
  • client-dynamodb: Adding ReplicaArn to ReplicaDescription of a global table replica (51c2c17a)
Tests
  • snapshot-testing: fix structure of XML errors from mock service (#7874) (a17511fe)

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

v3.1013.0

3.1013.0(2026-03-19)

Chores
  • xml-builder: single-pass XML escape for escapeElement and escapeAttribute (#7833) (97de5649)
New Features
  • clients: update client endpoints as of 2026-03-19 (485aa086)
  • client-batch: AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues. (3e695b9a)
  • client-bedrock-agentcore-control: Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter. (d286f51f)
  • client-bedrock-agentcore: This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs (088f0580)
  • client-polly: Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously. (581bf849)
  • client-ec2: Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization. (5ae4a552)
  • client-observabilityadmin: Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field (f8dcb3a1)
Bug Fixes
  • xml-builder: configure maxTotalExpansions on fast-xml-parser (#7868) (2ad14770)

... (truncated)

Changelog

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

3.1014.0 (2026-03-20)

Note: Version bump only for package @​aws-sdk/client-s3

3.1013.0 (2026-03-19)

Note: Version bump only for package @​aws-sdk/client-s3

3.1012.0 (2026-03-18)

Note: Version bump only for package @​aws-sdk/client-s3

3.1011.0 (2026-03-17)

Note: Version bump only for package @​aws-sdk/client-s3

3.1010.0 (2026-03-16)

Note: Version bump only for package @​aws-sdk/client-s3

3.1009.0 (2026-03-13)

Note: Version bump only for package @​aws-sdk/client-s3

3.1008.0 (2026-03-12)

... (truncated)

Commits

Updates @aws-sdk/s3-request-presigner from 3.998.0 to 3.1014.0

Release notes

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

v3.1014.0

3.1014.0(2026-03-20)

Chores
Documentation Changes
  • client-backup: Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs) (4d912214)
New Features
  • clients: update client endpoints as of 2026-03-20 (6450a12d)
  • client-verifiedpermissions: Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs. (c8fe1858)
  • client-opensearch: Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy. (c9bdbb54)
  • client-dynamodb: Adding ReplicaArn to ReplicaDescription of a global table replica (51c2c17a)
Tests
  • snapshot-testing: fix structure of XML errors from mock service (#7874) (a17511fe)

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

v3.1013.0

3.1013.0(2026-03-19)

Chores
  • xml-builder: single-pass XML escape for escapeElement and escapeAttribute (#7833) (97de5649)
New Features
  • clients: update client endpoints as of 2026-03-19 (485aa086)
  • client-batch: AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues. (3e695b9a)
  • client-bedrock-agentcore-control: Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter. (d286f51f)
  • client-bedrock-agentcore: This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs (088f0580)
  • client-polly: Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously. (581bf849)
  • client-ec2: Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization. (5ae4a552)
  • client-observabilityadmin: Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field (f8dcb3a1)
Bug Fixes
  • xml-builder: configure maxTotalExpansions on fast-xml-parser (#7868) (2ad14770)

... (truncated)

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.1014.0 (2026-03-20)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1013.0 (2026-03-19)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1012.0 (2026-03-18)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1011.0 (2026-03-17)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1010.0 (2026-03-16)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1009.0 (2026-03-13)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1008.0 (2026-03-12)

... (truncated)

Commits

Updates ioredis from 5.9.2 to 5.10.1

Release notes

Sourced from ioredis's releases.

v5.10.1

5.10.1 (2026-03-19)

Bug Fixes

  • cluster: lazily start sharded subscribers (#2090) (4f167bb)

v5.10.0

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)

v5.9.3

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)
Changelog

Sourced from ioredis's changelog.

5.10.1 (2026-03-19)

Bug Fixes

  • cluster: lazily start sharded subscribers (#2090) (4f167bb)

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)
Commits
  • 9e26f8b chore(release): 5.10.1 [skip ci]
  • 4f167bb fix(cluster): lazily start sharded subscribers (#2090)
  • 623cee5 chore(release): 5.10.0 [skip ci]
  • 5219f9f feat: add hash field expiration commands and tests
  • b38124f feat: add hexpireat & hexpiretime (#2082)
  • 232e548 ci: make Coveralls steps non-blocking in test_with_cov workflow (#2083)
  • cd19ab0 chore(release): 5.9.3 [skip ci]
  • 326528b chore(release): 5.9.3 [skip ci]
  • 0a1a898 fix(types): optional properties on RedisOptions allow explicit undefined (#2066)
  • 8adb1ae fix: autopipelining to route writes to masters with scaleReads (#2072)
  • Additional commits viewable in compare view

Updates @aws-sdk/credential-provider-node from 3.972.18 to 3.972.24

Changelog

Sourced from @​aws-sdk/credential-provider-node's changelog.

3.972.24 (2026-03-20)

Chores

  • credential-provider-node: update dependencies.

3.972.23 (2026-03-19)

Chores

  • credential-provider-node: update dependencies.

3.972.22 (2026-03-18)

Chores

  • credential-provider-node: update dependencies.

3.972.21 (2026-03-13)

Chores

  • codegen: sync for retry strategy lifecycle fix (#7842) (7bf8888)

3.972.20 (2026-03-12)

Chores

  • credential-provider-node: update dependencies.

3.972.19 (2026-03-09)

Chores

  • credential-provider-node: update dependencies.
Commits

Updates ajv from 8.17.1 to 8.18.0

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • See full diff in compare view

Updates @aws-sdk/client-secrets-manager from 3.985.0 to 3.1014.0

Release notes

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

v3.1014.0

3.1014.0(2026-03-20)

Chores
Documentation Changes
  • client-backup: Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs) (4d912214)
New Features
  • clients: update client endpoints as of 2026-03-20 (6450a12d)
  • client-verifiedpermissions: Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs. (c8fe1858)
  • client-opensearch: Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy. (c9bdbb54)
  • client-dynamodb: Adding ReplicaArn to ReplicaDescription of a global table replica (51c2c17a)
Tests
  • snapshot-testing: fix structure of XML errors from mock service (#7874) (a17511fe)

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

v3.1013.0

3.1013.0(2026-03-19)

Chores
  • xml-builder: single-pass XML escape for escapeElement and escapeAttribute (#7833) (97de5649)
New Features
  • clients: update client endpoints as of 2026-03-19 (485aa086)
  • client-batch: AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues. (3e695b9a)
  • client-bedrock-agentcore-control: Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter. (d286f51f)
  • client-bedrock-agentcore: This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs (088f0580)
  • client-polly: Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously. (581bf849)
  • client-ec2: Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization. (5ae4a552)
  • client-observabilityadmin: Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field (f8dcb3a1)
Bug Fixes
  • xml-builder: configure maxTotalExpansions on fast-xml-parser (#7868) (2ad14770)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-secrets-manager's changelog.

3.1014.0 (2026-03-20)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.1013.0 (2026-03-19)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.1012.0 (2026-03-18)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.1011.0 (2026-03-17)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.1010.0 (2026-03-16)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.1009.0 (2026-03-13)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.1008.0 (2026-03-12)

... (truncated)

Commits

Updates @aws-sdk/client-ssm from 3.985.0 to 3.1014.0

Release notes

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

v3.1014.0

3.1014.0(2026-03-20)

Chores
Documentation Changes
  • client-backup: Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs) (4d912214)
New Features
  • clients: update client endpoints as of 2026-03-20 (6450a12d)
  • client-verifiedpermissions: Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs. (c8fe1858)
  • client-opensearch: Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy. (c9bdbb54)
  • client-dynamodb: Adding ReplicaArn to ReplicaDescription of a global table replica (51c2c17a)
Tests
  • snapshot-testing: fix structure of XML errors from mock service (#7874) (a17511fe)

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

v3.1013.0

3.1013.0(2026-03-19)

Chores
  • xml-builder: single-pass XML escape for escapeElement and escapeAttribute (#7833) (97de5649)
New Features
  • clients: update client endpoints as...

    Description has been truncated

Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
25.2.2 → 25.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.998.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.996.1 → 3.996.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.998.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.54.0 → 8.57.1
Update Type:
Minor
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.15.11 → 1.15.21
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.985.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1000.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.985.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1000.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1004.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Package:
ajv
Ecosystem:
npm
Version Change:
8.17.1 → 8.18.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1000.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.972.18 → 3.972.24
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1000.0 → 3.1014.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.5.0 → 2.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.5.0 → 2.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.5.0 → 2.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.10.160 → 8.10.161
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.12 → 4.1.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.39.0 → 1.40.0
Update Type:
Minor
Package:
ioredis
Ecosystem:
npm
Version Change:
5.9.2 → 5.10.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.14.0 → 0.23.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Package:
knex
Ecosystem:
npm
Version Change:
3.1.0 → 3.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.200.0 → 0.213.0
Update Type:
Minor
Technical Details
ID: 14905597
UUID: 4118212745
Node ID: PR_kwDORKdrX87MkXX0
Host: GitHub
Repository: newstack-cloud/celerity-node-sdk