diff --git a/.circleci/config.yml b/.circleci/config.yml index c7a8200..f9006d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: command: | echo "Node version is: $(node --version)" echo "Running top level install..." - yarn install --frozen-lockfile --non-interactive + yarn install --non-interactive no_output_timeout: 10m - run: name: Install Edge Dependencies @@ -45,7 +45,7 @@ jobs: echo "Node version is: $(node --version)" echo "Running top level install..." pushd edge - yarn install --frozen-lockfile --non-interactive + yarn install --non-interactive popd no_output_timeout: 10m - save_cache: *save-cache diff --git a/package.json b/package.json index 9a560db..6aebc38 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@silvermine/serverless-plugin-cloudfront-lambda-edge": "^2.1.1", "@types/node": "^18.16.0", "auth0-spa-js": "^1.6.5", - "aws-sdk": "2.1363.0", + "aws-sdk": "2.1558.0", "bootstrap": "^4.4.0", "file-saver": "^2.0.5", "query-string": "^6.13.8",