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

Dependency Updates - 09/23/2024 #5394

Merged
merged 7 commits into from
Sep 24, 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.10
efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:4.3.11

parameters:
run_build_and_deploy:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: node-20.14.0-chrome-125.0.* is debian 12.5 (bookworm)

FROM cypress/browsers:node-20.17.0-chrome-128.0.6613.119-1-ff-130.0-edge-128.0.2739.63-1
FROM cypress/browsers:node-20.17.0-chrome-128.0.6613.137-1-ff-130.0.1-edge-128.0.2739.67-1

WORKDIR /home/app

Expand Down Expand Up @@ -37,12 +37,12 @@ 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.49.zip" -o "awscliv2.zip" && \
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.56.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
./aws/install && \
rm -rf awscliv2.zip

RUN wget -q -O terraform.zip https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_linux_amd64.zip && \
RUN wget -q -O terraform.zip https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_linux_amd64.zip && \
unzip -o terraform.zip terraform && \
rm terraform.zip && \
cp terraform /usr/local/bin/
Expand Down
9,058 changes: 4,501 additions & 4,557 deletions package-lock.json

Large diffs are not rendered by default.

88 changes: 44 additions & 44 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.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/client-api-gateway": "3.654.0",
"@aws-sdk/client-apigatewaymanagementapi": "3.654.0",
"@aws-sdk/client-apigatewayv2": "3.654.0",
"@aws-sdk/client-cloudfront": "3.654.0",
"@aws-sdk/client-cloudwatch": "3.654.0",
"@aws-sdk/client-cloudwatch-logs": "3.654.0",
"@aws-sdk/client-cognito-identity-provider": "3.654.0",
"@aws-sdk/client-dynamodb": "3.656.0",
"@aws-sdk/client-dynamodb-streams": "3.654.0",
"@aws-sdk/client-glue": "3.655.0",
"@aws-sdk/client-lambda": "3.656.0",
"@aws-sdk/client-opensearch": "3.654.0",
"@aws-sdk/client-route-53": "3.654.0",
"@aws-sdk/client-s3": "3.654.0",
"@aws-sdk/client-ses": "3.654.0",
"@aws-sdk/client-sns": "3.654.0",
"@aws-sdk/client-sqs": "3.654.0",
"@aws-sdk/client-ssm": "3.654.0",
"@aws-sdk/credential-provider-node": "3.654.0",
"@aws-sdk/lib-dynamodb": "3.656.0",
"@aws-sdk/lib-storage": "3.654.0",
"@aws-sdk/node-http-handler": "3.374.0",
"@aws-sdk/protocol-http": "3.374.0",
"@aws-sdk/s3-presigned-post": "3.650.0",
"@aws-sdk/s3-request-presigner": "3.650.0",
"@aws-sdk/s3-presigned-post": "3.654.0",
"@aws-sdk/s3-request-presigner": "3.654.0",
"@aws-sdk/signature-v4": "3.374.0",
"@aws-sdk/util-dynamodb": "3.650.0",
"@aws-sdk/util-dynamodb": "3.656.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.10.0",
"aws-xray-sdk": "3.10.1",
"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.20.0",
"express": "4.21.0",
"fflate": "0.8.2",
"form-data": "4.0.0",
"image-blob-reduce": "4.1.0",
Expand All @@ -86,7 +86,7 @@
"react-number-format": "5.4.2",
"react-quill": "2.0.0",
"react-responsive": "10.0.0",
"react-select": "5.8.0",
"react-select": "5.8.1",
"riot-route": "3.1.4",
"sanitize-filename": "1.6.3",
"servor": "4.0.2",
Expand Down Expand Up @@ -242,8 +242,8 @@
"ejs": "3.1.10"
},
"devDependencies": {
"@aws-sdk/client-iam": "3.650.0",
"@aws-sdk/client-secrets-manager": "3.650.0",
"@aws-sdk/client-iam": "3.654.0",
"@aws-sdk/client-secrets-manager": "3.654.0",
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
Expand All @@ -252,20 +252,20 @@
"@babel/preset-typescript": "7.24.7",
"@babel/register": "7.24.6",
"@cypress/puppeteer": "^0.1.5",
"@faker-js/faker": "9.0.0",
"@faker-js/faker": "9.0.1",
"@miovision/eslint-plugin-disallow-date": "2.0.0",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/promise-retry": "1.1.6",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"@types/websocket": "1.0.10",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@vendia/serverless-express": "4.12.6",
"artillery": "2.0.20",
"artillery-plugin-metrics-by-endpoint": "1.14.0",
Expand All @@ -283,7 +283,7 @@
"decimal.js": "10.4.3",
"dynamodb-admin": "4.6.1",
"dynamodb-streams-readable": "3.0.0",
"esbuild": "0.23.1",
"esbuild": "0.24.0",
"esbuild-css-modules-plugin": "3.1.2",
"esbuild-plugin-babel-cached": "0.2.3",
"esbuild-plugin-clean": "1.0.1",
Expand All @@ -301,34 +301,34 @@
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-sort-requires-fix": "2.1.2",
"eslint-plugin-spellcheck": "0.0.20",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"lint-staged": "15.2.10",
"lint-staged-shellcheck": "0.1.2",
"livereload": "0.9.3",
"nodemon": "3.1.4",
"nodemon": "3.1.7",
"pdf2pic": "3.1.3",
"pixelmatch": "6.0.0",
"pngjs": "7.0.0",
"postcss": "8.4.45",
"postcss-preset-env": "10.0.3",
"postcss": "8.4.47",
"postcss-preset-env": "10.0.5",
"prettier": "3.3.3",
"puppeteer": "23.0.0",
"puppeteer-core": "23.0.0",
pixiwyn marked this conversation as resolved.
Show resolved Hide resolved
"readline": "1.3.0",
"s3rver": "github:20minutes/s3rver",
"sass": "1.78.0",
"sass-loader": "16.0.1",
"sass": "1.79.3",
"sass-loader": "16.0.2",
"shuffle-seed": "1.1.6",
"stream-browserify": "3.0.0",
"stylelint": "16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/verify-terraform-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

tf_version=$(terraform --version)

if [[ ${tf_version} != *"1.9.5"* ]]; then
echo "Please set your terraform version to 1.9.5 before deploying."
if [[ ${tf_version} != *"1.9.6"* ]]; then
echo "Please set your terraform version to 1.9.6 before deploying."
exit 1
fi
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.67.0"
aws = "5.68.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.67.0"
aws = "5.68.0"
}
}

Expand Down
Loading
Loading