chore(deps): bump the backend-prod group across 1 directory with 6 updates#8
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
…dates Bumps the backend-prod group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [@google/genai](https://github.com/googleapis/js-genai) | `1.52.0` | `2.8.0` | | [bcryptjs](https://github.com/dcodeIO/bcrypt.js) | `2.4.3` | `3.0.3` | | [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.4.2` | | [express](https://github.com/expressjs/express) | `4.22.2` | `5.2.1` | | [morgan](https://github.com/expressjs/morgan) | `1.10.1` | `1.11.0` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.17.2` | `3.22.5` | Updates `@google/genai` from 1.52.0 to 2.8.0 - [Release notes](https://github.com/googleapis/js-genai/releases) - [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/js-genai@v1.52.0...v2.8.0) Updates `bcryptjs` from 2.4.3 to 3.0.3 - [Release notes](https://github.com/dcodeIO/bcrypt.js/releases) - [Commits](dcodeIO/bcrypt.js@2.4.3...v3.0.3) Updates `dotenv` from 16.6.1 to 17.4.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.6.1...v17.4.2) Updates `express` from 4.22.2 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v4.22.2...v5.2.1) Updates `morgan` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](expressjs/morgan@1.10.1...1.11.0) Updates `mysql2` from 3.17.2 to 3.22.5 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.17.2...v3.22.5) --- updated-dependencies: - dependency-name: "@google/genai" dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend-prod - dependency-name: bcryptjs dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend-prod - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend-prod - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend-prod - dependency-name: morgan dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: mysql2 dependency-version: 3.22.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod ... Signed-off-by: dependabot[bot] <support@github.com>
aadc911 to
328e17a
Compare
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the backend-prod group with 6 updates in the /backend directory:
1.52.02.8.02.4.33.0.316.6.117.4.24.22.25.2.11.10.11.11.03.17.23.22.5Updates
@google/genaifrom 1.52.0 to 2.8.0Release notes
Sourced from @google/genai's releases.
... (truncated)
Changelog
Sourced from @google/genai's changelog.
... (truncated)
Commits
ea0dd60chore(main): release 2.8.0 (#1646)36f0bfbfeat: Support ReinforcementTuning in GenAI SDK including ValidateReward API m...d2981d6feat: Add transcription language code.98ac90dchore: deprecate Google Maps grounding widget API fields8c44240feat: Add TranslationConfig for live translation.baeaeaafeat: Add Agent Platform MCP support to async generate_contentc1d3cb7chore: Internal cleanupbd78ed3chore: Fix relative import path in pagers.ts.2821346chore(main): release 2.7.0 (#1630)54a692bfeat: additional computer_use field support for vertex.Updates
bcryptjsfrom 2.4.3 to 3.0.3Release notes
Sourced from bcryptjs's releases.
... (truncated)
Commits
1211e9afix: Always yield to event loop before nextTick for async versions (#164)28e5103fix: Use upstream fix to emit interop helperse7055cafix: Separate ESM and UMD type definitions2a9bea9Update publish workflowd5656b3Add helper to check for password input lengthe09eb9aAdd note on using the ESM variant in the browser58333a1Update types2e3b176Merge lint and test workflowsec02e8aFix tests9db275fUpdate legacy fallback to handle crypto dependencyUpdates
dotenvfrom 16.6.1 to 17.4.2Changelog
Sourced from dotenv's changelog.
... (truncated)
Commits
f116f7017.4.23a81612fix visual order of faq13f55a8Merge branch 'skill'4bbbf73reorganize faqc3da64bMerge pull request #1009 from motdotla/skill6f743b1update sourcefc2c624update skill972315bTighten up skill2795fcereorganize faqd5495d4adjust skillUpdates
expressfrom 4.22.2 to 5.2.1Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
dbac7415.2.1697547cRevert "sec: security patch for CVE-2024-51999"4007ad1Release: 5.2.0 (#6920)2f64f68sec: security patch for CVE-2024-51999ed0ba3fbuild(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)8eace46build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)30bae81build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)758d435deps: body-parser@^2.2.1 (#6922)77bcd52docs: update emeritus triagers (#6890)f33caf1Nominate to@efekrsklfor triage team (#6888)Updates
morganfrom 1.10.1 to 1.11.0Release notes
Sourced from morgan's releases.
Changelog
Sourced from morgan's changelog.
Commits
e0e6f17Release 1.11.0 (#350)b3f5d9bMerge commit from fork203c758build(deps): bump github/codeql-action from 4.32.4 to 4.35.2 (#346)002bc81build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#347)561b0d7build(deps): bump actions/upload-artifact from 5.0.0 to 7.0.0 (#338)2db705ebuild(deps): bump github/codeql-action from 3.29.7 to 4.32.4 (#337)a373c5fbuild(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.3 (#327)c8e72fabuild(deps): bump actions/checkout from 4.1.1 to 6.0.1 (#324)023300ebuild(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 (#307)9d8d6c0build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#306)Updates
mysql2from 3.17.2 to 3.22.5Release notes
Sourced from mysql2's releases.
... (truncated)
Changelog
Sourced from mysql2's changelog.
... (truncated)
Commits
14a479bchore(master): release 3.22.5 (#4328)2af33a1fix: keep 00:00:00 time for TIMESTAMP in binary protocol with dateStrings (#4...f3ce399docs: add Cursor Cloud development environment instructionsb895afebuild(deps-dev): bump rollup in the dev-dependencies group (#4326)b8131c5build(deps-dev): bump the dev-dependencies group with 5 updates (#4322)63a8803build(deps): bump the react group across 1 directory with 2 updates (#4323)188a342build(deps-dev): bump tsx (#4324)8fc97babuild(deps): bump@easyops-cn/docusaurus-search-localin /website (#4325)dd1fc93build(deps-dev): bump eslint-plugin-prettier (#4318)3fbadbdbuild(deps): bump postcss from 8.5.6 to 8.5.15 in /website (#4320)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for mysql2 since your current version.