Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the production-dependencies group with 9 updates in the /backend directory:

Package From To
@octokit/core 6.1.4 6.1.5
cron 4.1.3 4.3.0
dotenv 16.4.7 16.5.0
eventsource 3.0.6 3.0.7
express 4.21.2 5.1.0
@types/express 4.17.21 5.0.1
mongoose 8.13.2 8.14.2
mysql2 3.14.0 3.14.1
octokit 4.1.2 4.1.3

Updates @octokit/core from 6.1.4 to 6.1.5

Release notes

Sourced from @​octokit/core's releases.

v6.1.5

6.1.5 (2025-04-10)

Bug Fixes

  • deps: update dependency @​octokit/types to v14 (#731) (3700c41)
Commits
  • 3700c41 fix(deps): update dependency @​octokit/types to v14 (#731)
  • fcfe306 chore(deps): bump vite from 6.1.0 to 6.2.5 (#729)
  • 59c0138 ci(prettier): use Node LTS instead of Node v16 (#727)
  • 7304860 chore(deps): update dependency prettier to v3.5.3 (#726)
  • 768204c chore(deps): update dependency prettier to v3.5.2 (#725)
  • 3105ee1 chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • 2ddb327 chore(deps): update dependency prettier to v3.5.1 (#722)
  • See full diff in compare view

Updates cron from 4.1.3 to 4.3.0

Release notes

Sourced from cron's releases.

v4.3.0

4.3.0 (2025-04-15)

✨ Features

v4.2.1-beta.1

4.2.1-beta.1 (2025-04-15)

🐛 Bug Fixes

  • prevent jobs from stopping unexpectedly (#963) (69d2ef5)

v4.2.0

4.2.0 (2025-04-14)

✨ Features

♻️ Chores

  • action: update github/codeql-action action to v3.28.15 (baf9c7e)
  • action: update marocchino/sticky-pull-request-comment action to v2.9.2 (#975) (df57bef)
  • action: update step-security/harden-runner action to v2.11.1 (da1764d)
  • deps: lock file maintenance (c37a3ec)
  • deps: lock file maintenance (#979) (6a355a3)
  • deps: pin dependencies (6ddc31e)
  • deps: update dependency @​fast-check/jest to v2.1.1 (3fa6836)
  • deps: update dependency @​swc/core to v1.11.18 (00d0685)
  • deps: update dependency @​types/node to v22.14.0 (7dedc90)
  • deps: update dependency sinon to v19.0.5 (448934c)
  • deps: update dependency sinon to v20 (#974) (ac25eff)
  • deps: update dependency typescript to v5.8.3 (7b583a4)
  • deps: update linters (#978) (cdb638a)
  • deps: update node.js to v23.11.0 (#973) (7d457cf)

v4.1.5-beta.1

4.1.5-beta.1 (2025-04-06)

🐛 Bug Fixes

  • prevent jobs from stopping unexpectedly (#963) (69d2ef5)

v4.1.4

4.1.4 (2025-04-06)

🛠 Builds

... (truncated)

Changelog

Sourced from cron's changelog.

4.3.0 (2025-04-15)

✨ Features

4.2.1-beta.1 (2025-04-15)

🐛 Bug Fixes

  • prevent jobs from stopping unexpectedly (#963) (69d2ef5)

4.2.0 (2025-04-14)

✨ Features

♻️ Chores

  • action: update github/codeql-action action to v3.28.15 (baf9c7e)
  • action: update marocchino/sticky-pull-request-comment action to v2.9.2 (#975) (df57bef)
  • action: update step-security/harden-runner action to v2.11.1 (da1764d)
  • deps: lock file maintenance (c37a3ec)
  • deps: lock file maintenance (#979) (6a355a3)
  • deps: pin dependencies (6ddc31e)
  • deps: update dependency @​fast-check/jest to v2.1.1 (3fa6836)
  • deps: update dependency @​swc/core to v1.11.18 (00d0685)
  • deps: update dependency @​types/node to v22.14.0 (7dedc90)
  • deps: update dependency sinon to v19.0.5 (448934c)
  • deps: update dependency sinon to v20 (#974) (ac25eff)
  • deps: update dependency typescript to v5.8.3 (7b583a4)
  • deps: update linters (#978) (cdb638a)
  • deps: update node.js to v23.11.0 (#973) (7d457cf)

4.1.4 (2025-04-06)

🛠 Builds

♻️ Chores

  • deps: lock file maintenance (c3190bf)
Commits
  • 0a81bec Release v4.3.0 [skip ci]
  • 994b93a feat: add options to handle cases where jobs could stop unexpectedly (#980)
  • 4b32db6 Release v4.2.0 [skip ci]
  • e296b76 feat: Allow awaiting job.stop() (#977)
  • 6a355a3 chore(deps): lock file maintenance (#979)
  • cdb638a chore(deps): update linters (#978)
  • ac25eff chore(deps): update dependency sinon to v20 (#974)
  • 7d457cf chore(deps): update node.js to v23.11.0 (#973)
  • 7dedc90 chore(deps): update dependency @​types/node to v22.14.0
  • 7b583a4 chore(deps): update dependency typescript to v5.8.3
  • Additional commits viewable in compare view

Updates dotenv from 16.4.7 to 16.5.0

Changelog

Sourced from dotenv's changelog.

16.5.0 (2025-04-07)

Added

  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP] Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed

  • Remove _log method. Use _debug #862
Commits

Updates eventsource from 3.0.6 to 3.0.7

Release notes

Sourced from eventsource's releases.

v3.0.7

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)

This release is also available on:

Changelog

Sourced from eventsource's changelog.

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)
Commits
  • 270e7f2 chore(release): 3.0.7 [skip ci]
  • 1282872 fix: mark fetch init properties required in typings
  • See full diff in compare view

Updates express from 4.21.2 to 5.1.0

Release notes

Sourced from express's releases.

v5.1.0

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: [email protected]
  • deps: [email protected]

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: [email protected]
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: [email protected]
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: [email protected]
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0

... (truncated)

Commits

Updates @types/express from 4.17.21 to 5.0.1

Commits

Updates mongoose from 8.13.2 to 8.14.2

Release notes

Sourced from mongoose's releases.

8.14.2 / 2025-05-08

  • fix(query): handle casting array filter paths underneath array filter paths with embedded discriminators #15388 #15386
  • docs(typescript): correct schema and model generic params in TS virtuals docs #15391
  • docs+types(schema): add alternative optimisticConcurrency syntaxes to docs + types #15405 #10591
  • chore: add Node 24 to CI matrix #15408 stscoundrel

8.14.1 / 2025-04-29

  • fix: correct change tracking with maps of arrays of primitives and maps of maps #15374 #15350
  • fix(populate): consistently convert Buffer representation of UUID to hex string to avoid confusing populate assignment #15383 #15382
  • docs: add TypeScript Query guide with info on lean() + transform() #15377 #15311

8.14.0 / 2025-04-25

  • feat: upgrade MongoDB driver -> 6.16 #15371
  • feat: implement Query findById methods #15337 sderrow
  • feat(subdocument): support schematype-level minimize option to disable minimizing empty subdocuments #15336 #15313
  • feat: add skipOriginalStackTraces option to avoid stack trace performance overhead #15345 #15194
  • fix(model): disallow Model.findOneAndUpdate(update) and fix TypeScript types re: findOneAndUpdate #15365 #15363
  • types: correctly recurse in InferRawDocType #15357 #14954 JavaScriptBach
  • types: include virtuals in toJSON and toObject output if virtuals: true set #15346 #15316
  • types: make init hooks types accurately reflect runtime behavior #15331 #15301

8.13.3 / 2025-04-24

  • fix: export MongooseBulkSaveIncompleteError #15370 #15369
  • fix: clone POJOs and arrays when casting query filter to avoid mutating objects #15367 #15364
  • types(connection): add Connection.prototype.bulkWrite() to types #15368 #15359
  • docs: add version requirements to v7 migration docs #15361 SethFalco
  • docs: update links in deleteOne & deleteMany API def #15360 Elliot67
  • docs: adds Model#count to list of fns callback removed from #15349 SethFalco
Changelog

Sourced from mongoose's changelog.

8.14.2 / 2025-05-08

  • fix(query): handle casting array filter paths underneath array filter paths with embedded discriminators #15388 #15386
  • docs(typescript): correct schema and model generic params in TS virtuals docs #15391
  • docs+types(schema): add alternative optimisticConcurrency syntaxes to docs + types #15405 #10591
  • chore: add Node 24 to CI matrix #15408 stscoundrel

7.8.7 / 2025-04-30

8.14.1 / 2025-04-29

  • fix: correct change tracking with maps of arrays of primitives and maps of maps #15374 #15350
  • fix(populate): consistently convert Buffer representation of UUID to hex string to avoid confusing populate assignment #15383 #15382
  • docs: add TypeScript Query guide with info on lean() + transform() #15377 #15311

8.14.0 / 2025-04-25

  • feat: upgrade MongoDB driver -> 6.16 #15371
  • feat: implement Query findById methods #15337 sderrow
  • feat(subdocument): support schematype-level minimize option to disable minimizing empty subdocuments #15336 #15313
  • feat: add skipOriginalStackTraces option to avoid stack trace performance overhead #15345 #15194
  • fix(model): disallow Model.findOneAndUpdate(update) and fix TypeScript types re: findOneAndUpdate #15365 #15363
  • types: correctly recurse in InferRawDocType #15357 #14954 JavaScriptBach
  • types: include virtuals in toJSON and toObject output if virtuals: true set #15346 #15316
  • types: make init hooks types accurately reflect runtime behavior #15331 #15301

8.13.3 / 2025-04-24

  • fix: export MongooseBulkSaveIncompleteError #15370 #15369
  • fix: clone POJOs and arrays when casting query filter to avoid mutating objects #15367 #15364
  • types(connection): add Connection.prototype.bulkWrite() to types #15368 #15359
  • docs: add version requirements to v7 migration docs #15361 SethFalco
  • docs: update links in deleteOne & deleteMany API def #15360 Elliot67
  • docs: adds Model#count to list of fns callback removed from #15349 SethFalco
Commits
  • 2dda096 chore: release 8.14.2
  • ba4c1b8 Merge pull request #15405 from Automattic/vkarpov15/gh-10591-docs
  • 3d160cf Merge pull request #15408 from stscoundrel/ci-node-24
  • aa5af8e prevValue tests: use Node 24 compatible assert
  • a8aebad CI: add Node 24
  • 003dc7b docs+types(schema): add alternative optimisticConcurrency syntaxes to docs + ...
  • 4d93843 Merge pull request #15398 from Automattic/dependabot/npm_and_yarn/master/webp...
  • f362eec Merge pull request #15397 from Automattic/dependabot/npm_and_yarn/master/babe...
  • ff71574 Merge pull request #15396 from Automattic/dependabot/npm_and_yarn/master/tsd-...
  • 4e5e04f chore(deps-dev): bump @​babel/preset-env from 7.26.9 to 7.27.1
  • Additional commits viewable in compare view

Updates mysql2 from 3.14.0 to 3.14.1

Release notes

Sourced from mysql2's releases.

v3.14.1

3.14.1 (2025-04-27)

Bug Fixes

  • Fix for SET NAMES utf8 causing an unknown encoding error (#3551) 0617813d21cf9de5fcbd4dd283eafc6d090eeeaf
Changelog

Sourced from mysql2's changelog.

3.14.1 (2025-04-27)

Miscellaneous Chores

Commits

Updates octokit from 4.1.2 to 4.1.3

Release notes

Sourced from octokit's releases.

v4.1.3

4.1.3 (2025-04-10)

Bug Fixes

Commits
  • 4ccc6d3 fix(deps): update octokit monorepo (major) (#2836)
  • 80bc5c8 ci: use Node LTS instead of pinning to specific version (#2830)
  • 3826ee0 build(deps): lock file maintenance (#2831)
  • bca1b1e build(deps): bump vite from 6.2.0 to 6.2.5 (#2834)
  • d618aa3 chore(deps): update dependency prettier to v3.5.3 (#2822)
  • 0d3daf3 build(deps): lock file maintenance (#2824)
  • 5210482 build(deps): lock file maintenance (#2819)
  • e3c4717 chore(deps): update dependency prettier to v3.5.2 (#2818)
  • 2fff2f9 chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • 62946e9 build(deps): lock file maintenance (#2809)
  • See full diff 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 <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 conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2025
@github-actions
Copy link

github-actions bot commented May 12, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

@austenstone
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backend/production-dependencies-2ddf79a716 branch from 8258c64 to 993ca12 Compare May 22, 2025 14:46
@austenstone
Copy link
Owner

https://github.com/dependabot recreate

Bumps the production-dependencies group with 9 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [@octokit/core](https://github.com/octokit/core.js) | `6.1.4` | `6.1.5` |
| [cron](https://github.com/kelektiv/node-cron) | `4.1.3` | `4.3.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `16.5.0` |
| [eventsource](https://github.com/EventSource/eventsource) | `3.0.6` | `3.0.7` |
| [express](https://github.com/expressjs/express) | `4.21.2` | `5.1.0` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.1` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.13.2` | `8.14.2` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.0` | `3.14.1` |
| [octokit](https://github.com/octokit/octokit.js) | `4.1.2` | `4.1.3` |



Updates `@octokit/core` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v6.1.4...v6.1.5)

Updates `cron` from 4.1.3 to 4.3.0
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v4.1.3...v4.3.0)

Updates `dotenv` from 16.4.7 to 16.5.0
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.7...v16.5.0)

Updates `eventsource` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/main/CHANGELOG.md)
- [Commits](EventSource/eventsource@v3.0.6...v3.0.7)

Updates `express` from 4.21.2 to 5.1.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.21.2...v5.1.0)

Updates `@types/express` from 4.17.21 to 5.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `mongoose` from 8.13.2 to 8.14.2
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.13.2...8.14.2)

Updates `mysql2` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/commits)

Updates `octokit` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-version: 6.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cron
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 16.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eventsource
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: express
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/express"
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: mongoose
  dependency-version: 8.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mysql2
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: octokit
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backend/production-dependencies-2ddf79a716 branch from 993ca12 to bba87f3 Compare May 27, 2025 13:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/production-dependencies-2ddf79a716 branch June 2, 2025 20:33
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.

1 participant