Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps jsonpointer and suretype. These dependencies needed to be updated together.
Updates jsonpointer from 4.1.0 to 5.0.1

Release notes

Sourced from jsonpointer's releases.

Version 5.0.1

Changelog

v5.0.0

5.0.0 (2021-10-31)

Bug Fixes

  • Fix prototype pollution (#51)

    • The original, non-mutated objects are now returned if any of the keys __proto__, constructor or prototype are used in a json pointer.
    // returns the unmodified input {}
    jsonpointer.set({}, '/foo/__proto__/boo', 'polluted')
    • When passing non-string arrays to a .set operation, an error is thrown:
    // throws `new Error('Invalid JSON pointer. Must be of type string or number.')`
    jsonpointer.set({}, [['__proto__'], ['__proto__'], 'boo'], 'polluted')
Commits
  • 4a253c0 Adopt strictEqual changes and only return null when the get succeeded
  • bad4983 Fix null values throwing exception when traversing over while getting
  • a5706e8 test: Always use strictEqual to ensure null and undefined values are asserted...
  • b8e1e6a fix incorrect typings for compile get/set methods
  • c4de620 Merge pull request #53 from janl/release/5.0.0
  • 8dbf304 feat: v5
  • 84cf173 Merge pull request #52 from janl/fix/test
  • f716e5c chore: more rip travis
  • e2ae355 chore: remove comment
  • d23693b chore: update primary branch
  • Additional commits viewable in compare view

Updates suretype from 1.2.0 to 3.0.5

Release notes

Sourced from suretype's releases.

v3.0.5

3.0.5 (2022-04-20)

Bug Fixes

  • deps: bumped awesome-ajv-errors for handling undefined input value (a22ffff)

v3.0.4

3.0.4 (2022-04-20)

Bug Fixes

  • deps: bumped awesome-ajv-errors for better numeric indices handling of json paths (11f0321)

v3.0.3

3.0.3 (2022-02-14)

Bug Fixes

  • deps: bumped awesome-ajv-errors for fix when ajv gives a dot-path beginning with '[', not '.' (6a6b59f)
  • prettify: don't crash when prettification fails (59e404f)

v3.0.2

3.0.2 (2022-02-10)

Bug Fixes

  • pretty: bumped awesome-ajv-errors for fixed JSON path handling in edge cases (22ab4ca)

v3.0.1

3.0.1 (2022-02-09)

Bug Fixes

  • typings: fixed invalid package.json 'types' (b07af02), closes #24

v3.0.0

3.0.0 (2022-02-07)

Features

... (truncated)

Commits
  • a22ffff fix(deps): bumped awesome-ajv-errors for handling undefined input value
  • 11f0321 fix(deps): bumped awesome-ajv-errors for better numeric indices handling of j...
  • 6a6b59f fix(deps): bumped awesome-ajv-errors for fix when ajv gives a dot-path beginn...
  • eb58969 test(prettify): regression test for awesome-ajv-errors pretty message
  • 59e404f fix(prettify): don't crash when prettification fails
  • 22ab4ca fix(pretty): bumped awesome-ajv-errors for fixed JSON path handling in edge c...
  • de7a072 test(webpack): fixed issue in test due to previous typings error
  • b07af02 fix(typings): fixed invalid package.json 'types'
  • f3e6229 feat(core): Exports as ESM only, supports browsers
  • bc72bd1 fix(core): export EnsureFunction and SimpleValidateFunction
  • Additional commits viewable 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.

Bumps [jsonpointer](https://github.com/janl/node-jsonpointer) and [suretype](https://github.com/grantila/suretype). These dependencies needed to be updated together.

Updates `jsonpointer` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/janl/node-jsonpointer/releases)
- [Commits](janl/node-jsonpointer@v4.1.0...v5.0.1)

Updates `suretype` from 1.2.0 to 3.0.5
- [Release notes](https://github.com/grantila/suretype/releases)
- [Commits](grantila/suretype@v1.2.0...v3.0.5)

---
updated-dependencies:
- dependency-name: jsonpointer
  dependency-type: indirect
- dependency-name: suretype
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2022
@DarkGL DarkGL closed this Oct 28, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jsonpointer-and-suretype-5.0.1 branch October 28, 2024 19:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants