axios-middleware
axios-middleware copied to clipboard
Bump json5 from 1.0.1 to 1.0.2
Bumps json5 from 1.0.1 to 1.0.2.
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
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]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e
1.0.2e0c23fe
docs: update CHANGELOG for v1.0.262a6540
fix: add proto to objects and arrays- 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 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.
@grandwolf This looks like a pretty interesting feature. Is this PR still being worked on?
I'd also be interested in this feature, e.g., for use in linuxdeployqt.
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.
Use patchelf --set-rpath "\$ORIGIN/my-sub-dir-if-any" my-exe
. It worked fine for me.
Does this PR could be merged in a near future?
I'm not involved in the project, but the formatting looks inconsistent (is there an auto formatter configured?). Especially, tabs and spaces are mixed.
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 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.
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]/
/data/data/com.termux/files/usr/bin/bash: termux-change-repo: command not found