Skip to content

Commit

Permalink
Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group (AdobeDoc…
Browse files Browse the repository at this point in the history
…s#262)

Bumps the npm_and_yarn group with 1 update: [elliptic](https://github.com/indutny/elliptic).


Updates `elliptic` from 6.5.4 to 6.5.7
- [Commits](indutny/elliptic@v6.5.4...v6.5.7)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent a915508 commit d2f46b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
8 changes: 4 additions & 4 deletions src/pages/app-development/learning-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following resources will help you get to know the extensibility options offe
- Develop custom applications with Adobe Developer App Builder
- [App Builder overview](https://developer.adobe.com/app-builder/docs/overview/) - An overview of the App Builder ecosystem. The App Builder documentation applies to all Adobe products that integrate with App Builder, including Adobe Commerce.
- [Creating your first App Builder application](https://developer.adobe.com/app-builder/docs/getting_started/first_app/) - A generalized tutorial on creating your first App Builder app. If you are new to App Builder, Adobe recommends reviewing the App Builder overview before beginning this tutorial.
- [Building integrations with App Builder](https://developer.adobe.com/commerce/extensibility/starter-kit/create-integration/) - Accelerate building integrations with the integration starter kit for Adobe Commerce
- [Building integrations with App Builder](../starter-kit/create-integration.md) - Accelerate building integrations with the integration starter kit for Adobe Commerce
- Orchestration with API Mesh for Adobe Developer App Builder
- [Getting started](https://developer.adobe.com/graphql-mesh-gateway/gateway/getting-started/) - Information on how to get started with API Mesh.
- [Creating a mesh](https://developer.adobe.com/graphql-mesh-gateway/gateway/create-mesh/) - Developer documentation on creating a mesh.
Expand Down Expand Up @@ -62,9 +62,9 @@ The following resources will help you get to know the extensibility options offe
- [Extension points](https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/extension-points/) - Developer documentation on how to use existing extension points in any Adobe Developer App Builder application that customizes the Adobe Commerce Admin.
- Extend native Commerce processes with webhooks
- [Overview](https://developer.adobe.com/commerce/extensibility/webhooks/) - An architectural overview of webhooks.
- [Setup and installation](https://developer.adobe.com/commerce/extensibility/webhooks/installation/) - Information on how to install Commerce modules necessary for implementing webhooks.
- [Configuration](https://developer.adobe.com/commerce/extensibility/webhooks/hooks/) - Developer documentation on how to configure hooks for Adobe Commerce.
- [Common use cases](https://developer.adobe.com/commerce/extensibility/webhooks/use-cases/) - Descriptions of common Adobe Commerce use cases for webhooks.
- [Setup and installation](../webhooks/installation.md) - Information on how to install Commerce modules necessary for implementing webhooks.
- [Configuration](../webhooks/hooks.md) - Developer documentation on how to configure hooks for Adobe Commerce.
- [Common use cases](../webhooks/use-cases.md) - Descriptions of common Adobe Commerce use cases for webhooks.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion src/pages/events/consume-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ An [Adobe I/O Runtime Action](https://developer.adobe.com/runtime/docs/guides/ov

See [Runtime Action with a Callback to Commerce](./consume-events-examples/runtime-action-commerce-callback.md) for an example of how a runtime action can consume an event and make an API call back to Commerce to get more information.

See more examples of end-to-end integrations between Commerce and 3rd party systems like ERPs that use runtime actions in our [Starter Kit](https://developer.adobe.com/commerce/extensibility/starter-kit/send-data/) documentation.
See more examples of end-to-end integrations between Commerce and 3rd party systems like ERPs that use runtime actions in our [Starter Kit](../starter-kit/send-data.md) documentation.

## Using Amazon EventBridge

Expand Down
23 changes: 4 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8759,9 +8759,9 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:^6.5.3":
version: 6.5.4
resolution: "elliptic@npm:6.5.4"
"elliptic@npm:^6.5.3, elliptic@npm:^6.5.5":
version: 6.5.7
resolution: "elliptic@npm:6.5.7"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
Expand All @@ -8770,22 +8770,7 @@ __metadata:
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: d56d21fd04e97869f7ffcc92e18903b9f67f2d4637a23c860492fbbff5a3155fd9ca0184ce0c865dd6eb2487d234ce9551335c021c376cd2d3b7cb749c7d10f4
languageName: node
linkType: hard

"elliptic@npm:^6.5.5":
version: 6.5.6
resolution: "elliptic@npm:6.5.6"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
hash.js: ^1.0.0
hmac-drbg: ^1.0.1
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: 213d778ccfe99ec8f0f871b1cc96a10ac3763d9175215d0a9dc026f291e5f50fea6f635e4e47b4506f9ada25aeb703bd807d8737b880dbb24d092a3001c6d97d
checksum: af0ffddffdbc2fea4eeec74388cd73e62ed5a0eac6711568fb28071566319785df529c968b0bf1250ba4bc628e074b2d64c54a633e034aa6f0c6b152ceb49ab8
languageName: node
linkType: hard

Expand Down

0 comments on commit d2f46b7

Please sign in to comment.