Skip to content

Commit

Permalink
Merge branch 'main' into OPS-2662-can-migration-2
Browse files Browse the repository at this point in the history
  • Loading branch information
johndeange committed Oct 17, 2024
2 parents a32f27a + f51ffad commit 4b2f0be
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/actions/bump-and-tag/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 .github/workflows/security_semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Semgrep Analyze
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep@sha256:62cfaca57ffd7a80bc9e233265927894caab661c6073bdbe923779e1879044df # 1.47.0
image: returntocorp/semgrep@sha256:25b0692015c29b7b520517da6356c521aff9691fad0b56df69f66bfaf9f0d20c # 1.47.0
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
Expand Down
Binary file modified frontend/bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-redux": "9.1.2",
"react-router-dom": "6.27.0",
"react-select": "5.8.1",
"sass": "1.79.4",
"sass": "1.79.6",
"sass-loader": "14.2.1",
"vest": "5.4.3",
"@eslint/compat": "1.2.0",
Expand All @@ -45,8 +45,8 @@
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-testing-library": "6.3.0",
"jose": "5.9.3",
"eslint-plugin-testing-library": "6.3.2",
"jose": "5.9.4",
"jsdom": "25.0.1",
"vite": "5.4.9",
"vite-jsconfig-paths": "2.0.1",
Expand All @@ -65,7 +65,7 @@
"@types/testing-library__react": "10.2.0",
"@vitest/coverage-istanbul": "2.1.3",
"@vitest/ui": "2.1.3",
"axe-core": "4.10.0",
"axe-core": "4.10.1",
"cypress": "13.13.3",
"cypress-axe": "1.5.0",
"cypress-localstorage-commands": "2.2.6",
Expand Down

0 comments on commit 4b2f0be

Please sign in to comment.