Skip to content

Commit

Permalink
Bump agent-js (#5219)
Browse files Browse the repository at this point in the history
# Motivation

Agent-js version 1.4.0 does not require `unsafe-eval` anymore which
means that we might be able to remove it from our CSP.

# Changes

Ran `npm install @dfinity/agent@^1.4.0`.

# Tests

Not tested. Existing tests should pass.

# Todos

- [ ] Add entry to changelog (if necessary).
not necessary
  • Loading branch information
dskloetd authored Jul 18, 2024
1 parent 5bb09b7 commit 2101912
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"type": "module",
"dependencies": {
"@dfinity/agent": "^1.3.0",
"@dfinity/agent": "^1.4.0",
"@dfinity/auth-client": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/ckbtc": "next",
Expand Down

0 comments on commit 2101912

Please sign in to comment.