Skip to content

Commit

Permalink
Merge pull request #4138 from coralproject/hotfix/json-web-token-patch
Browse files Browse the repository at this point in the history
[HOTFIX] Update `jsonwebtoken` to address security vulnerability
  • Loading branch information
tessalt authored Jan 18, 2023
2 parents f4618ac + 5805388 commit f160450
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
no_output_timeout: 30m
- run:
name: Verify Bundle Size
command: npx bundlesize2 --enable-github-checks
command: ./node_modules/.bin/bundlesize --enable-github-checks
- save_cache:
key: v1-build-cache-{{ .Branch }}
paths:
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
gcloud --quiet config set project "${GOOGLE_PROJECT_ID}"
gcloud --quiet config set compute/zone "${GOOGLE_COMPUTE_ZONE}"
gcloud auth configure-docker --quiet
- run:
- run:
name: Create and push the image to GCR
command: bash ./scripts/docker.sh deploy-commit
no_output_timeout: 30m
Expand Down
Loading

0 comments on commit f160450

Please sign in to comment.