Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump json5 from 2.2.0 to 2.2.3 #48

Merged
merged 52 commits into from
Apr 18, 2023

Conversation

dependabot[bot]
Copy link

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

Bumps json5 from 2.2.0 to 2.2.3.

Release notes

Sourced from json5's releases.

v2.2.3

v2.2.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).

v2.2.1

Changelog

Sourced from json5's changelog.

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]

Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • 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 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.

emilkovacev and others added 30 commits July 23, 2022 06:51
Every time I want to start up this project, I spend 30 or so minutes figuring out authorization. Instead, I figured it would be easier to put an example in the documentation to cut setup time and enable more commits in the future!
Postman is an invaluable resource for new developers on this api. Having a pre-configured json file for postman will allow developers to understand exactly what a request looks like, and how they can make that request. Another option would be to host that json config file somewhere in this repo, so that we can make updates as we develop new endpoints.
Why is this file in the repo???
* Added a menu for the schema members
* Added comments for new members
* I suggest we replace comments with types, since "foreign key"
seems easier to follow
Updated Schema Documentation
Fetching and using the bearer token
This resolves all vulnerabilities reported by `npm audit`,
including the breaking change to `passport` from `^0.4.1` to `^0.6.0`.
All tests still pass with these updates.

Fixes #15
[Dependencies] Update deps to resolve vulns
Bumps [passport-saml](https://github.com/node-saml/passport-saml) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/node-saml/passport-saml/releases)
- [Changelog](https://github.com/node-saml/passport-saml/blob/master/CHANGELOG.md)
- [Commits](node-saml/passport-saml@v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: passport-saml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Pretty much just default Node.js config, just changed to only run on PRs
(instead of pushes and PRs targetting "master")
package.json defines requirement node >= 16
No idea if this will Just Work (TM), but I guess we'll find out soon!
GH concats it all into one line so escaping the line breaks isnt needed
This uses incorporates mattallty/jest-github-action to add annotations
in the test files on the failing tests, making it easier to
identify the problems
Test and Format now rely on Build, reducing duplicate code
(if this works the way I think it will)
Last commit:
> Test and Format now rely on Build, reducing duplicate code
> (if this works the way I think it will)

It did not. They're still unique environments,
so it still has to be set up for each action
WeirdAlex03 and others added 22 commits October 14, 2022 16:46
Intentionally failing a test and messing up file formatting
to see how the actions deal with that
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.7.5...0.7.6)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…ldom/xmldom-0.7.6

Bump @xmldom/xmldom from 0.7.5 to 0.7.6
[Documentation] Fix project referred to as example
…ssport-saml-3.2.2

Bump passport-saml from 3.2.1 to 3.2.2
Add GitHub user jessehartloff as a code owner with the authority to a…
I won't tell it to actually commit yet, first I'll review the output
to make sure it isn't committing too much
This reverts the failing test intentionally added in
ddc6ce6
I won't tell it to actually commit yet, first I'll review the output
to make sure it isn't committing too much
[GitHub Actions] Set up GitHub Actions to automatically build, test, and format
- Added postman file config
- Edited docs for postman file
Revised Postman Documentation
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.0...v2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jessehartloff as a code owner January 8, 2023 09:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2023
@NicholasMy NicholasMy changed the base branch from master to category-score April 11, 2023 20:50
@jessehartloff jessehartloff merged commit 7ea825f into category-score Apr 18, 2023
@jessehartloff jessehartloff deleted the dependabot/npm_and_yarn/json5-2.2.3 branch April 18, 2023 20:49
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
Development

Successfully merging this pull request may close these issues.

3 participants