[Dependency] Bump the all-updates group across 1 directory with 7 updates - #431
Open
dependabot[bot] wants to merge 1 commit into
Open
[Dependency] Bump the all-updates group across 1 directory with 7 updates#431dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the all-updates group with 7 updates in the /src/api directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` | | [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.4.1` | `7.5.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.8.1` | `8.10.0` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.16` | `6.10.0` | | [nodemon](https://github.com/remy/nodemon) | `3.1.7` | `3.1.9` | Updates `axios` from 1.7.7 to 1.7.9 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.7.9) Updates `dotenv` from 16.4.5 to 16.4.7 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.5...v16.4.7) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.1...4.21.2) Updates `express-rate-limit` from 7.4.1 to 7.5.0 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v7.4.1...v7.5.0) Updates `mongoose` from 8.8.1 to 8.10.0 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.8.1...8.10.0) Updates `nodemailer` from 6.9.16 to 6.10.0 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v6.9.16...v6.10.0) Updates `nodemon` from 3.1.7 to 3.1.9 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.1.7...v3.1.9) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: express dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: nodemailer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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 all-updates group with 7 updates in the /src/api directory:
1.7.71.7.916.4.516.4.74.21.14.21.27.4.17.5.08.8.18.10.06.9.166.10.03.1.73.1.9Updates
axiosfrom 1.7.7 to 1.7.9Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
b2cb45dchore(release): v1.7.9 (#6730)c44d2f2Revert "fix(types): export CJS types from ESM (#6218)" (#6729)415ca94chore(release): v1.7.8 (#6715)0a8d6e1fix: use URL API instead of DOM to fix a potential vulnerability warning; (#6...c71811bfix(types): export CJS types from ESM (#6218)4355a6dchore(sponsor): update sponsor block (#6709)5d54d22chore(sponsor): update sponsor block (#6707)eac4619fix: allow passing a callback as paramsSerializer to buildURL (#6680)df956d1fix(http): useglobalThis.TextEncoderwhen available (#6634)7139ce9chore(deps): bump cookie and socket.io (#6704)Updates
dotenvfrom 16.4.5 to 16.4.7Changelog
Sourced from dotenv's changelog.
Commits
a338d6816.4.7daf3e3dchangelog 🪵fb74f68Merge pull request #848 from Spice-King/patch-1fe87ba2Add .tap to .npmignore0c9f76416.4.6fd5f26bchangelog 🪵bb19b6bMerge pull request #847 from motdotla/deps-updates2f4e36bfurther dev dependency cleanupc2fdd01send to codecov6707487add test coverageUpdates
expressfrom 4.21.1 to 4.21.2Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
1faf2284.21.22e0fb64deps: bump path-to-regexp@0.1.12 (#6209)59fc270deps: path-to-regexp@0.1.11 (#5956)51fc39cdocs: add funding (#6065)Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates
express-rate-limitfrom 7.4.1 to 7.5.0Release notes
Sourced from express-rate-limit's releases.
Commits
fe46b437.5.0919bb8adocs: add changelog forv7.5.069a1c20feat(headers): implement ietfdraft-8(#486)413995bbuild(deps): bump cookie, express and socket.io (#483)Updates
mongoosefrom 8.8.1 to 8.10.0Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
3501adfchore: release 8.10.0ebf1533Merge pull request #15214 from Automattic/8.100d41398Merge branch 'master' into 8.108a55290test: make distinct() transaction test more durable70377fcchore: release 8.9.7bd53c4cMerge pull request #15233 from Automattic/vkarpov15/gh-152092de289btypes: add Median as AccumulatorOperator52f3cedMerge pull request #15232 from Automattic/vkarpov15/gh-15208f344f63types: avoid flattening/transforming MongoDB Sessions to fix testscfd1bb5correctly check out pinned commitUpdates
nodemailerfrom 6.9.16 to 6.10.0Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
0856796chore(master): release 6.10.0 [skip-ci] (#1700)db59df0Bumped depsaa0c99cfix(proxy): Set error and timeout errors for proxied sockets15146d8Proton mail fix, issue: nodemailer/nodemailer#1691...d1ae0a8feat(services): add Seznam email service configuration (#1695)Updates
nodemonfrom 3.1.7 to 3.1.9Release notes
Sourced from nodemon's releases.
Commits
9c9de6efix: maintain backward support forexitcrash880fc42chore: fix merge conflictcb91187fix: types updateda021683chore: website701a950chore: website5bd5489chore: websited6e5bddchore: websitec629667Merge branch 'main' of github.com:remy/nodemonea95953chore: web siteecea25bchore: update website / fix jqDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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