Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group across 1 directories with 6 updates #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2024

Bumps the npm_and_yarn group with 6 updates in the /. directory:

Package From To
xmlhttprequest 1.5.0 1.7.0
backbone 0.3.3 0.5.0
jquery 1.6.3 3.5.0
express 2.5.11 4.17.3
connect 1.9.2 3.0.0
underscore 1.6.0 1.12.1

Updates xmlhttprequest from 1.5.0 to 1.7.0

Commits
  • 17b03f9 Merge branch 'master' of github.com:driverdan/node-XMLHttpRequest
  • 5c77331 Version 1.7.0
  • 3a8ca0b Merge pull request #69 from HaykoKoryun/patch-1
  • f1ced44 Merge branch 'pr/79'
  • 6f5a1da Remove unnecessary console.log, unused var
  • 7fc6402 Merge branch 'master' of github.com:driverdan/node-XMLHttpRequest
  • 0bda0ae Merge pull request #74 from matthewwithanm/301
  • 44fc4b5 Merge pull request #68 from unclespode/patch-2
  • a18c126 Merge pull request #59 from mone/master
  • c739db7 Merge pull request #58 from krisnye/master
  • Additional commits viewable in compare view

Updates backbone from 0.3.3 to 0.5.0

Commits
  • 0798d97 tweaking transparent URL upgrades.
  • 2e1f85d replacing setLocation and saveLocation with navigate, after Spine's API.
  • 8f07f96 link to association extensions.
  • af674c9 almost to 0.5.0...
  • ddf1a83 slightly saner validation on initialize.
  • e67422a restoring some examples.
  • 1491d29 Merge pull request #395 from lorensr/master
  • b5112b4 Merge pull request #414 from niallsmart/master
  • cc46300 Issue #417. Word choice for the literal minded.
  • 77caaed #426, better error message when events are missing.
  • Additional commits viewable in compare view

Updates jquery from 1.6.3 to 3.5.0

Release notes

Sourced from jquery's releases.

jQuery 3.5.0 Released!

See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/

NOTE: Despite being a minor release, this update includes a breaking change that we had to make to fix a security issue ( CVE-2020-11022). Please follow the blog post & the upgrade guide for more details.

Commits
  • 7a0a850 3.5.0
  • 8570a08 Release: Update AUTHORS.txt
  • da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses
  • 065143c Ajax: Overwrite s.contentType with content-type header value, if any
  • 1a4f10d Tests: Blacklist one focusin test in IE
  • 9e15d6b Event: Use only one focusin/out handler per matching window & document
  • 966a709 Manipulation: Skip the select wrapper for <option> outside of IE 9
  • 1d61fd9 Manipulation: Make jQuery.htmlPrefilter an identity function
  • 04bf577 Selector: Update Sizzle from 2.3.4 to 2.3.5
  • 7506c9c Build: Resolve Travis config warnings
  • Additional commits viewable in compare view
Maintainer changes

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


Updates express from 2.5.11 to 4.17.3

Release notes

Sourced from express's releases.

4.17.3

4.17.2

4.17.1

  • Revert "Improve error message for null/undefined to res.status"

4.17.0

  • Add express.raw to parse bodies into Buffer
  • Add express.text to parse bodies into string

... (truncated)

Changelog

Sourced from express's changelog.

4.17.3 / 2022-02-16

4.17.2 / 2021-12-16

4.17.1 / 2019-05-25

... (truncated)

Commits
Maintainer changes

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


Updates connect from 1.9.2 to 3.0.0

Changelog

Sourced from connect's changelog.

3.0.0 / 2014-05-29

  • No changes

3.0.0-rc.2 / 2014-05-04

  • Call error stack even when response has been sent
  • Prevent default 404 handler after response sent
  • dep: [email protected]
  • encode stack in HTML for default error handler
  • remove proto export

3.0.0-rc.1 / 2014-03-06

  • move middleware to separate repos
  • remove docs
  • remove node patches
  • remove connect(middleware...)
  • remove the old connect.createServer() method
  • remove various private connect.utils functions
  • drop node.js 0.8 support

2.30.2 / 2015-07-31

  • deps: body-parser@~1.13.3
    • deps: type-is@~1.6.6
  • deps: compression@~1.5.2
    • deps: accepts@~1.2.12
    • deps: compressible@~2.0.5
    • deps: vary@~1.0.1
  • deps: errorhandler@~1.4.2
    • deps: accepts@~1.2.12
  • deps: method-override@~2.3.5
    • deps: vary@~1.0.1
    • perf: enable strict mode
  • deps: serve-index@~1.7.2
    • deps: accepts@~1.2.12
    • deps: mime-types@~2.1.4
  • deps: type-is@~1.6.6
    • deps: mime-types@~2.1.4
  • deps: vhost@~3.0.1
    • perf: enable strict mode

2.30.1 / 2015-07-05

... (truncated)

Commits
Maintainer changes

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


Updates underscore from 1.6.0 to 1.12.1

Commits
Maintainer changes

This version was pushed to npm by jgonggrijp, a new releaser for underscore 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 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 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.

Bumps the npm_and_yarn group with 6 updates in the /. directory:

| Package | From | To |
| --- | --- | --- |
| [xmlhttprequest](https://github.com/driverdan/node-XMLHttpRequest) | `1.5.0` | `1.7.0` |
| [backbone](https://github.com/jashkenas/backbone) | `0.3.3` | `0.5.0` |
| [jquery](https://github.com/jquery/jquery) | `1.6.3` | `3.5.0` |
| [express](https://github.com/expressjs/express) | `2.5.11` | `4.17.3` |
| [connect](https://github.com/senchalabs/connect) | `1.9.2` | `3.0.0` |
| [underscore](https://github.com/jashkenas/underscore) | `1.6.0` | `1.12.1` |


Updates `xmlhttprequest` from 1.5.0 to 1.7.0
- [Commits](driverdan/node-XMLHttpRequest@1.5.0...1.7.0)

Updates `backbone` from 0.3.3 to 0.5.0
- [Commits](jashkenas/backbone@0.3.3...0.5.0)

Updates `jquery` from 1.6.3 to 3.5.0
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@1.6.3...3.5.0)

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

Updates `connect` from 1.9.2 to 3.0.0
- [Changelog](https://github.com/senchalabs/connect/blob/master/HISTORY.md)
- [Commits](senchalabs/connect@1.9.2...3.0.0)

Updates `underscore` from 1.6.0 to 1.12.1
- [Commits](jashkenas/underscore@1.6.0...1.12.1)

---
updated-dependencies:
- dependency-name: xmlhttprequest
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: backbone
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: jquery
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: connect
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: underscore
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants