forked from openwallet-foundation/acapy-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the npm_and_yarn group across 1 directory with 3 updates #6
Closed
dependabot
wants to merge
6
commits into
main
from
dependabot/npm_and_yarn/oid4vc/integration/credo/npm_and_yarn-792a1fded4
Closed
build(deps): bump the npm_and_yarn group across 1 directory with 3 updates #6
dependabot
wants to merge
6
commits into
main
from
dependabot/npm_and_yarn/oid4vc/integration/credo/npm_and_yarn-792a1fded4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…updates Bumps the npm_and_yarn group with 2 updates in the /oid4vc/demo/frontend directory: [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). Bumps the npm_and_yarn group with 2 updates in the /oid4vc/integration/credo directory: [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…frontend/npm_and_yarn-aab514d202 build(deps): bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the pip group with 3 updates in the /kafka_events directory: [black](https://github.com/psf/black), [cryptography](https://github.com/pyca/cryptography) and [zipp](https://github.com/jaraco/zipp). Bumps the pip group with 1 update in the /kafka_events/integration directory: [black](https://github.com/psf/black). Bumps the pip group with 3 updates in the /redis_events/docker/services directory: [pydantic](https://github.com/pydantic/pydantic), [black](https://github.com/psf/black) and [aiohttp](https://github.com/aio-libs/aiohttp). Updates `black` from 24.4.2 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.10.0) Updates `cryptography` from 43.0.1 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.1...43.0.3) Updates `zipp` from 3.20.0 to 3.20.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.20.0...v3.20.2) Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.10.0) Updates `pydantic` from 2.7.4 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.4...v2.9.2) Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.10.0) Updates `aiohttp` from 3.10.5 to 3.10.10 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.5...v3.10.10) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: cryptography dependency-type: indirect dependency-group: pip - dependency-name: zipp dependency-type: indirect dependency-group: pip - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
…013043 build(deps): bump the pip group across 3 directories with 5 updates
* fix: Pass nonce and endpoint down to verification Addressing openwallet-foundation#1163, we are now saving the nonce for presentations and passing it along with the config endpoint down to the presentation verification logic. This should begin verifying the KB-JWT, but I'm a bit worried that the code may be fragile. I do not know the spec well enough to know if the KB-JWT is required when the verifier passes a nonce, or if it is completely optional. This change effectively makes it required 100% of the time for presentations. Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * fix: Credential creation request for SD-JWT Apparently some changes had been made somewhere, breaking the demo. The broken code in the demo has been changed and adapted to support the changes that have occured within the OID4VC plugin. Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * chore: fix linting Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * fix: Move nonce to presentation I originally thought I had put it on the presentation, but I stuck it on the presentation definition instead. My bad, this change fixes that Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * fix: verify_credential & presentation signatures Because changes have been made to the signature for SD-JWT's KB-JWT work, changes have been made to the regular JWT class and the base classes. Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * chore: line lengths I thought I had got these, but the lines were still too long... Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * feat: Pass full presentation record to verifiers Instead of passing down the nonce & aud parameters to the verify_presentation method, pass down the entire presentation record instead. Since we're retrieving the AUD field from the profile's config, let's just pull it out when we need it. Also realized that verify_credential isn't even called from the route, and so adding the presentation/nonce info may have broken whatever code calls it (specifically in pex.py, which I did not modify and don't understand how it works). Therefore, it was safer to remove it from the signature. Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * chore: Fix linting Signed-off-by: Colton Wolkins (Laptop) <[email protected]> * build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /kafka_events (openwallet-foundation#1181) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump pydantic from 1.10.18 to 1.10.19 in /kafka_events (openwallet-foundation#1180) Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.18 to 1.10.19. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.18...v1.10.19) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /connection_update (openwallet-foundation#1179) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump ruff in /firebase_push_notifications (openwallet-foundation#1178) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /basicmessage_storage (openwallet-foundation#1176) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /plugin_globals (openwallet-foundation#1175) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /redis_events (openwallet-foundation#1174) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump ruff from 0.7.2 to 0.7.3 in /rpc (openwallet-foundation#1173) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.2...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump google-auth in /firebase_push_notifications (openwallet-foundation#1177) Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.35.0 to 2.36.0. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-python@v2.35.0...v2.36.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: handle a None in provided sd_list properly Signed-off-by: Micah Peltier <[email protected]> * feat: add a deeply nested attribute to demo credential Signed-off-by: Micah Peltier <[email protected]> * fix: query presentations properly, formatting Signed-off-by: Micah Peltier <[email protected]> * fix: proper capitalization Signed-off-by: Micah Peltier <[email protected]> * chore: update poetry.lock files Signed-off-by: Sownak Roy <[email protected]> --------- Signed-off-by: Colton Wolkins (Laptop) <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Micah Peltier <[email protected]> Signed-off-by: Sownak Roy <[email protected]> Signed-off-by: Sownak Roy <[email protected]> Co-authored-by: Colton Wolkins (Laptop) <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Micah Peltier <[email protected]>
…dates Bumps the npm_and_yarn group with 3 updates in the /oid4vc/integration/credo directory: [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [send](https://github.com/pillarjs/send) and [expo](https://github.com/expo/expo/tree/HEAD/packages/expo). Updates `cross-spawn` from 6.0.5 to 6.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6) Updates `send` from 0.18.0 to 0.19.1 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/send/commits) Updates `expo` from 51.0.20 to 52.0.7 - [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: expo dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Nov 19, 2024
Superseded by #8. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/oid4vc/integration/credo/npm_and_yarn-792a1fded4
branch
November 19, 2024 16:49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 3 updates in the /oid4vc/integration/credo directory: cross-spawn, send and expo.
Updates
cross-spawn
from 6.0.5 to 6.0.6Changelog
Sourced from cross-spawn's changelog.
Commits
d35c865
chore(release): 6.0.65a37e19
chore: update package.json and package.lockba5aaef
fix: disable regexp backtracking (#160)f4af31c
fix(core): support worker threads (#127)Updates
send
from 0.18.0 to 0.19.1Release notes
Sourced from send's releases.
Changelog
Sourced from send's changelog.
Commits
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for send since your current version.
Updates
expo
from 51.0.20 to 52.0.7Changelog
Sourced from expo's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.