Skip to content

Commit

Permalink
Bump the hpke-js group with 4 updates (#1003)
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.4.3 to 1.5.0
- [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.4.3...1.5.0)

Updates `@hpke/chacha20poly1305` from 1.4.3 to 1.5.0
- [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.4.3...1.5.0)

Updates `@hpke/core` from 1.4.3 to 1.5.0
- [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.4.3...1.5.0)

Updates `@hpke/dhkem-x25519` from 1.4.3 to 1.5.0
- [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.4.3...1.5.0)

---
updated-dependencies:
- dependency-name: hpke-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hpke-js
- dependency-name: "@hpke/chacha20poly1305"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: hpke-js
- dependency-name: "@hpke/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: hpke-js
- dependency-name: "@hpke/dhkem-x25519"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Oct 14, 2024
1 parent 5d108b3 commit a4026e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 @@ -24,12 +24,12 @@
"@divviup/common": "^0.2.2",
"@divviup/prio3": "^0.8.0",
"@divviup/vdaf": "^0.8.0",
"hpke-js": "^1.4.3"
"hpke-js": "^1.5.0"
},
"devDependencies": {
"@hpke/chacha20poly1305": "^1.2.9",
"@hpke/core": "^1.2.9",
"@hpke/dhkem-x25519": "^1.2.9",
"@hpke/chacha20poly1305": "^1.5.0",
"@hpke/core": "^1.5.0",
"@hpke/dhkem-x25519": "^1.5.0",
"esbuild": "^0.24.0"
}
}

0 comments on commit a4026e3

Please sign in to comment.