Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps json-replace-exponentials from 0.1.0 to 0.2.0.

Release notes

Sourced from json-replace-exponentials's releases.

v0.2.0

BREAKING CHANGES

  • Require Node.js >= 16. Drop support for previous versions.

Bug Fixes

  • Don't match digits in the non-string, non-number portion of the regular expression for replacing numbers in JSON. This could cause ReDoS due to super-linear backtracking of malicious input. (f1db670)
Changelog

Sourced from json-replace-exponentials's changelog.

0.2.0 (2023-10-02)

BREAKING CHANGES

  • Require Node.js >= 16. Drop support for previous versions.

Bug Fixes

  • Don't match digits in the non-string, non-number portion of the regular expression for replacing numbers in JSON. This could cause ReDoS due to super-linear backtracking of malicious input. (f1db670)
Commits
  • f51c316 0.2.0
  • 0a7af13 Update CHANGELOG.md for 0.2.0
  • e00cae6 ignore eslint-* and rimraf in preversion depcheck
  • e13a80f Add eslint-plugin-regexp to devDependencies
  • f60454b build(deps-dev): bump eslint-config-kevinoid from ^31.0.0 to ^31.1.0
  • f1db670 fix: Exclude digit from non-string non-number JSON
  • 1da87dc Suppress regexp/no-control-character
  • 0d6a9d2 Escape backslash in string pattern
  • f10e997 Disable import/extensions for require('..')
  • 40e723d style: automatic fixes for new ESLint rules
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [json-replace-exponentials](https://github.com/kevinoid/json-replace-exponentials) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/kevinoid/json-replace-exponentials/releases)
- [Changelog](https://github.com/kevinoid/json-replace-exponentials/blob/main/CHANGELOG.md)
- [Commits](kevinoid/json-replace-exponentials@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: json-replace-exponentials
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 3, 2023
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #10 (6e4c139) into main (74004c6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   95.20%   95.20%           
=======================================
  Files           1        1           
  Lines         271      271           
=======================================
  Hits          258      258           
  Misses         13       13           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6392726209

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.94%

Totals Coverage Status
Change from base Build 6383526152: 0.0%
Covered Lines: 258
Relevant Lines: 271

💛 - Coveralls

@kevinoid kevinoid merged commit eafeb21 into main Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/json-replace-exponentials-0.2.0 branch October 3, 2023 14:45
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants