Skip to content

npm-frontend: bump uuid and @formio/js in /sources/packages/web - #6545

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sources/packages/web/multi-fc35cbed8b
Open

npm-frontend: bump uuid and @formio/js in /sources/packages/web#6545
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sources/packages/web/multi-fc35cbed8b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps uuid to 14.0.2 and updates ancestor dependency @formio/js. These dependencies need to be updated together.

Updates uuid from 9.0.1 to 14.0.2

Release notes

Sourced from uuid's releases.

v14.0.2

14.0.2 (2026-08-18)

Bug Fixes

  • v1: carry nsecs overflow into the timestamp's high bits (#972) (6adcc1d)
  • v1: set the multicast bit on v1Bytes's own randomly-generated node (#973) (b1da338)
  • v7: align default seq formula in v7Bytes with updateV7State (#965) (a67db57)

v14.0.1

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.2

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

v13.0.1

13.0.1 (2026-04-27)

Bug Fixes

... (truncated)

Changelog

Sourced from uuid's changelog.

14.0.2 (2026-08-18)

Bug Fixes

  • v1: carry nsecs overflow into the timestamp's high bits (#972) (6adcc1d)
  • v1: set the multicast bit on v1Bytes's own randomly-generated node (#973) (b1da338)
  • v7: align default seq formula in v7Bytes with updateV7State (#965) (a67db57)

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

14.0.0 (2026-04-19)

Security

  • Fixes GHSA-w5hq-g745-h8pq: v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.

⚠ BREAKING CHANGES

  • crypto is now expected to be globally defined (requires node@20+) (#935)
  • drop node@18 support (#934)
  • upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

... (truncated)

Commits
  • fd59f02 chore(main): release 14.0.2 (#967)
  • f3c564e docs: point the Node support permalink at the CI version matrix (#974)
  • b1da338 fix(v1): set the multicast bit on v1Bytes's own randomly-generated node (#973)
  • 6adcc1d fix(v1): carry nsecs overflow into the timestamp's high bits (#972)
  • ea83515 docs: cleanup API summary (#968)
  • ac36860 chore: pin publint version in CI (#966)
  • a67db57 fix(v7): align default seq formula in v7Bytes with updateV7State (#965)
  • 7017780 chore(main): release 14.0.1 (#964)
  • f2c3e4b chore: fix release-please workflow (#963)
  • 27ffae5 fix: add types condition to node export for moduleResolution bundler (#961)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @formio/js from 5.4.0 to 5.5.2

Changelog

Sourced from @​formio/js's changelog.

@​formio/js

5.5.1

Patch Changes

  • 8eb6855: FIO-11523 prevent adding new DOM when toggling manual mode
  • 1d9fcee: pin animation-frame-polyfill to ~1.0.3
  • 5d51d06: FIO-9855 removed deprecated settings
  • 6298b64: Clarified the tooltip of the Forward Headers setting of Webhook Actions
  • 3f8bcc1: FIO-11772 Added Quill deprecation notice
  • 793d0d8: FIO-11291: fixed Field Set Legend announcement by a screen reader for all Components within the field set on the View Submission page and PDF download
  • 2a0676a: FIO-11342 fixed refresh on feature for components inside DT
  • 543b082: FIO-9986 updated fjs Readme file
  • 5fa2592: FIO-11314: upgrade dompurify to 3.4.12
  • 587b8b4: Revert pull#977
  • dc60a11: FIO-11489 prevent HTML injection via logic
  • b20c6e2: Fixes an issue where submitting through Wizard navigation won't change state to 'submitted' from 'draft'
  • 5ec8478: Adds pageEnd event to PDF forms
  • eccfae0: showing label instead of raw value for Resource/URL Select inside an Edit Grid after setValue
  • Updated dependencies [9813447]
  • Updated dependencies [793d0d8]
  • Updated dependencies [5fa2592]
  • Updated dependencies [dc60a11]
    • @​formio/bootstrap@​4.0.4
    • @​formio/core@​2.8.1

5.5.1-api99.1

Patch Changes

  • 587b8b4: Revert pull#977

5.5.1-api99.0

Patch Changes

  • 8eb6855: FIO-11523 prevent adding new DOM when toggling manual mode
  • 1d9fcee: pin animation-frame-polyfill to ~1.0.3
  • 5d51d06: FIO-9855 removed deprecated settings
  • 6298b64: Clarified the tooltip of the Forward Headers setting of Webhook Actions
  • 3f8bcc1: FIO-11772 Added Quill deprecation notice
  • 793d0d8: FIO-11291: fixed Field Set Legend announcement by a screen reader for all Components within the field set on the View Submission page and PDF download
  • 82583ef: Fix nested form duplicate div wrapper
  • 2a0676a: FIO-11342 fixed refresh on feature for components inside DT
  • 543b082: FIO-9986 updated fjs Readme file
  • 5fa2592: FIO-11314: upgrade dompurify to 3.4.12
  • dc60a11: FIO-11489 prevent HTML injection via logic
  • b20c6e2: Fixes an issue where submitting through Wizard navigation won't change state to 'submitted' from 'draft'
  • 5ec8478: Adds pageEnd event to PDF forms

... (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 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 [uuid](https://github.com/uuidjs/uuid) to 14.0.2 and updates ancestor dependency [@formio/js](https://github.com/formio/formio.js). These dependencies need to be updated together.


Updates `uuid` from 9.0.1 to 14.0.2
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v14.0.2)

Updates `@formio/js` from 5.4.0 to 5.5.2
- [Changelog](https://github.com/formio/formio.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/formio/formio.js/commits)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.2
  dependency-type: indirect
- dependency-name: "@formio/js"
  dependency-version: 5.5.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file npm Used by the dependabot pull requests to identify PRs related to npm package upgrades. Web portal labels Aug 28, 2026
@sonarqubecloud

Copy link
Copy Markdown

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 npm Used by the dependabot pull requests to identify PRs related to npm package upgrades. Web portal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants