Skip to content

Commit 730032e

Browse files
committed
Update to v6.3.5
1 parent 84178c9 commit 730032e

26 files changed

Lines changed: 4888 additions & 4509 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.3.5] - 2026-02-06
9+
10+
### Fixed
11+
12+
- Updated dependencies to address [CVE-2026-25128](https://avd.aquasec.com/nvd/2026/cve-2026-25128/)
13+
814
## [6.3.4] - 2026-01-08
915

1016
### Fixed

package-lock.json

Lines changed: 532 additions & 502 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quota-monitor-for-aws",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "Quota Monitor for AWS",
55
"author": "aws-solutions",
66
"license": "Apache-2.0",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@types/jest": "^30.0.0",
2626
"@types/node": "^25.0.3",
27-
"@types/uuid": "^11.0.0",
27+
"@types/uuid": "^10.0.0",
2828
"@typescript-eslint/eslint-plugin": "^8.51.0",
2929
"@typescript-eslint/parser": "^8.51.0",
3030
"eslint": "^9.39.2",

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0005
33
name: quota-monitor-for-aws
4-
version: v6.3.4
4+
version: v6.3.5
55
cloudformation_templates:
66
- template: quota-monitor-hub.template
77
main_template: true

source/lambda/services/cwPoller/package-lock.json

Lines changed: 610 additions & 561 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/services/cwPoller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cw-poller",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "microservice to poll for utilization metrics",
55
"author": {
66
"name": "Amazon Web Services",

source/lambda/services/deploymentManager/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/services/deploymentManager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deployment-manager",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "microservice to manage event bridge permission and stackset deployments",
55
"main": "./index.js",
66
"author": {

source/lambda/services/helper/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/services/helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quota-monitor-helper",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "microservice with helper modules for quota monitor solution",
55
"author": {
66
"name": "Amazon Web Services",

0 commit comments

Comments
 (0)