Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

chore: bump json5 from 1.0.1 to 1.0.2 #1135

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2023

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]

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

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 4, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2023

Codecov Report

Patch coverage: 44.51% and project coverage change: -0.12 ⚠️

Comparison is base (3b02a18) 65.35% compared to head (5cfa161) 65.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1135      +/-   ##
==========================================
- Coverage   65.35%   65.24%   -0.12%     
==========================================
  Files         402      411       +9     
  Lines       25198    25480     +282     
  Branches     6449     6561     +112     
==========================================
+ Hits        16469    16624     +155     
- Misses       8729     8856     +127     
Impacted Files Coverage Δ
...onents/AnnotationsCarousel/__tests__/sampleData.js 100.00% <ø> (ø)
src/components/BottomBar/CurrentTask.js 0.00% <0.00%> (ø)
src/components/CurrentEntity/GroundTruth.js 18.18% <0.00%> (-1.82%) ⬇️
src/components/VideoCanvas/VirtualVideo.tsx 85.00% <ø> (ø)
src/components/BottomBar/Controls.js 5.19% <5.19%> (ø)
src/components/BottomBar/Actions.js 7.14% <7.14%> (ø)
src/components/BottomBar/BottomBar.js 10.00% <10.00%> (ø)
src/components/BottomBar/HistoryActions.js 16.66% <16.66%> (ø)
src/components/TopBar/TopBar.js 51.85% <40.00%> (-41.01%) ⬇️
src/stores/RelationStore.js 55.20% <60.00%> (+0.55%) ⬆️
... and 9 more

... and 8 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch 3 times, most recently from cd57ed5 to ec0b475 Compare January 9, 2023 16:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch 3 times, most recently from 847d0c2 to 5fb6a6a Compare January 30, 2023 10:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch from 5fb6a6a to 980987f Compare February 9, 2023 18:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch 2 times, most recently from 0e6f2fa to d1757c3 Compare February 21, 2023 10:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch 4 times, most recently from 1d53741 to f852608 Compare March 1, 2023 12:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch 2 times, most recently from 5cfa161 to a89f239 Compare March 22, 2023 18:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch from a89f239 to aa6bc4a Compare March 29, 2023 11:41
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-1.0.2 branch from aa6bc4a to cd8dfb1 Compare April 13, 2023 16:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants