Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 8942744

Browse files
authored
Merge pull request #247 from aws-solutions/feature/v1.5.17
Update to version v1.5.17
2 parents 2ecb752 + e484b7e commit 8942744

File tree

6 files changed

+115
-39
lines changed

6 files changed

+115
-39
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
**/out-tsc
99
**/.chalice/deployments
1010
**/source/helper/webapp-manifest.json
11+
build
1112

1213
# dependencies
1314
**/node_modules

.viperlightignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ deployment/simple-file-manager-for-amazon-efs.yaml:84
1515
deployment/simple-file-manager-for-amazon-efs.yaml:69
1616
test/
1717
Config
18+
source/web/package-lock.json
1819

1920
[node-npmoutdated]
2021
@aws-amplify/api=4.0.64

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ 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+
## [1.5.17] - 2025-07-29
9+
10+
### Security
11+
12+
- Bump `form-data` to `4.0.4` to resolve CVE [CVE-2025-7783 ](https://avd.aquasec.com/nvd/2025/cve-2025-7783/)
13+
814
## [1.5.16] - 2025-06-09
15+
916
### Security
1017

1118
- Bump `http-proxy-middleware` to `2.0.9` to resolve CVE [CVE-2025-32996](https://avd.aquasec.com/nvd/2025/cve-2025-32996/)

NOTICE

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,9 +1186,20 @@ requests_toolbelt under the Apache-2.0 license.
11861186
urllib3 under the MIT license.
11871187
actions/checkout under the MIT license.
11881188
aws-actions/configure-aws-credentials under the MIT license.
1189-
nashmaniac/create-issue-action license unknown or missing
11901189
stelligent/cfn_nag under the MIT license.
11911190
nanasess/setup-chromedriver under the MIT license.
1191+
is-inside-container under the MIT license.
1192+
default-browser under the MIT license.
1193+
bundle-name under the MIT license.
1194+
run-applescript under the MIT license.
1195+
default-browser-id under the MIT license.
1196+
is-network-error under the MIT license.
1197+
@jsonjoy.com/base64 under the Apache-2.0 license.
1198+
@jsonjoy.com/json-pack under the Apache-2.0 license.
1199+
hyperdyperid under the MIT license.
1200+
@jsonjoy.com/util under the Apache-2.0 license.
1201+
thingies under the Unlicense license.
1202+
tree-dump under the Apache-2.0 license.
11921203

11931204
********************
11941205
OPEN SOURCE LICENSES

source/web/package-lock.json

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

source/web/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@
5959
"cookie": "0.7.0",
6060
"cross-spawn": "^7.0.6",
6161
"vue": "^3.4.34",
62-
"webpack-dev-server": "^5.2.2"
62+
"webpack-dev-server": "^5.2.2",
63+
"form-data": "4.0.4",
64+
"on-headers": "1.1.0",
65+
"brace-expansion": "1.1.12"
6366
},
6467
"resolutions": {
6568
"fast-xml-parser": "4.4.1",

0 commit comments

Comments
 (0)