Skip to content

Commit

Permalink
dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFlexy committed Dec 5, 2024
1 parent 75f4d6d commit bd662ce
Show file tree
Hide file tree
Showing 9 changed files with 561 additions and 327 deletions.
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/git-shallow-clone@2.8.0

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

parameters:
run_build_and_deploy:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,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.22.6.zip" -o "awscliv2.zip" && \
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.12.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.8/terraform_1.9.8_linux_amd64.zip && \
RUN wget -q -O terraform.zip https://releases.hashicorp.com/terraform/1.10.1/terraform_1.10.1_linux_amd64.zip && \
unzip -o terraform.zip terraform && \
rm terraform.zip && \
cp terraform /usr/local/bin/
Expand Down
603 changes: 461 additions & 142 deletions package-lock.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
"@aws-sdk/client-apigatewayv2": "3.699.0",
"@aws-sdk/client-batch": "3.699.0",
"@aws-sdk/client-cloudfront": "3.699.0",
"@aws-sdk/client-cloudwatch": "3.699.0",
"@aws-sdk/client-cloudwatch-logs": "3.699.0",
"@aws-sdk/client-cloudwatch": "3.705.0",
"@aws-sdk/client-cloudwatch-logs": "3.703.0",
"@aws-sdk/client-cognito-identity-provider": "3.699.0",
"@aws-sdk/client-dynamodb": "3.699.0",
"@aws-sdk/client-dynamodb": "3.705.0",
"@aws-sdk/client-dynamodb-streams": "3.699.0",
"@aws-sdk/client-glue": "3.699.0",
"@aws-sdk/client-glue": "3.705.0",
"@aws-sdk/client-lambda": "3.699.0",
"@aws-sdk/client-opensearch": "3.699.0",
"@aws-sdk/client-opensearch": "3.703.0",
"@aws-sdk/client-route-53": "3.699.0",
"@aws-sdk/client-s3": "3.701.0",
"@aws-sdk/client-s3": "3.705.0",
"@aws-sdk/client-ses": "3.699.0",
"@aws-sdk/client-sns": "3.699.0",
"@aws-sdk/client-sqs": "3.699.0",
"@aws-sdk/client-ssm": "3.699.0",
"@aws-sdk/credential-provider-node": "3.699.0",
"@aws-sdk/lib-dynamodb": "3.699.0",
"@aws-sdk/lib-storage": "3.701.0",
"@aws-sdk/node-http-handler": "3.370.0",
"@aws-sdk/protocol-http": "3.370.0",
"@aws-sdk/lib-dynamodb": "3.705.0",
"@aws-sdk/lib-storage": "3.705.0",
"@aws-sdk/node-http-handler": "3.374.0",
"@aws-sdk/protocol-http": "3.374.0",
"@aws-sdk/rds-signer": "3.699.0",
"@aws-sdk/s3-presigned-post": "3.701.0",
"@aws-sdk/s3-request-presigner": "3.701.0",
"@aws-sdk/signature-v4": "3.370.0",
"@aws-sdk/util-dynamodb": "3.699.0",
"@aws-sdk/s3-presigned-post": "3.705.0",
"@aws-sdk/s3-request-presigner": "3.705.0",
"@aws-sdk/signature-v4": "3.374.0",
"@aws-sdk/util-dynamodb": "3.705.0",
"@cerebral/react": "4.2.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "5.15.4",
Expand All @@ -51,7 +51,7 @@
"@uswds/uswds": "3.7.1",
"aws-lambda": "1.0.7",
"aws-xray-sdk": "3.10.2",
"axios": "1.7.8",
"axios": "1.7.9",
"broadcast-channel": "7.0.0",
"canvas": "2.11.2",
"cerebral": "5.2.1",
Expand All @@ -63,8 +63,8 @@
"deep-freeze": "0.0.1",
"diff-arrays-of-objects": "1.1.9",
"dom-serializer": "2.0.0",
"english-ordinals": "3.3.0",
"exceljs": "4.4.0",
"english-ordinals": "3.3.1",
"export-to-csv": "1.4.0",
"express": "4.21.1",
"fflate": "0.8.2",
Expand Down Expand Up @@ -255,31 +255,31 @@
},
"devDependencies": {
"@aws-sdk/client-iam": "3.699.0",
"@aws-sdk/client-rds": "3.699.0",
"@aws-sdk/client-rds": "3.703.0",
"@aws-sdk/client-secrets-manager": "3.699.0",
"@aws-sdk/client-sts": "3.699.0",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@babel/register": "7.25.9",
"@cypress/puppeteer": "0.1.5",
"@faker-js/faker": "9.2.0",
"@faker-js/faker": "9.3.0",
"@miovision/eslint-plugin-disallow-date": "2.0.0",
"@types/aws-lambda": "8.10.146",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/luxon": "3.4.2",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"@types/promise-retry": "1.1.6",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/uuid": "10.0.0",
"@types/websocket": "1.0.10",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vendia/serverless-express": "4.12.6",
"autoprefixer": "10.4.20",
"aws-sdk-client-mock": "4.1.0",
Expand All @@ -289,7 +289,7 @@
"cognito-local": "3.23.3",
"crypto-browserify": "3.12.1",
"csv-parse": "5.6.0",
"cypress": "13.16.0",
"cypress": "13.16.1",
"cypress-axe": "1.5.0",
"cypress-file-upload": "5.0.8",
"decimal.js": "10.4.3",
Expand All @@ -312,7 +312,7 @@
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
Expand All @@ -334,16 +334,16 @@
"pngjs": "7.0.0",
"postcss": "8.4.49",
"postcss-preset-env": "10.1.1",
"prettier": "3.4.1",
"prettier": "3.4.2",
"puppeteer": "23.0.0",
"puppeteer-core": "23.0.0",
"readline": "1.3.0",
"s3rver": "github:20minutes/s3rver",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"sass": "1.82.0",
"sass-loader": "16.0.4",
"shuffle-seed": "1.1.6",
"stream-browserify": "3.0.0",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.8"* ]]; then
if [[ ${tf_version} != *"1.10.1"* ]]; then
echo "Please set your terraform version to 1.9.8 before deploying."
exit 1
fi
8 changes: 4 additions & 4 deletions web-api/runtimes/puppeteer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-api/runtimes/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@sparticuz/chromium": "127.0.0",
"pug": "3.0.3",
"puppeteer-core": "23.0.0",
"sass": "1.81.0"
"sass": "1.82.0"
},
"scripts": {},
"main": "index.js",
Expand Down
Loading

0 comments on commit bd662ce

Please sign in to comment.