Skip to content

Commit

Permalink
build: bump agent-js with security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 21, 2024
1 parent 8fea85b commit 75777df
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 109 deletions.
186 changes: 93 additions & 93 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
],
"homepage": "https://juno.build",
"peerDependencies": {
"@dfinity/agent": "^0.20.2",
"@dfinity/identity": "^0.20.2",
"@dfinity/principal": "^0.20.2",
"@dfinity/agent": "^1.0.1",
"@dfinity/identity": "^1.0.1",
"@dfinity/principal": "^1.0.1",
"@junobuild/config": "*",
"@junobuild/utils": "*",
"semver": "7.*"
Expand Down
8 changes: 4 additions & 4 deletions packages/core-peer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@junobuild/utils": "*"
},
"peerDependencies": {
"@dfinity/agent": "^0.20.2",
"@dfinity/auth-client": "^0.20.2",
"@dfinity/identity": "^0.20.2",
"@dfinity/principal": "^0.20.2"
"@dfinity/agent": "^1.0.1",
"@dfinity/auth-client": "^1.0.1",
"@dfinity/identity": "^1.0.1",
"@dfinity/principal": "^1.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
],
"homepage": "https://juno.build",
"dependencies": {
"@dfinity/agent": "^0.20.2",
"@dfinity/auth-client": "^0.20.2",
"@dfinity/identity": "^0.20.2",
"@dfinity/principal": "^0.20.2",
"@dfinity/agent": "^1.0.1",
"@dfinity/auth-client": "^1.0.1",
"@dfinity/identity": "^1.0.1",
"@dfinity/principal": "^1.0.1",
"@junobuild/utils": "*"
}
}
Loading

0 comments on commit 75777df

Please sign in to comment.