axios-middleware icon indicating copy to clipboard operation
axios-middleware copied to clipboard

Bump json5 from 1.0.1 to 1.0.2

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps json5 from 1.0.1 to 1.0.2.

Release notes

Sourced from json5's releases.

v1.0.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)
Changelog

Sourced from json5's changelog.

Unreleased [code, diff]

v2.2.3 [code, diff]

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1 [code, diff]

  • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

v2.2.0 [code, diff]

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2 [code, diff]

... (truncated)

Commits

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Jan 07 '23 02:01 dependabot[bot]

@grandwolf This looks like a pretty interesting feature. Is this PR still being worked on?

ebkalderon avatar Feb 05 '19 10:02 ebkalderon

I'd also be interested in this feature, e.g., for use in linuxdeployqt.

probonopd avatar Feb 05 '19 18:02 probonopd

Hello,

it's used in Buildroot to build relocatable SDKs:

https://github.com/buildroot/buildroot/tree/master/package/patchelf

Wolfgang

Am 05.02.19 um 11:55 schrieb Eyal Kalderon:

@grandwolf https://github.com/grandwolf This looks like a pretty interesting feature. Is this PR still being worked on?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NixOS/patchelf/pull/118#issuecomment-460595070, or mute the thread https://github.com/notifications/unsubscribe-auth/AZLsSBO2rgjupu2X69m2rmVpJ1L_8Zvtks5vKWMxgaJpZM4McbN3.

grandwolf avatar Feb 05 '19 18:02 grandwolf

Use patchelf --set-rpath "\$ORIGIN/my-sub-dir-if-any" my-exe. It worked fine for me.

jraygauthier avatar Oct 01 '20 23:10 jraygauthier

Does this PR could be merged in a near future?

ffontaine avatar Sep 12 '21 08:09 ffontaine

I'm not involved in the project, but the formatting looks inconsistent (is there an auto formatter configured?). Especially, tabs and spaces are mixed.

piegamesde avatar Sep 12 '21 10:09 piegamesde

Does this PR could be merged in a near future?

Hello, I think the comment I posted has not been addressed by the PR. I think it is still a problem to remove directories from RPATH just because they don't contain any library pointed by a DT_NEEDED entry.

fallen avatar Sep 19 '21 17:09 fallen

@fallen FWIW I think your concerns might be addressed (for buildroot, at least, presumably) with: https://github.com/buildroot/buildroot/commit/5be9c96030525ad0064868c7401b4595e3920437

Those changes appear listed on the issue page of #118 but might not be obvious, e.g. if you get notifications via email.

See, e.g.: https://github.com/NixOS/patchelf/pull/118#ref-commit-5be9c96

However GH is still reporting file conflicts.

follower avatar Sep 25 '21 14:09 follower

I can open a new PR to include buildroot/buildroot@5be9c96 and fix those file conflicts based on the patch that I sent to buildroot a few days ago: https://patchwork.ozlabs.org/project/buildroot/patch/[email protected]/

ffontaine avatar Sep 25 '21 20:09 ffontaine

/data/data/com.termux/files/usr/bin/bash: termux-change-repo: command not found

QGB avatar May 08 '23 14:05 QGB