Skip to content

Commit

Permalink
Bump the hpke-js group with 4 updates (#404)
Browse files Browse the repository at this point in the history
Bumps the hpke-js group with 4 updates: [hpke-js](https://github.com/dajiaji/hpke-js), [@hpke/chacha20poly1305](https://github.com/dajiaji/hpke-js), [@hpke/core](https://github.com/dajiaji/hpke-js) and [@hpke/dhkem-x25519](https://github.com/dajiaji/hpke-js).


Updates `hpke-js` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/dajiaji/hpke-js/releases)
- [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md)
- [Commits](dajiaji/hpke-js@1.2.2...1.2.3)

Updates `@hpke/chacha20poly1305` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/dajiaji/hpke-js/releases)
- [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md)
- [Commits](dajiaji/hpke-js@1.2.2...1.2.3)

Updates `@hpke/core` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/dajiaji/hpke-js/releases)
- [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md)
- [Commits](dajiaji/hpke-js@1.2.2...1.2.3)

Updates `@hpke/dhkem-x25519` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/dajiaji/hpke-js/releases)
- [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md)
- [Commits](dajiaji/hpke-js@1.2.2...1.2.3)

---
updated-dependencies:
- dependency-name: hpke-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hpke-js
- dependency-name: "@hpke/chacha20poly1305"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: hpke-js
- dependency-name: "@hpke/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: hpke-js
- dependency-name: "@hpke/dhkem-x25519"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: hpke-js
...

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 Sep 12, 2023
1 parent 5285fcd commit 092b8c5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/dap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@divviup/common": "^0.1.0",
"@divviup/prio3": "^0.1.0",
"@divviup/vdaf": "^0.1.0",
"hpke-js": "^1.2.2"
"hpke-js": "^1.2.3"
},
"devDependencies": {
"@hpke/chacha20poly1305": "^1.2.2",
"@hpke/core": "^1.2.2",
"@hpke/dhkem-x25519": "^1.2.2"
"@hpke/chacha20poly1305": "^1.2.3",
"@hpke/core": "^1.2.3",
"@hpke/dhkem-x25519": "^1.2.3"
}
}

0 comments on commit 092b8c5

Please sign in to comment.