This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +115
-39
lines changed Expand file tree Collapse file tree 6 files changed +115
-39
lines changed Original file line number Diff line number Diff line change 88** /out-tsc
99** /.chalice /deployments
1010** /source /helper /webapp-manifest.json
11+ build
1112
1213# dependencies
1314** /node_modules
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ deployment/simple-file-manager-for-amazon-efs.yaml:84
1515deployment/simple-file-manager-for-amazon-efs.yaml:69
1616test/
1717Config
18+ source/web/package-lock.json
1819
1920[node-npmoutdated]
2021@aws-amplify/api=4.0.64
Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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/ )
Original file line number Diff line number Diff line change @@ -1186,9 +1186,20 @@ requests_toolbelt under the Apache-2.0 license.
11861186urllib3 under the MIT license.
11871187actions/checkout under the MIT license.
11881188aws-actions/configure-aws-credentials under the MIT license.
1189- nashmaniac/create-issue-action license unknown or missing
11901189stelligent/cfn_nag under the MIT license.
11911190nanasess/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********************
11941205OPEN SOURCE LICENSES
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments