Skip to content

Bump the npm_and_yarn group across 1 directory with 8 updates #2

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

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 Apr 19, 2024

Bumps the npm_and_yarn group with 8 updates in the / directory:

Package From To
extend 3.0.1 3.0.2
forwarded 0.1.0 0.1.2
fstream 1.0.11 1.0.12
lodash 4.17.4 4.17.21
macaddress 0.2.8 0.2.9
nwmatcher 1.4.1 1.4.4
sshpk 1.13.1 1.18.0
stringstream 0.0.5 0.0.6

Updates extend from 3.0.1 to 3.0.2

Changelog

Sourced from extend's changelog.

3.0.2 / 2018-07-19

  • [Fix] Prevent merging __proto__ property (#48)
  • [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • [Tests] up to node v10.7, v9.11, v8.11, v7.10, v6.14, v4.9; use nvm install-latest-npm
Commits
  • 8d106d2 v3.0.2
  • e97091f [Dev Deps] update tape
  • e841aac [Tests] up to node v10.7
  • 0e68e71 [Fix] Prevent merging proto property
  • a689700 Only apps should have lockfiles
  • f13c1c4 [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • f3570fe [Tests] up to node v10.0, v9.11, v8.11, v7.10, v6.14, v4.9; use...
  • See full diff in compare view

Updates forwarded from 0.1.0 to 0.1.2

Release notes

Sourced from forwarded's releases.

0.1.2

  • perf: improve header parsing
  • perf: reduce overhead when no X-Forwarded-For header

0.1.1

  • Fix trimming leading / trailing OWS
  • perf: hoist regular expression
Changelog

Sourced from forwarded's changelog.

0.1.2 / 2017-09-14

  • perf: improve header parsing
  • perf: reduce overhead when no X-Forwarded-For header

0.1.1 / 2017-09-10

  • Fix trimming leading / trailing OWS
  • perf: hoist regular expression
Commits
  • 2fc094b 0.1.2
  • 08617dd build: eslint-plugin-node@5.1.1
  • d469116 perf: improve header parsing
  • ad1efea perf: reduce overhead when no X-Forwarded-For header
  • bbdcf0b docs: update Node.js download link
  • e9d2226 docs: fix typo in readme
  • 25235b4 bench: remove object setup from op time
  • 069e1e6 bench: add simple benchmark
  • a88bfd5 docs: update copyright
  • 0de07ed build: Node.js@8.5
  • Additional commits viewable in compare view

Updates fstream from 1.0.11 to 1.0.12

Commits

Updates lodash from 4.17.4 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

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


Updates macaddress from 0.2.8 to 0.2.9

Release notes

Sourced from macaddress's releases.

v0.2.9

Commits
  • 3379146 Added note about vulnerability
  • 4d311a5 Set version 0.2.9
  • b83e3f8 Merge pull request #11 from TheBeastOfCaerbannog/master
  • 68ecfae Added explicit LICENSE file recognizable by github
  • e3e76d5 Support for freebsd as per pull #16
  • 6ab7a11 Merge pull request #13 from roebuk/master
  • 4d10ca6 Merge pull request #17 from dekoding/patch-1
  • 358fd59 Merge pull request #20 from flypapertech/fixCommandInjection
  • 214ad00 Run travis against osx and linux, travis doesn't do windows
  • 7b0a488 Fix for Node 0.8 thru 0.10
  • Additional commits viewable in compare view

Updates nwmatcher from 1.4.1 to 1.4.4

Release notes

Sourced from nwmatcher's releases.

A fast CSS selector engine and matcher

This release has correction/fixes for the following behaviours:

  • fixed DOM walking to avoid using unsupported DOM methods on non 'Elements' nodes
  • improved DOM walking performances in JS only versions using the native traversal API
Commits

Updates sshpk from 1.13.1 to 1.18.0

Release notes

Sourced from sshpk's releases.

v1.16.1

  • Fixes for #60 (correctly encoding certificates with expiry dates >=2050), #62 (accepting PKCS#8 EC private keys with missing public key parts)

v1.16.0

  • Add support for SPKI fingerprints, PuTTY PPK format (public-key only for now), PKCS#8 PBKDF2 encrypted private keys
  • Fix for #48

v1.15.2

  • New API for accessing x509 extensions in certificates
  • Fixes for #52, #50

v1.14.1

  • Remove all remaining usage of jodid25519 (abandoned dep)
  • Add support for DNSSEC key format
  • Add support for Ed25519 keys in PEM format (according to draft-curdle-pkix)
  • Fixes for X.509 encoding issues (asn.1 NULLs in RSA certs, cert string type mangling)
  • Performance issues parsing long SSH public keys
Commits
Maintainer changes

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


Updates stringstream from 0.0.5 to 0.0.6

Commits

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [extend](https://github.com/justmoon/node-extend) | `3.0.1` | `3.0.2` |
| [forwarded](https://github.com/jshttp/forwarded) | `0.1.0` | `0.1.2` |
| [fstream](https://github.com/npm/fstream) | `1.0.11` | `1.0.12` |
| [lodash](https://github.com/lodash/lodash) | `4.17.4` | `4.17.21` |
| [macaddress](https://github.com/scravy/node-macaddress) | `0.2.8` | `0.2.9` |
| [nwmatcher](https://github.com/dperini/nwmatcher) | `1.4.1` | `1.4.4` |
| [sshpk](https://github.com/joyent/node-sshpk) | `1.13.1` | `1.18.0` |
| [stringstream](https://github.com/mhart/StringStream) | `0.0.5` | `0.0.6` |



Updates `extend` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/justmoon/node-extend/blob/main/CHANGELOG.md)
- [Commits](justmoon/node-extend@v3.0.1...v3.0.2)

Updates `forwarded` from 0.1.0 to 0.1.2
- [Release notes](https://github.com/jshttp/forwarded/releases)
- [Changelog](https://github.com/jshttp/forwarded/blob/master/HISTORY.md)
- [Commits](jshttp/forwarded@v0.1.0...v0.1.2)

Updates `fstream` from 1.0.11 to 1.0.12
- [Commits](npm/fstream@v1.0.11...v1.0.12)

Updates `lodash` from 4.17.4 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.4...4.17.21)

Updates `macaddress` from 0.2.8 to 0.2.9
- [Release notes](https://github.com/scravy/node-macaddress/releases)
- [Commits](scravy/node-macaddress@0.2.8...0.2.9)

Updates `nwmatcher` from 1.4.1 to 1.4.4
- [Release notes](https://github.com/dperini/nwmatcher/releases)
- [Commits](https://github.com/dperini/nwmatcher/commits)

Updates `sshpk` from 1.13.1 to 1.18.0
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/commits)

Updates `stringstream` from 0.0.5 to 0.0.6
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: extend
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: forwarded
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fstream
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: macaddress
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nwmatcher
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: sshpk
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: stringstream
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 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 size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants