Skip to content

build(deps): bump form-data, grunt-bower-task, grunt-contrib-less, sqlite3 and supertest - #11

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-1733c87be8
Open

build(deps): bump form-data, grunt-bower-task, grunt-contrib-less, sqlite3 and supertest#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-1733c87be8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown

Bumps form-data to 4.0.6 and updates ancestor dependencies form-data, grunt-bower-task, grunt-contrib-less, sqlite3 and supertest. These dependencies need to be updated together.

Updates form-data from 0.1.4 to 4.0.6

Release notes

Sourced from form-data's releases.

v4.0.4

v4.0.4 - 2025-07-16

Commits

  • [meta] add auto-changelog 811f682
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 1d11a76
  • [Fix] Switch to using crypto random for boundary values 3d17230
  • [Tests] fix linting errors 5e34080
  • [meta] actually ensure the readme backup isn’t published 316c82b
  • [Dev Deps] update @ljharb/eslint-config 58c25d7
  • [meta] fix readme capitalization 2300ca1

v4.0.3

v4.0.3 - 2025-06-05

Fixed

Commits

  • [eslint] use a shared config 426ba9a
  • [eslint] fix some spacing issues 2094191
  • [Refactor] use hasown 81ab41b
  • [Fix] validate boundary type in setBoundary() method 8d8e469
  • [Tests] add tests to check the behavior of getBoundary with non-strings 837b8a1
  • [Dev Deps] remove unused deps 870e4e6
  • [meta] remove local commit hooks e6e83cc
  • [Dev Deps] update eslint 4066fd6
  • [meta] fix scripts to use prepublishOnly c4bbb13

v4.0.2

v4.0.2 - 2025-02-14

Merged

Fixed

Commits

... (truncated)

Changelog

Sourced from form-data's changelog.

v4.0.6 - 2026-06-12

Commits

  • [Fix] escape CR, LF, and " in field names and filenames 8dff42c
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape f31d21e
  • [Deps] update hasown, mime-types 92ae0eb
  • [Dev Deps] update js-randomness-predictor 67b0f65

v4.0.5 - 2025-11-17

Commits

  • [Tests] Switch to newer v8 prediction library; enable node 24 testing 16e0076
  • [Dev Deps] update @ljharb/eslint-config, eslint 5822467
  • [Fix] set Symbol.toStringTag in the proper place 76d0dee

v4.0.4 - 2025-07-16

Commits

  • [meta] add auto-changelog 811f682
  • [Tests] handle predict-v8-randomness failures in node < 17 and node > 23 1d11a76
  • [Fix] Switch to using crypto random for boundary values 3d17230
  • [Tests] fix linting errors 5e34080
  • [meta] actually ensure the readme backup isn’t published 316c82b
  • [Dev Deps] update @ljharb/eslint-config 58c25d7
  • [meta] fix readme capitalization 2300ca1

v4.0.3 - 2025-06-05

Fixed

Commits

  • [eslint] use a shared config 426ba9a
  • [eslint] fix some spacing issues 2094191
  • [Refactor] use hasown 81ab41b
  • [Fix] validate boundary type in setBoundary() method 8d8e469
  • [Tests] add tests to check the behavior of getBoundary with non-strings 837b8a1
  • [Dev Deps] remove unused deps 870e4e6
  • [meta] remove local commit hooks e6e83cc
  • [Dev Deps] update eslint 4066fd6
  • [meta] fix scripts to use prepublishOnly c4bbb13

v4.0.2 - 2025-02-14

Merged

... (truncated)

Commits
  • 64190db v4.0.6
  • 92ae0eb [Deps] update hasown, mime-types
  • f31d21e [Dev Deps] update @ljharb/eslint-config, auto-changelog, tape
  • 8dff42c [Fix] escape CR, LF, and " in field names and filenames
  • 67b0f65 [Dev Deps] update js-randomness-predictor
  • 68ff7dd v4.0.5
  • 5822467 [Dev Deps] update @ljharb/eslint-config, eslint
  • 76d0dee [Fix] set Symbol.toStringTag in the proper place
  • 16e0076 [Tests] Switch to newer v8 prediction library; enable node 24 testing
  • 41996f5 v4.0.4
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for form-data since your current version.

Install script changes

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


Updates grunt-bower-task from 0.4.0 to 0.6.2

