Skip to content

Bump lodash and 3box#12

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-a62f4d701d
Open

Bump lodash and 3box#12
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-a62f4d701d

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 24, 2026

Bumps lodash to 4.17.23 and updates ancestor dependency 3box. These dependencies need to be updated together.

Updates lodash from 4.17.15 to 4.17.23

Commits

Updates 3box from 1.16.1 to 1.22.2

Release notes

Sourced from 3box's releases.

Release v1.22.0

Release notes

  • chore: upgrade [email protected]
  • fix: logout, clean up prior login state
  • chore: deprecate isLoggedIn, simply call auth, will return existing user if available
  • fix: another datastore path, resolves "key not found error"

Release v1.21.0

This release features a shared ipfs and orbitdb cache which will improve sync performance when using 3box across multiple apps.

Release notes

  • feat: shared ipfs and orbitdb iframe cache for faster auth/openbox and syncs
  • fix: ledger support

Release v1.20.3

This release upgrades ipfs to 0.46.0, adds a fix that may allow some very early 3box accounts to be loaded/synced again, and downgrades libp2p-pubsub as temporary fix for connect/gossipsub errors.

Release Notes

  • fix: timeout adress links which dont resolve ipfs.dag.get
  • chore: up ipfs 0.46.0
  • fix: downgrade libp2p-pubsub, 0.4.7 throwing error

3Box v1.20.0

This release brings new IPFS features/performance in [email protected], and decreases bundled size by 1mb. Based on feedback from our first 3ID-Connect release, this brings a new more lightweight version and refactor. With these changes you need to pass a provider (as before) when creating or authenticating. The function get3idConnectProvider() is no longer available, when passing a provider we create a 3ID-Connect provider in the background. The recommended way to initialize a session is now as follows.

// On page load create
const box = await Box.create()
// Later authenticate user
const spaces = ['myDapp']
await box.auth(spaces, { address: '0x12345abcde', provider: ethProvider })

Release Notes

  • feat: default to 3ID-Connect, pass an eth provider and 3id-connect will be created in background
  • feat: supported function for browser feature support detection
  • ref: pass a provider at box.auth instead of Box.create, so create can be called on page load.
  • chore: upgrade to ipfs 0.44.0, libp2p-webrtc
  • feat: ghostpinbot pass address
  • ref: link address on auth

3Box v1.19.0

Release Notes

v1.19.0 - 2020-05-12

  • chore: upgrade did-jwt and did resolver libraries

3Box v1.17.1

... (truncated)

Changelog

Sourced from 3box's changelog.

Release Notes

v1.22.0 - 2020-09-14

  • chore: upgrade [email protected]
  • fix: logout, clean up prior login state
  • chore: deprecate isLoggedIn, simply call auth, will return existing user if available
  • fix: another datastore path, resolves "key not found error"

v1.21.0 - 2020-08-06

  • feat: shared ipfs and orbitdb iframe cache for faster auth/openbox and syncs
  • fix: ledger support

v1.20.3 - 2020-07-13

This release upgrades ipfs to 0.46.0, adds a fix that may allow some older accounts to be loaded/synced again, and downgrades libp2p-pubsub as temporary fix for connect/gossipsub errors.

  • fix: timeout adress links which dont resolve ipfs.dag.get
  • chore: up ipfs 0.46.0
  • fix: downgrade libp2p-pubsub, 0.4.7 throwing error

v1.20.2 - 2020-07-09

Fixes getting verified accounts (getVerifiedAccounts)

  • fix: pass correct ipfs mock to resolve did

v1.20.1 - 2020-06-23

  • fix: bump libp2p-pubsub

v1.20.0 - 2020-06-15

This release brings new IPFS features/performance in 0.44.0, and decreases bundled size by 1mb. Based on feedback from our first 3ID-Connect release, this brings a new more lightweight version and refactor. With these changes you need to pass a provider (as before) when creating or authenticating. The function get3idConnectProvider() is no longer available, when passing a provider we create a 3ID-Connect provider in the background. The recommended way to initialize a session is now as follows.

// On page load create
const box = await Box.create()
// Later authenticate user
const spaces = ['myDapp']
await box.auth(spaces, { address: '0x12345abcde', provider: ethProvider })
  • feat: default to 3ID-Connect, pass an eth provider and 3id-connect will be created in background
  • feat: supported function for browser feature support detection
  • ref: pass a provider at box.auth instead of Box.create, so create can be called on page load.
  • chore: upgrade to ipfs 0.44.0, libp2p-webrtc
  • feat: ghostpinbot pass address
  • ref: link address on auth

v1.19.0 - 2020-05-12

  • chore: upgrade did-jwt and did resolver libraries

... (truncated)

Commits
  • 9b8e538 fix: ensure correct rootstore address (#922)
  • a718b50 fix: make sure hash is hex (#918)
  • c3f36e6 Merge pull request #917 from 3box/release/v1.22.0
  • 08670ca release v1.22.0
  • d010570 Merge pull request #914 from 3box/fix/ipfs-datastore-key-not-found
  • dcbde39 Merge pull request #913 from 3box/fix/logout-state
  • 9aa9d3c Merge pull request #911 from 3box/chore/up-ipfslog-orbitdb-25
  • 3c17a11 fix: another datastore path, for upgrade, key not found fix
  • f35672c chore: depracate isLoggedIn
  • cc2acc9 fix: fix logout, cleanup all state
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.23 and updates ancestor dependency [3box](https://github.com/3box/3box-js). These dependencies need to be updated together.


Updates `lodash` from 4.17.15 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.23)

Updates `3box` from 1.16.1 to 1.22.2
- [Release notes](https://github.com/3box/3box-js/releases)
- [Changelog](https://github.com/3box/3box-js/blob/develop/RELEASE-NOTES.md)
- [Commits](3box/3box-js@v1.16.1...v1.22.2)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
- dependency-name: 3box
  dependency-version: 1.22.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 24, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants