Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dep updates 20240911 #5362

Merged
merged 6 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
orbs:
git-shallow-clone: guitarrapc/[email protected]

efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:4.3.9
efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:4.3.10

parameters:
run_build_and_deploy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get install -y build-essential
RUN apt-get install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.46.zip" -o "awscliv2.zip" && \
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.49.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
./aws/install && \
rm -rf awscliv2.zip
Expand Down
9,315 changes: 5,880 additions & 3,435 deletions package-lock.json

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@
"dependencies": {
"@18f/us-federal-holidays": "4.0.0",
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-sdk/client-api-gateway": "3.645.0",
"@aws-sdk/client-apigatewaymanagementapi": "3.645.0",
"@aws-sdk/client-apigatewayv2": "3.645.0",
"@aws-sdk/client-cloudfront": "3.645.0",
"@aws-sdk/client-cloudwatch": "3.645.0",
"@aws-sdk/client-cloudwatch-logs": "3.645.0",
"@aws-sdk/client-cognito-identity-provider": "3.645.0",
"@aws-sdk/client-dynamodb": "3.645.0",
"@aws-sdk/client-dynamodb-streams": "3.645.0",
"@aws-sdk/client-glue": "3.645.0",
"@aws-sdk/client-lambda": "3.645.0",
"@aws-sdk/client-opensearch": "3.645.0",
"@aws-sdk/client-route-53": "3.645.0",
"@aws-sdk/client-s3": "3.645.0",
"@aws-sdk/client-ses": "3.645.0",
"@aws-sdk/client-sns": "3.645.0",
"@aws-sdk/client-sqs": "3.645.0",
"@aws-sdk/client-ssm": "3.645.0",
"@aws-sdk/credential-provider-node": "3.645.0",
"@aws-sdk/lib-dynamodb": "3.645.0",
"@aws-sdk/lib-storage": "3.645.0",
"@aws-sdk/client-api-gateway": "3.650.0",
"@aws-sdk/client-apigatewaymanagementapi": "3.650.0",
"@aws-sdk/client-apigatewayv2": "3.650.0",
"@aws-sdk/client-cloudfront": "3.650.0",
"@aws-sdk/client-cloudwatch": "3.650.0",
"@aws-sdk/client-cloudwatch-logs": "3.650.0",
"@aws-sdk/client-cognito-identity-provider": "3.650.0",
"@aws-sdk/client-dynamodb": "3.650.0",
"@aws-sdk/client-dynamodb-streams": "3.650.0",
"@aws-sdk/client-glue": "3.650.0",
"@aws-sdk/client-lambda": "3.650.0",
"@aws-sdk/client-opensearch": "3.650.0",
"@aws-sdk/client-route-53": "3.650.0",
"@aws-sdk/client-s3": "3.650.0",
"@aws-sdk/client-ses": "3.650.0",
"@aws-sdk/client-sns": "3.650.0",
"@aws-sdk/client-sqs": "3.650.0",
"@aws-sdk/client-ssm": "3.650.0",
"@aws-sdk/credential-provider-node": "3.650.0",
"@aws-sdk/lib-dynamodb": "3.650.0",
"@aws-sdk/lib-storage": "3.650.0",
"@aws-sdk/node-http-handler": "3.374.0",
"@aws-sdk/protocol-http": "3.374.0",
"@aws-sdk/s3-presigned-post": "3.645.0",
"@aws-sdk/s3-request-presigner": "3.645.0",
"@aws-sdk/s3-presigned-post": "3.650.0",
"@aws-sdk/s3-request-presigner": "3.650.0",
"@aws-sdk/signature-v4": "3.374.0",
"@aws-sdk/util-dynamodb": "3.645.0",
"@aws-sdk/util-dynamodb": "3.650.0",
"@cerebral/react": "4.2.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "5.15.4",
Expand All @@ -48,7 +48,7 @@
"@sparticuz/chromium": "127.0.0",
"@uswds/uswds": "3.7.1",
"aws-lambda": "1.0.7",
"aws-xray-sdk": "3.9.0",
"aws-xray-sdk": "3.10.0",
"axios": "1.7.7",
"broadcast-channel": "7.0.0",
"canvas": "2.11.2",
Expand All @@ -62,7 +62,7 @@
"diff-arrays-of-objects": "1.1.9",
"english-ordinals": "3.3.0",
"export-to-csv": "1.4.0",
"express": "4.19.2",
"express": "4.20.0",
"fflate": "0.8.2",
"form-data": "4.0.0",
"image-blob-reduce": "4.1.0",
Expand All @@ -83,7 +83,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-idle-timer": "5.7.2",
"react-number-format": "5.4.1",
"react-number-format": "5.4.2",
"react-quill": "2.0.0",
"react-responsive": "10.0.0",
"react-select": "5.8.0",
Expand Down Expand Up @@ -242,8 +242,8 @@
"ejs": "3.1.10"
},
"devDependencies": {
"@aws-sdk/client-iam": "3.645.0",
"@aws-sdk/client-secrets-manager": "3.645.0",
"@aws-sdk/client-iam": "3.650.0",
"@aws-sdk/client-secrets-manager": "3.650.0",
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
Expand All @@ -264,8 +264,8 @@
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"@types/websocket": "1.0.10",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vendia/serverless-express": "4.12.6",
"artillery": "2.0.20",
"artillery-plugin-metrics-by-endpoint": "1.14.0",
Expand Down Expand Up @@ -317,11 +317,11 @@
"lint-staged-shellcheck": "0.1.2",
"livereload": "0.9.3",
"nodemon": "3.1.4",
"pdf2pic": "3.1.1",
"pdf2pic": "3.1.3",
"pixelmatch": "6.0.0",
"pngjs": "7.0.0",
"postcss": "8.4.45",
"postcss-preset-env": "10.0.2",
"postcss-preset-env": "10.0.3",
"prettier": "3.3.3",
"puppeteer": "23.0.0",
"puppeteer-core": "23.0.0",
Expand All @@ -341,7 +341,7 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"utf8": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion shared/admin-tools/glue/glue_migrations/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion shared/admin-tools/glue/remote_role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
18 changes: 0 additions & 18 deletions web-api/elasticsearch/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { AwsSigv4Signer } from '@opensearch-project/opensearch/aws-v3';
import { Client } from '@opensearch-project/opensearch';
import {
DescribeDomainCommand,
ListDomainNamesCommand,
OpenSearchClient,
} from '@aws-sdk/client-opensearch';
import { defaultProvider } from '@aws-sdk/credential-provider-node';
Expand Down Expand Up @@ -56,20 +55,3 @@ export const getClient = async ({
node: elasticsearchEndpoint,
});
};

export const listDomains = async (): Promise<string[]> => {
const openSearchClient = new OpenSearchClient({ region: 'us-east-1' });
const listDomainsCommand: ListDomainNamesCommand = new ListDomainNamesCommand(
{ EngineType: 'OpenSearch' || 'Elasticsearch' },
);
const listDomainsResponse = await openSearchClient.send(listDomainsCommand);
const domainNames: string[] = [];
if (listDomainsResponse.DomainNames) {
for (const domainInfo of listDomainsResponse.DomainNames) {
if (domainInfo.DomainName) {
domainNames.push(domainInfo.DomainName);
}
}
}
return domainNames;
};
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
backend "s3" {}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
opensearch = {
source = "opensearch-project/opensearch"
version = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion web-api/terraform/applyables/allColors/allColors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion web-api/terraform/applyables/blue/blue.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion web-api/terraform/applyables/green/green.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

required_providers {
aws = "5.66.0"
aws = "5.67.0"
}
}

Expand Down
Loading