- Notifications
You must be signed in to change notification settings - Fork 14
Bump ajv from 6.10.2 to 6.12.6 #9
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| @dependabot merge Met vriendelijke groet, Marc Bakker …On Fri, Feb 11, 2022, 07:50 dependabot[bot] ***@***.***> wrote: Bumps ajv <https://github.com/ajv-validator/ajv> from 6.10.2 to 6.12.6. Release notes *Sourced from ajv's releases <https://github.com/ajv-validator/ajv/releases>.* v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR <https://github.com/ChALkeR>). Fix boolean schemas with strictKeywords option (#1270 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1270>) v6.12.4 Fix: coercion of one-item arrays to scalar that should fail validation (failing example <https://runkit.com/esp/5f3672ba2f6642001ae27411>). v6.12.3 Pass schema object to processCode function Option for strictNumbers ( @issacgerges <https://github.com/issacgerges>, #1128 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1128>) Fixed vulnerability related to untrusted schemas (CVE-2020-15366 <https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2020-15366>) v6.12.2 Removed post-install script v6.12.1 Docs and dependency updates v6.12.0 Improved hostname validation (@sambauers <https://github.com/sambauers>, #1143 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1143>) Option keywords to add custom keywords (@franciscomorais <https://github.com/franciscomorais>, #1137 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1137>) Types fixes (@boenrobot <https://github.com/boenrobot>, @MattiAstedrone <https://github.com/MattiAstedrone>) Docs: - error logging <https://github.com/epoberezkin/ajv#error-logging> example (@RadiationSickness <https://github.com/RadiationSickness>) - TypeScript usage notes (@thetric <https://github.com/thetric>) v6.11.0 Time formats support two digit and colon-less variants of timezone offset ( #1061 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1061> , @cjpillsbury <https://github.com/cjpillsbury>) Docs: RegExp related security considerations Tests: Disabled failing typescript test Commits - fe59143 <ajv-validator/ajv@fe59143> 6.12.6 - d580d3e <ajv-validator/ajv@d580d3e> Merge pull request #1298 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1298> from ajv-validator/fix-url - fd36389 <ajv-validator/ajv@fd36389> fix: regular expression for "url" format - 490e34c <ajv-validator/ajv@490e34c> docs: link to v7-beta branch - 9cd93a1 <ajv-validator/ajv@9cd93a1> docs: note about v7 in readme - 877d286 <ajv-validator/ajv@877d286> Merge pull request #1262 <https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1262> from b4h0-c4t/refactor-opt-object-type - f1c8e45 <ajv-validator/ajv@f1c8e45> 6.12.5 - 764035e <ajv-validator/ajv@764035e> Merge branch 'ChALkeR-chalker/fix-comma' - 3798160 <ajv-validator/ajv@3798160> Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR... - a3c7eba <ajv-validator/ajv@a3c7eba> Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac... - Additional commits viewable in compare view <ajv-validator/ajv@v6.10.2...v6.12.6> [image: Dependabot compatibility score] <https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores> 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 <https://github.com/HackYourFuture/JavaScript3_examples/network/alerts>. ------------------------------ You can view, comment on, or merge this pull request online at: #9 Commit Summary - 2cc9ade <2cc9ade> Bump ajv from 6.10.2 to 6.12.6 File Changes (1 file <https://github.com/HackYourFuture/JavaScript3_examples/pull/9/files>) - *M* package-lock.json <https://github.com/HackYourFuture/JavaScript3_examples/pull/9/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519> (20) Patch Links: - https://github.com/HackYourFuture/JavaScript3_examples/pull/9.patch - https://github.com/HackYourFuture/JavaScript3_examples/pull/9.diff — Reply to this email directly, view it on GitHub <#9>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAYNOZVFMX2AFX7M5M7T5FDU2SWSJANCNFSM5ODI3LOQ> . Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> |
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Bumps ajv from 6.10.2 to 6.12.6.
Release notes
Sourced from ajv's releases.
Commits
fe591436.12.6d580d3eMerge pull request #1298 from ajv-validator/fix-urlfd36389fix: regular expression for "url" format490e34cdocs: link to v7-beta branch9cd93a1docs: note about v7 in readme877d286Merge pull request #1262 from b4h0-c4t/refactor-opt-object-typef1c8e456.12.5764035eMerge branch 'ChALkeR-chalker/fix-comma'3798160Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...a3c7ebaMerge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.