Skip to content

Commit

Permalink
update dependencies (highlight#6961)
Browse files Browse the repository at this point in the history
Merges a number of dependabot upgrades to resolve security
vulnerabilities.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 7a3e3d0 commit 48be97a
Show file tree
Hide file tree
Showing 12 changed files with 162 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Login to Docker Hub
if: github.event.pull_request.head.repo.full_name == 'highlight/highlight' || github.ref == 'refs/heads/main'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions backend/go.mod

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

20 changes: 8 additions & 12 deletions backend/go.sum

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

2 changes: 1 addition & 1 deletion e2e/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"typescript": "^4.9.5",
"wrangler": "^3.1.2"
"wrangler": "^3.22.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@highlight-run/remix": "workspace:*",
"@remix-run/css-bundle": "^1.18.1",
"@remix-run/node": "^1.18.1",
"@remix-run/react": "^2.4.0",
"@remix-run/react": "^2.4.1",
"@remix-run/serve": "^1.18.1",
"isbot": "^3.6.8",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion highlight.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vercel/speed-insights": "^1.0.0",
"antd": "^4.24.7",
"classnames": "^2.3.1",
"dexie": "^3.2.2",
"dexie": "^3.2.4",
"docs-content": "workspace:*",
"embla-carousel-react": "^7.0.5",
"framer-motion": "^8.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/aws-lambda": "^8.10.119",
"@types/express": "^4.17.17",
"@types/node": "^20.2.5",
"nodemon": "^2.0.22",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/poetry.lock

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

14 changes: 7 additions & 7 deletions sdk/highlight-py/poetry.lock

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

2 changes: 1 addition & 1 deletion sdk/highlight-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@remix-run/react": "^2.4.0",
"@remix-run/react": "^2.4.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit 48be97a

Please sign in to comment.