Bump the npm_and_yarn group across 1 directory with 9 updates
Bumps the npm_and_yarn group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| debug | 2.6.4 |
2.6.9 |
| extend | 3.0.0 |
3.0.2 |
| fsevents | 1.1.1 |
1.2.13 |
| hosted-git-info | 2.4.2 |
2.8.9 |
| minimatch | 3.0.3 |
3.1.2 |
| qs | 6.4.0 |
6.4.1 |
| sshpk | 1.13.0 |
1.18.0 |
| stringstream | 0.0.5 |
0.0.6 |
Updates debug from 2.6.4 to 2.6.9
Release notes
Sourced from debug's releases.
2.6.9
Patches
- Remove ReDoS regexp in
%oformatter: #504Credits
Huge thanks to
@zhuangyafor their help!release 2.6.7
No release notes provided.
release 2.6.6
No release notes provided.
release 2.6.5
No release notes provided.
Changelog
Sourced from debug's changelog.
2.6.9 / 2017-09-22
- remove ReDoS regexp in %o formatter (#504)
2.6.8 / 2017-05-18
- Fix: Check for undefined on browser globals (#462,
@marbemac)2.6.7 / 2017-05-16
- Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458,
@hubdotcom)- Fix: Inline extend function in node implementation (#452,
@dougwilson)- Docs: Fix typo (#455,
@msasad)2.6.5 / 2017-04-27
- Fix: null reference check on window.documentElement.style.WebkitAppearance (#447,
@thebigredgeek)- Misc: clean up browser reference checks (#447,
@thebigredgeek)- Misc: add npm-debug.log to .gitignore (
@thebigredgeek)
Commits
13abeaeRelease 2.6.9f53962eremove ReDoS regexp in %o formatter (#504)52e1f21Release 2.6.82482e08Check for undefined on browser globals (#462)6bb07f7release 2.6.715850cbFix Regular Expression Denial of Service (ReDoS)4a6c85cupdate "debug" to v1.0.0 (#454)b68dbf8Fix typo (#455)1351d2fInline extend function in node implementation (#452)c211947update version for component- Additional commits viewable in compare view
Updates extend from 3.0.0 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
nodev10.7,v9.11,v8.11,v7.10,v6.14,v4.9; usenvm install-latest-npm3.0.1 / 2017-04-27
Commits
8d106d2v3.0.2e97091f[Dev Deps] updatetapee841aac[Tests] up tonodev10.70e68e71[Fix] Prevent merging proto propertya689700Only apps should have lockfilesf13c1c4[Dev Deps] updateeslint,@ljharb/eslint-config,tapef3570fe[Tests] up tonodev10.0,v9.11,v8.11,v7.10,v6.14,v4.9; use...138b515v3.0.17e19a6f[Tests] up tonodev7.9,v6.10,v4.8; improve matrix0191e27[Dev Deps] updatetape,eslint,@ljharb/eslint-config- Additional commits viewable in compare view
Updates fsevents from 1.1.1 to 1.2.13
Release notes
Sourced from fsevents's releases.
Release v1.2.13
Only build on Mac-OSX
Release v1.2.11
Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.
The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.
Intermediate Release
No release notes provided.
Release v1.2.9 - Node v12 compatibility
No release notes provided.
Release Pre-NAPI v1.2.8
No release notes provided.
Version Bump (bundle node-pre-gyp)
No release notes provided.
Prebuilt v11.x
No release notes provided.
v1.2.3
- Added node v10 for pre-built binaries
- C++ tuning to fix potential SIGILL and cyclic dependency (#204)
v1.2.2
Fixed node-pre-gyp bundling issue
v1.2.1
[unpublished because of errors during publish process]
v1.2.0
- BREAKING: End support for Node v0.12. If you are using Node v0.12 please pin your fsevents dependencies to v1.1.3. Not bumping semver major for this release was a compromise solution discussed in #199 and #201.
- Node v0.10 should continue to work with local compilation for now, but hosted pre-built binaries will no longer be provided. If this is a constraint for you, please pin to an earlier version.
- Fixed security vulnerability warnings by updating node-pre-gyp to ^0.9.0
- Compatibility updates for nan v2.9.0
v1.1.3
- Added node v9 for pre-built binaries
- Fixed bug related to using
--no-bin-linksoption on install- Updated node-pre-gyp to latest version (0.6.39)
v1.1.2
- Added Node.js v8 to the prebuild binary assets.
- Stopped prebuilding for io.js (can still be built locally)
- Updated node-pre-gyp to latest version (0.6.36)
Commits
844a05dVersion Bumpf393f2aOnly build fsevents on macOS (#322)6a281a7[publish binary]acc2bce[publish binary]f532b6e[publish binary]4c6a1c0Add node 13 to travis matrix.92e40aaRelease 1.2.12.909af26Release v1.2.117074adbRelease v1.2.100a052f6Node.js v12 support for v1.x (#274)- Additional commits viewable in compare view
Updates hosted-git-info from 2.4.2 to 2.8.9
Changelog
Sourced from hosted-git-info's changelog.
2.8.9 (2021-04-07)
Bug Fixes
2.8.8 (2020-02-29)
Bug Fixes
- #61 & #65 addressing issues w/ url.URL implmentation which regressed node 6 support (5038b18), closes #66
2.8.7 (2020-02-26)
Bug Fixes
- Do not attempt to use url.URL when unavailable (2d0bb66), closes #61 #62
- Do not pass scp-style URLs to the WhatWG url.URL (f2cdfcf), closes #60
2.8.6 (2020-02-25)
2.8.5 (2019-10-07)
Bug Fixes
2.8.4 (2019-08-12)
... (truncated)
Commits
8d4b369chore(release): 2.8.929adfe5fix: backport regex fix from #76afeaefdchore(release): 2.8.85038b18fix: #61 & #65 addressing issues w/ url.URL implmentation which regressed nod...7440afachore(release): 2.8.72d0bb66fix: Do not attempt to use url.URL when unavailablef2cdfcffix: Do not pass scp-style URLs to the WhatWG url.URLe1b83dfchore(release): 2.8.6ff259a6Ensure passwords in hosted Git URLs are correctly escaped624fd6fchore(release): 2.8.5- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nlf, a new releaser for hosted-git-info since your current version.
Updates minimatch from 3.0.3 to 3.1.2
Commits
699c4593.1.22f2b5fffix: trim pattern25d7c0d3.1.155dda29fix: treat nocase:true as always having magic5e1fb8d3.1.0f8145c5Add 'allowWindowsEscape' option570e8b1add publishConfig for v3 publishes5b7cd333.0.620b4b56[fix] revert all breaking syntax changes2ff0388document, expose, and test 'partial:true' option- Additional commits viewable in compare view
Updates ms from 0.7.3 to 2.0.0
Release notes
Sourced from ms's releases.
2.0.0
Major Changes
- Limit str to 100 to avoid ReDoS of 0.3s: #89
Patches
- Ignored logs coming from npm: b1eaab752203e978492a4d540a7ae1d26e6306b1
- Bumped dependencies to the latest version: bcf57157678fd5afc691383145a35e116f9704d0
- Invalidated cache for slack badge: 94b995c1d6d5d13ec976a0c6849a3cca9b277e6b
Credits
Huge thanks to
@karenyavinefor their help!1.0.0
Major Changes
- Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420
Patches
- Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
- Removed XO: 94068ea6d518387670df277f740b1abada80ed48
- Use
prettierandeslint: 57b3ef8e3423cae6254f94c5564a11b4492cff43- Badge for XO removed: 389840b329436117741b2ef13a172725082695b9
- Removed browser testing: e818c3581aca3119c00d81901bfe8fe653bcfda4
- More suitable name for file containing tests: ee91f307a8dc3581ebdad614ec0533ddb3d8bf56
Commits
9b88d152.0.094b995cInvalidated cache for slack badgebcf5715Bumped dependencies to the latest versionb1eaab7Ignored logs coming from npmcaae298Limit str to 100 to avoid ReDoS of 0.3s (#89)b83b36dchore(package): update eslint to version 3.19.0 (#88)3f2a4d7chore(package): update husky to version 0.13.3 (#86)7daf9841.0.0ee91f30More suitable name for file containing testse818c35Removed browser testing- Additional commits viewable in compare view
Updates qs from 6.4.0 to 6.4.1
Changelog
Sourced from qs's changelog.
6.4.1
- [Fix]
parse: ignore__proto__keys (#428)- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
- [Fix] use
safer-bufferinstead ofBufferconstructor- [Fix]
utils.merge: avoid a crash with a null target and an array source- [Fix]
utils.merge: avoid a crash with a null target and a truthy non-array source- [Fix]
stringify: fix a crash withstrictNullHandlingand a customfilter/serializeDate(#279)- [Fix]
utils:merge: fix crash whensourceis a truthy primitive & no options are provided- [Fix] when
parseArraysis false, properly handle keys ending in[]- [Robustness]
stringify: avoid relying on a globalundefined(#427)- [Refactor] use cached
Array.isArray- [Refactor]
stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] Clarify the need for "arrayLimit" option
- [meta] fix README.md (#399)
- [meta] Clean up license text so it’s properly detected as BSD-3-Clause
- [meta] add FUNDING.yml
- [actions] backport actions from main
- [Tests] remove nonexistent tape option
- [Dev Deps] backport from main
Commits
486aa46v6.4.1727ef5d[Fix]parse: ignore__proto__keys (#428)cd1874e[Robustness]stringify: avoid relying on a globalundefined(#427)45e987c[readme] remove travis badge; add github actions/codecov badges; update URLs90a3bce[meta] fix README.md (#399)9566d25[Fix] fix for an impossible situation: when the formatter is called with a no...74227efClean up license text so it’s properly detected as BSD-3-Clause35dfb22[actions] backport actions from main7d4670f[Dev Deps] backport from main0485440[Fix] usesafer-bufferinstead ofBufferconstructor- Additional commits viewable in compare view
Updates sshpk from 1.13.0 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
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
- See full diff in compare view
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
fee31c50.0.62f4a9d4Merge pull request #9 from mhart/fix-buffer-constructor-vulnafbc744Ensure data is not a number in Buffer constructor- See full diff in compare view
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 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 You can disable automated security fix PRs for this repo from the Security Alerts page.