Release notes

Sourced from grunt-bower-task's releases.

New Features & Bug Fixes

  • Added prune option (via PR #99)
  • Updated some dependencies (PR #167)
Changelog

Sourced from grunt-bower-task's changelog.

v0.6.2

  • Bump grunt version to 1.5.2

v0.6.1

  • Pin colors to 1.4.0

v0.6.0

  • Update to lodash 4.17.21
Commits

Updates grunt-contrib-less from 1.0.1 to 1.4.1

Changelog

Sourced from grunt-contrib-less's changelog.

v1.4.1: date: 2017-03-08 changes: - 'Fix sourceMappingURL to be the same as the CSS if not specified, #322.' - 'Rethrow the compilation error after printing the message, #315.' v1.4.0: date: 2016-07-21 changes: - Update async and less to ~2.7.1. v1.3.0: date: 2016-04-07 changes: - Update lodash and async dependecies. v1.2.0: date: 2016-02-01 changes: - Update to less ~2.6.0. - Removed peerDependency from package.json. v1.1.0: date: 2015-11-09 changes: - Update to less ~2.5.0. v1.0.0: date: 2014-12-23 changes: - Update to less 2.1.0. v0.12.0: date: 2014-10-23 changes: - Added cleancssOptions as an option. - When possible, includes filename for failed writes. - Ensure banner only outputs on the first file in a series. v0.11.4: date: 2014-07-29 changes: - Fix banner and urlArgs LESS options. - Fixes npm 2 peerDependencies issues. v0.11.3: date: 2014-06-20 changes: - Update to Less ~1.7.2. v0.11.2: date: 2014-06-01 changes: - Lock to less 1.7.0. v0.11.1: date: 2014-05-26 changes: - Fix modifyVars to work when less file ends with a comment. v0.11.0:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by xhmikosr, a new releaser for grunt-contrib-less since your current version.


Updates sqlite3 from 4.0.9 to 4.2.0

Release notes

Sourced from sqlite3's releases.

v4.2.0

  • electron: Electron v8, v8.1.x & v8.2.x #1294 #1308
  • sqlite3: update to 3.31.1 (3310100) #1289
  • webpack: split sqlite3-binding.js out so that it could be override by webpack #1268
  • sqlite3: enable 'SQLITE_ENABLE_DBSTAT_VTAB=1' #1281
  • deps: remove request #1287
  • deps: alternative update of node-gyp for electron (v1 - v4), windows #1283
  • electron: fix dist url #1282
  • docs: Added json1 support note #1303

v4.1.1

  • Electron v6.1 and v7 support #1237
  • Electron v7.1 support #1254
  • SQLite3 update to 3.30.1 #1238
  • Overwrite 'msbuild_toolset' only if 'toolset' is defined #1242
  • Upgrade CI to node-gyp 6.x for Windows Electron v5 & v6 builds #1245
  • Node v13 support #1247
  • Use minimum supported node version for Electron 7 #1255

v4.1.0

No release notes provided.

Changelog

Sourced from sqlite3's changelog.

4.2.0

  • electron: Electron v8, v8.1.x & v8.2.x #1294 #1308
  • sqlite3: update to 3.31.1 (3310100) #1289
  • webpack: split sqlite3-binding.js out so that it could be override by webpack #1268
  • sqlite3: enable 'SQLITE_ENABLE_DBSTAT_VTAB=1' #1281
  • deps: remove request #1287
  • deps: alternative update of node-gyp for electron (v1 - v4), windows #1283
  • electron: fix dist url #1282
  • docs: Added json1 support note #1303

4.1.1

  • Electron v6.1 and v7 support #1237
  • Electron v7.1 support #1254
  • SQLite3 update to 3.30.1 #1238
  • Overwrite 'msbuild_toolset' only if 'toolset' is defined #1242
  • Upgrade CI to node-gyp 6.x for Windows Electron v5 & v6 builds #1245
  • Node v13 support #1247
  • Use minimum supported node version for Electron 7 #1255

4.1.0

  • Electron v6 support #1195
  • Electron v4.1 and v4.2 support #1180
  • Custom file header with --sqlite_magic #1144
  • https everywhere #1177
Commits

Updates supertest from 1.0.1 to 7.2.2

Release notes

Sourced from supertest's releases.

v7.2.2

  • fix: replace &#39;should&#39; dependency with native assertions in cookies module 1954bcf

forwardemail/supertest@v7.2.1...v7.2.2

v7.2.1

  • fix: correct case-sensitive require path for assertion module d4f04fb

forwardemail/supertest@v7.2.0...v7.2.1

v7.2.0

  • fix: fixed package lock c4b08a6
  • fix: drop v14 and v16 from tests d084ce2
  • Merge pull request #872 from forwardemail/dependabot/npm_and_yarn/js-yaml-3.14.2 61f3ddf
  • Merge pull request #873 from forwardemail/dependabot/npm_and_yarn/multi-6d05d0e569 bd2fe45
  • chore(deps): bump qs, body-parser and express 07bf4fb
  • Merge pull request #866 from SchroederSteffen/use-lowercase-header-name 0666797
  • Merge pull request #868 from dmurvihill/cookie-assertions 953eca7
  • chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 81ab94c
  • Merge pull request #870 from kudlav/patch-1 14d905d
  • Update links to documentation in README f508b30
  • feat(cookies): add cookie assertions 4f89680
  • chore(readme): use lower-case header name 1e642b0

forwardemail/supertest@v7.1.4...v7.2.0

v7.1.4

  • chore: bump deps 6021ec8
  • Merge pull request #865 from forwardemail/dependabot/npm_and_yarn/form-data-4.0.4 ceca508
  • chore(deps): bump form-data from 4.0.3 to 4.0.4 b1fb983

forwardemail/supertest@v7.1.3...v7.1.4

v7.1.3

  • fix: revert automatic server closing (per #651) b6fd281
  • fix: rename ci file 75bcbc9

forwardemail/supertest@v7.1.2...v7.1.3

v7.1.2

... (truncated)

Commits
  • d799751 7.2.2
  • 1954bcf fix: replace 'should' dependency with native assertions in cookies module
  • 8fb7453 7.2.1
  • d4f04fb fix: correct case-sensitive require path for assertion module
  • b8f0a43 7.2.0
  • c4b08a6 fix: fixed package lock
  • d084ce2 fix: drop v14 and v16 from tests
  • 61f3ddf Merge pull request #872 from forwardemail/dependabot/npm_and_yarn/js-yaml-3.14.2
  • bd2fe45 Merge pull request #873 from forwardemail/dependabot/npm_and_yarn/multi-6d05d...
  • 07bf4fb chore(deps): bump qs, body-parser and express
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by titanism, a new releaser for supertest since your current version.


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.

…lite3 and supertest

Bumps [form-data](https://github.com/form-data/form-data) to 4.0.6 and updates ancestor dependencies [form-data](https://github.com/form-data/form-data), [grunt-bower-task](https://github.com/yatskevich/grunt-bower-task), [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less), [sqlite3](https://github.com/TryGhost/node-sqlite3) and [supertest](https://github.com/ladjs/supertest). These dependencies need to be updated together.


Updates `form-data` from 0.1.4 to 4.0.6
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@0.1.4...v4.0.6)

Updates `grunt-bower-task` from 0.4.0 to 0.6.2
- [Release notes](https://github.com/yatskevich/grunt-bower-task/releases)
- [Changelog](https://github.com/yatskevich/grunt-bower-task/blob/devel/HISTORY.md)
- [Commits](https://github.com/yatskevich/grunt-bower-task/commits)

Updates `grunt-contrib-less` from 1.0.1 to 1.4.1
- [Release notes](https://github.com/gruntjs/grunt-contrib-less/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-less/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-less@v1.0.1...v1.4.1)

Updates `sqlite3` from 4.0.9 to 4.2.0
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Changelog](https://github.com/TryGhost/node-sqlite3/blob/v4.2.0/CHANGELOG.md)
- [Commits](TryGhost/node-sqlite3@v4.0.9...v4.2.0)

Updates `supertest` from 1.0.1 to 7.2.2
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@1.0.1...v7.2.2)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
- dependency-name: grunt-bower-task
  dependency-version: 0.6.2
  dependency-type: direct:development
- dependency-name: grunt-contrib-less
  dependency-version: 1.4.1
  dependency-type: direct:development
- dependency-name: sqlite3
  dependency-version: 4.2.0
  dependency-type: direct:production
- dependency-name: supertest
  dependency-version: 7.2.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 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