Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit f844ef1

Browse files
authored
Release/v1.9.3 (#1060)
* build(deps): bump dependencies to fix dependabot alerts cr: https://code.amazon.com/reviews/CR-153817696 * chore: adds deprecation warning to readme.md * build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 * chore: update .viperlighignore * build(deps): bump aws-cdk from 2.86.0 to 2.164.1 * chore: bump version in solutions-manifest.yaml
1 parent 7cb6858 commit f844ef1

16 files changed

+12192
-5628
lines changed

.viperlightignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ frontend/public/env.*:*
1818

1919
frontend/src/containers/__tests__/PublishingGuidanceSettings.test.tsx:28
2020

21+
.nightswatch/functional/__test__version-latest.js:42
22+
.nightswatch/functional/performance_dashboard_on_aws_helper.js:36
23+
SECURITY.md:6
24+
2125
frontend/src/locales/en/translation.json:536
2226

2327
node_modules/*
2428

25-
README.md:61
29+
Config
30+
README.md:65
2631

2732
# Adding packages to ignore list to avoid introducing breaking changes at this point
2833

@@ -44,7 +49,3 @@ typescript=4.8.4
4449
fs-extra=10.1.0
4550
@types/fs-extra=9.0.13
4651
prettier=2.8.0
47-
48-
49-
50-

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.9.3] - 2024-10-30
9+
10+
### Added
11+
12+
- Deprecation warning to the Readme.md
13+
14+
### Fixed
15+
16+
- Dependency libraries to address potential security vulnerabilities.
17+
818
## [1.9.2] - 2024-02-28
919

1020
### Changed

Config

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
package.Performance-dashboard-on-aws = {
2+
interfaces = (1.0);
3+
4+
# Use NoOpBuild.
5+
build-system = no-op;
6+
build-tools = {
7+
1.0 = {
8+
NoOpBuild = 1.0;
9+
};
10+
};
11+
12+
# Use runtime-dependencies for when you want to bring in additional
13+
# packages when deploying.
14+
# Use dependencies instead if you intend for these dependencies to
15+
# be exported to other packages that build against you.
16+
dependencies = {
17+
1.0 = {
18+
};
19+
};
20+
21+
runtime-dependencies = {
22+
1.0 = {
23+
};
24+
};
25+
26+
};

NOTICE.txt

Lines changed: 40 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ This software includes third party software subject to the following copyrights:
2323
@aws-amplify/ui-components@1.9.40 under the Apache-2.0
2424
@aws-amplify/ui-react@1.2.26 under the n/a
2525
@aws-cdk/aws-servicecatalogappregistry-alpha@2.60.0-alpha.0 under the Apache-2.0
26-
@aws-sdk/client-cognito-identity-provider@3.485.0 under the Apache-2.0
27-
@aws-sdk/client-dynamodb-streams@3.485.0 under the Apache-2.0
28-
@aws-sdk/client-dynamodb@3.485.0 under the Apache-2.0
29-
@aws-sdk/client-s3@3.485.0 under the Apache-2.0
26+
@aws-sdk/client-cognito-identity-provider@3.666.0 under the Apache-2.0
27+
@aws-sdk/client-dynamodb-streams@3.666.0 under the Apache-2.0
28+
@aws-sdk/client-dynamodb@3.666.0 under the Apache-2.0
29+
@aws-sdk/client-s3@3.651.1 under the Apache-2.0
30+
@aws-sdk/client-s3@3.666.0 under the Apache-2.0
3031
@aws-sdk/lib-dynamodb@3.485.0 under the Apache-2.0
3132
@aws-sdk/util-dynamodb@3.485.0 under the Apache-2.0
3233
@babel/plugin-proposal-private-property-in-object@7.21.11 under the MIT
33-
@cloudscape-design/components@3.0.159 under the Apache-2.0
34-
@cloudscape-design/global-styles@1.0.6 under the Apache-2.0
34+
@cloudscape-design/components@3.0.536 under the Apache-2.0
35+
@cloudscape-design/global-styles@1.0.23 under the Apache-2.0
3536
@commitlint/cli@17.6.6 under the MIT
3637
@commitlint/config-conventional@17.3.0 under the MIT
3738
@fortawesome/fontawesome-svg-core@1.2.36 under the MIT
@@ -48,8 +49,8 @@ This software includes third party software subject to the following copyrights:
4849
@types/cookie-parser@1.4.3 under the MIT
4950
@types/cors@2.8.12 under the MIT
5051
@types/cors@2.8.13 under the MIT
51-
@types/d3-scale@3.3.2 under the MIT
52-
@types/d3-shape@2.1.3 under the MIT
52+
@types/d3-scale@3.3.5 under the MIT
53+
@types/d3-shape@2.1.7 under the MIT
5354
@types/escape-html@1.0.2 under the MIT
5455
@types/express@4.17.13 under the MIT
5556
@types/express@4.17.14 under the MIT
@@ -60,65 +61,75 @@ This software includes third party software subject to the following copyrights:
6061
@types/node@16.11.65 under the MIT
6162
@types/node@16.18.10 under the MIT
6263
@types/node@16.18.7 under the MIT
63-
@types/papaparse@5.3.5 under the MIT
64+
@types/node@16.18.82 under the MIT
65+
@types/papaparse@5.3.14 under the MIT
6466
@types/pino@6.3.12 under the MIT
6567
@types/prompt@1.1.4 under the MIT
6668
@types/prompts@2.4.2 under the MIT
67-
@types/react-beautiful-dnd@13.1.3 under the MIT
68-
@types/react-csv@1.1.3 under the MIT
69+
@types/react-beautiful-dnd@13.1.8 under the MIT
70+
@types/react-csv@1.1.10 under the MIT
6971
@types/react-datepicker@3.1.8 under the MIT
70-
@types/react-dom@16.9.17 under the MIT
71-
@types/react-helmet@6.1.6 under the MIT
72-
@types/react-modal@3.13.1 under the MIT
72+
@types/react-dom@16.9.24 under the MIT
73+
@types/react-helmet@6.1.11 under the MIT
74+
@types/react-modal@3.16.3 under the MIT
7375
@types/react-router-dom@5.3.3 under the MIT
74-
@types/react-router-hash-link@2.4.5 under the MIT
75-
@types/react-table@7.7.12 under the MIT
76-
@types/react@16.14.34 under the MIT
77-
@types/recharts@1.8.24 under the MIT
76+
@types/react-router-hash-link@2.4.9 under the MIT
77+
@types/react-table@7.7.19 under the MIT
78+
@types/react@16.14.56 under the MIT
79+
@types/recharts@1.8.29 under the MIT
7880
@types/uuid@8.3.4 under the MIT
7981
@typescript-eslint/eslint-plugin@5.45.1 under the MIT
8082
@typescript-eslint/eslint-plugin@5.46.0 under the MIT
8183
@typescript-eslint/eslint-plugin@5.47.0 under the MIT
84+
@typescript-eslint/eslint-plugin@5.62.0 under the MIT
8285
aws-amplify@4.3.46 under the Apache-2.0
83-
aws-cdk-lib@2.86.0 under the Apache-2.0
84-
aws-cdk@2.86.0 under the Apache-2.0
86+
aws-cdk-lib@2.164.1 under the Apache-2.0
87+
aws-cdk@2.164.1 under the Apache-2.0
8588
aws-sdk-client-mock@3.0.1 under the MIT
8689
aws-serverless-express@3.4.0 under the Apache-2.0
90+
aws-xray-sdk@3.10.1 under the Apache-2.0
8791
aws-xray-sdk@3.5.3 under the Apache-2.0
8892
cdk-nag@2.21.43 under the Apache-2.0
8993
commitizen@4.3.0 under the MIT
9094
constructs@10.1.198 under the Apache-2.0
91-
cookie-parser@1.4.6 under the MIT
95+
cookie-parser@1.4.7 under the MIT
9296
cors@2.8.5 under the MIT
9397
csrf-csrf@2.2.4 under the ISC
9498
cz-conventional-changelog@3.3.0 under the MIT
9599
d3-interpolate@3.0.1 under the ISC
96100
d3-scale@4.0.2 under the ISC
97-
dayjs@1.11.7 under the MIT
101+
dayjs@1.11.10 under the MIT
98102
envalid@7.3.1 under the MIT
99103
eslint-config-airbnb-base@15.0.0 under the MIT
104+
eslint-config-prettier@8.10.0 under the MIT
100105
eslint-config-prettier@8.5.0 under the MIT
101106
eslint-config-standard-with-typescript@23.0.0 under the MIT
102107
eslint-plugin-import@2.26.0 under the MIT
108+
eslint-plugin-import@2.29.1 under the MIT
103109
eslint-plugin-n@15.6.0 under the MIT
110+
eslint-plugin-n@15.7.0 under the MIT
104111
eslint-plugin-prettier@4.2.1 under the MIT
112+
eslint-plugin-prettier@5.1.3 under the MIT
105113
eslint-plugin-promise@6.1.1 under the ISC
106114
eslint-plugin-react@7.32.2 under the MIT
115+
eslint-plugin-react@7.33.2 under the MIT
107116
eslint@8.29.0 under the MIT
108117
eslint@8.30.0 under the MIT
109-
express@4.18.1 under the MIT
110-
express@4.18.2 under the MIT
118+
eslint@8.56.0 under the MIT
119+
express@4.21.1 under the MIT
111120
fs-extra@10.1.0 under the MIT
112121
husky@8.0.2 under the MIT
122+
husky@8.0.3 under the MIT
113123
i18next@19.9.2 under the MIT
114124
jest@27.5.1 under the MIT
115125
jsonschema@1.4.1 under the MIT
116126
license-checker@25.0.1 under the BSD-3-Clause
117127
license-report@6.3.0 under the MIT
118128
lint-staged@13.1.0 under the MIT
129+
lint-staged@13.3.0 under the MIT
119130
mutationobserver-shim@0.3.7 under the MIT
120-
papaparse@5.3.2 under the MIT
121-
performance-dashboard-backend@1.9.2 under the Apache-2.0
131+
papaparse@5.4.1 under the MIT
132+
performance-dashboard-backend@1.9.3 under the Apache-2.0
122133
pino@6.14.0 under the MIT
123134
prettier@2.8.0 under the MIT
124135
prettier@2.8.1 under the MIT
@@ -142,15 +153,15 @@ react-tooltip@4.5.1 under the MIT
142153
react-waypoint@10.3.0 under the MIT
143154
react@16.14.0 under the MIT
144155
recharts@2.1.15 under the MIT
145-
sass@1.56.2 under the MIT
156+
sass@1.71.0 under the MIT
146157
source-map-support@0.5.21 under the MIT
147158
ts-jest@27.1.5 under the MIT
148159
ts-loader@9.4.2 under the MIT
149160
ts-node@10.9.1 under the MIT
150161
ts-node@8.10.2 under the MIT
151162
typescript@4.8.4 under the Apache-2.0
152-
uswds@2.13.3 under the SEE LICENSE IN LICENSE.md
163+
uswds@2.14.0 under the SEE LICENSE IN LICENSE.md
153164
uuid@8.3.2 under the MIT
154-
xlsx@0.19.3 under the Apache-2.0
165+
xlsx@0.20.2 under the Apache-2.0
155166
yargs@17.6.2 under the MIT
156167
yup@0.32.11 under the MIT

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Deprecation Warning
2+
### This solution will be deprecated as of 11/30/2024.
3+
---
4+
15
# Performance Dashboard on AWS
26

37
![Version](https://img.shields.io/github/v/release/aws-solutions/performance-dashboard-on-aws)

0 commit comments

Comments
 (0)