Bump semver, bcrypt, jsonwebtoken, pg, sequelize, sequelize-cli and nodemon#33
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…odemon Bumps [semver](https://github.com/npm/node-semver) to 7.5.4 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [bcrypt](https://github.com/kelektiv/node.bcrypt.js), [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg), [sequelize](https://github.com/sequelize/sequelize), [sequelize-cli](https://github.com/sequelize/cli) and [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together. Updates `semver` from 4.3.2 to 7.5.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v4.3.2...v7.5.4) Updates `bcrypt` from 3.0.6 to 5.1.0 - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](kelektiv/node.bcrypt.js@v3.0.6...v5.1.0) Updates `jsonwebtoken` from 8.5.1 to 9.0.1 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.1) Updates `pg` from 6.4.2 to 8.11.1 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.11.1/packages/pg) Updates `sequelize` from 5.15.1 to 6.32.1 - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](sequelize/sequelize@v5.15.1...v6.32.1) Updates `sequelize-cli` from 4.1.1 to 6.6.1 - [Release notes](https://github.com/sequelize/cli/releases) - [Changelog](https://github.com/sequelize/cli/blob/main/CHANGELOG.md) - [Commits](sequelize/cli@v4.1.1...v6.6.1) Updates `nodemon` from 1.19.1 to 3.0.1 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v1.19.1...v3.0.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect - dependency-name: bcrypt dependency-type: direct:production - dependency-name: jsonwebtoken dependency-type: direct:production - dependency-name: pg dependency-type: direct:production - dependency-name: sequelize dependency-type: direct:production - dependency-name: sequelize-cli dependency-type: direct:production - dependency-name: nodemon dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 10, 2023
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 semver to 7.5.4 and updates ancestor dependencies semver, bcrypt, jsonwebtoken, pg, sequelize, sequelize-cli and nodemon. These dependencies need to be updated together.
Updates
semverfrom 4.3.2 to 7.5.4Release notes
Sourced from semver's releases.
... (truncated)
Changelog
Sourced from semver's changelog.
... (truncated)
Commits
36cd334chore: release 7.5.48456d87chore: postinstall for dependabot template-oss PRdde1f00chore: postinstall for dependabot template-oss PRdffcd1bchore: bump@npmcli/template-ossfrom 4.16.0 to 4.17.0d619f66chore: postinstall for dependabot template-oss PR3bc4247chore: bump@npmcli/template-ossfrom 4.15.1 to 4.16.0cc6fde2fix: trim each range set before parsing99d8287fix: correctly parse long build ids as valid (#583)4f0f6b1chore: fix arguments in whitespace test (#574)6bd1a37chore: remove duplicate test in semver class (#575)Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates
bcryptfrom 3.0.6 to 5.1.0Release notes
Sourced from bcrypt's releases.
Changelog
Sourced from bcrypt's changelog.
Commits
fc225b1Merge pull request #960 from kelektiv/release-v5-1-0809ad03Prepare for v5.1.09eec9e8Merge pull request #959 from kelektiv/release-v5-1-0b309eafPin NAPI to v39d6516aMerge pull request #958 from kelektiv/jest5a2b952Increase test timeout8d201d1Move tests to use Jest5a7082aMerge pull request #955 from kelektiv/github-actionsfa5bc55Fix github actions86aa111Merge pull request #953 from kelektiv/version-updateUpdates
jsonwebtokenfrom 8.5.1 to 9.0.1Changelog
Sourced from jsonwebtoken's changelog.
Commits
84539b2Updating package version to 9.0.1 (#920)a99fd4bfix(stubs): allow decode method to be stubbed (#876)e1fa9dcMerge pull request from GHSA-8cf7-32gw-wr335eaedbfchore(ci): remove github test actions job (#861)cd4163echore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)ecdf6ccfix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...8345030fix(sign&verify)!: Remove defaultnonesupport fromsignandverifymet...7e6a86bUpload OpsLevel YAML (#849)74d5719docs: update references vercel/ms references (#770)d71e383docs: document "invalid token" errorMaintainer changes
This version was pushed to npm by jake.lacey, a new releaser for jsonwebtoken since your current version.
Updates
pgfrom 6.4.2 to 8.11.1Changelog
Sourced from pg's changelog.
... (truncated)
Commits
eaafac3Publishd59cd15fix stack traces of query() to include the async context (#1762) (#2983)dee3ae5feat: add connection parameter nativeConnectionString (#2941)3039f1dRevert "Update utils.js (#2981)"522e2dcUpdate utils.js (#2981)14b840ePublishf206293Clean up pg-native in Makefile better7152d4dAdd example Cloudflare Worker and test0755342Add Cloudflare Worker compatible socket5532ca5Use WebCrypto APIs where possibleUpdates
sequelizefrom 5.15.1 to 6.32.1Release notes
Sourced from sequelize's releases.
... (truncated)
Commits
a3213f0fix: bump dependencies (#16119)99c3530fix: movetypescondition to the front (#16085)af4f0aefeat(oracle): add width support for numerictype (#16073)e07eefbfeat(oracle): add new error messages introduced in new driver version (#16075)5c8250efix(oracle): reordered check constraint for unsigned numeric type (#16074)fd38e79fix(oracle): For Raw queries avoid converting the input parameters passed (#1...eb71077meta: use Node 18 in CI (#16000)a9fd501fix(postgres): adds support for minifying through join aliases (#15897)f2a4535feat: add beforePoolAcquire and afterPoolAcquire hooks (#15874)58576ddfix(postgres): prevent crash if postgres connection emits multiple errors (#1...Maintainer changes
This version was pushed to npm by sdepold, a new releaser for sequelize since your current version.
Updates
sequelize-clifrom 4.1.1 to 6.6.1Release notes
Sourced from sequelize-cli's releases.
... (truncated)
Changelog
Sourced from sequelize-cli's changelog.
... (truncated)
Commits
dc0317cMerge branch 'main' into v608a1286build(deps): lock file maintenance (#1311)ab59678chore(deps): update dependency sequelize to v6.32.0 (#1309)f72aabechore(deps): update commitlint monorepo to v17.6.5 (#1308)9ef5056build(deps): lock file maintenance (#1307)534f512chore(deps): update babel monorepo (#1305)ead462dbuild(deps): lock file maintenance (#1288)5ed8eacchore(deps): update commitlint monorepo to v17.6.3 (#1300)4f1b11dmeta: pin mysql2 to 3.2.0 (#1294)60a925dchore(deps): update dependency@babel/coreto v7.21.8 (#1299)Updates
nodemonfrom 1.19.1 to 3.0.1Release notes
Sourced from nodemon's releases.
... (truncated)
Commits
e4c163fMerge branch 'main' of github.com:remy/nodemon95bee00fix: restore default ext watch behaviourf219dcctest: Update release.yml to use ubuntu-latest (#2123)af3b9e2fix: node@10 support back ina3f0e12test: package wasn't installing8ded28cdocs: update test runners and add TODO83ef51dchore: website supporters86d5f40fix: also watch cjs7881f05chore: remove legacy .nodemon support04302b8Merge branch 'Vindeep07-develop'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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.