-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump ajv and har-validator #39
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/ajv-and-har-validator-8.11.0
Dec 2, 2022
Merged
Bump ajv and har-validator #39
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/ajv-and-har-validator-8.11.0
Dec 2, 2022
Conversation
This file contains 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) and [har-validator](https://github.com/ahmadnassri/node-har-validator). These dependencies needed to be updated together. Updates `ajv` from 5.5.2 to 8.11.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v5.5.2...v8.11.0) Updates `har-validator` from 5.1.0 to 5.1.5 - [Release notes](https://github.com/ahmadnassri/node-har-validator/releases) - [Changelog](https://github.com/ahmadnassri/node-har-validator/blob/master/.releaserc) - [Commits](ahmadnassri/node-har-validator@v5.1.0...v5.1.5) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect - dependency-name: har-validator dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot merge
Sent from Proton Mail mobile
…-------- Original Message --------
On Dec 2, 2022, 15:57, dependabot[bot] wrote:
This automated pull request fixes a [security vulnerability](https://github.com/reposman33/assignmentAngularRabobank/security/dependabot/72) (moderate severity).
[Learn more about Dependabot security updates](https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates).
---------------------------------------------------------------
Bumps [ajv](https://github.com/ajv-validator/ajv) and [har-validator](https://github.com/ahmadnassri/node-har-validator). These dependencies needed to be updated together.
Updates ajv from 5.5.2 to 8.11.0
Release notes
Sourced from [ajv's releases](https://github.com/ajv-validator/ajv/releases).
> v8.11.0
>
> Use root schemaEnv when resolving references in oneOf ([#1901](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1901), [@asprouse](https://github.com/asprouse))
>
> Only use equal function in generated code when it is used ([#1922](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1922), [@bhvngt](https://github.com/bhvngt))
>
> v8.10.0
>
> uriResolver option ([@zekth](https://github.com/zekth), [#1862](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1862))
>
> v8.9.0
>
> Option code.esm to generate ESM exports for standalone validation functions ([@rehanvdm](https://github.com/rehanvdm), [#1861](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1861)) Support discriminator keyword with $ref in oneOf subschemas ([@dfeufel](https://github.com/dfeufel), [#1815](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1815))
>
> v8.8.2
>
> Use full RegExp string (with flags) as cache key, related to [ajv-validator/ajv-keywords#220](https://github-redirect.dependabot.com/ajv-validator/ajv-keywords/issues/220)
>
> v8.8.1
>
> Fix minContains: 0 ([#1819](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1819))
>
> v8.8.0
>
> Fix browser bundles in cdnjs regExp option allowing to specify alternative RegExp engine, e.g. re2 ([@efebarlas](https://github.com/efebarlas))
>
> v8.7.1
>
> Publish Ajv bundle for JSON Schema 2020-12 to cdnjs.com
>
> v8.7.0
>
> Update JSON Schema Test Suite. Change minContains: 0 now correctly allows empty array.
>
> v8.6.3
>
> Fix $ref resolution for schemas without $id ([@rbuckton](https://github.com/rbuckton), [#1725](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1725)) Support standalone module import from ESM modules without using .default property ([@bhvngt](https://github.com/bhvngt), [#1757](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1757)) Update code for breaking TS change - error in catch has type unknown ([#1760](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1760))
>
> v8.6.2
>
> Fix JTD serialiser ([#1691](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1691))
>
> v8.6.1
>
> Fix "not" keyword preventing validation of "allOf" and some other keywords ([#1668](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1668))
>
> v8.6.0
>
> Track evaluated properties with patternProperties that have always valid schemas (e.g., true) ([@P0lip](https://github.com/P0lip), [#1626](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1626)) Option [int32range](https://ajv.js.org/options.html#int32range) to disable number range checking for int32 and uint32 type in [JTD schemas](https://ajv.js.org/json-type-definition.html)
>
> v8.5.0
>
> Optimize validation code for const keyword with scalar values ([@SoAsEr](https://github.com/SoAsEr), [#1561](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1561)) Add option schemaId to support [ajv-draft-04](https://github.com/ajv-validator/ajv-draft-04) - Ajv for JSON Schema drat-04.
>
> v8.4.0
>
> JSON Type Definition schema options:
... (truncated)
Commits
- [c067d6d](ajv-validator/ajv@c067d6d) 8.11.0
- [a5119ef](ajv-validator/ajv@a5119ef) Update limitProperties.ts ([#1918](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1918))
- [3ec588b](ajv-validator/ajv@3ec588b) Fix some relative links ([#1900](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1900))
- [09f67f2](ajv-validator/ajv@09f67f2) fix: emit equal when needed - alternative to [#1853](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1853) ([#1922](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1922))
- [bd7cf15](ajv-validator/ajv@bd7cf15) Fix KeywordCxt links ([#1931](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1931))
- [95b15b6](ajv-validator/ajv@95b15b6) Use root schemaEnv when resolving references in oneOf ([#1901](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1901))
- [6e53e43](ajv-validator/ajv@6e53e43) doc: add uriResolver ([#1896](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1896))
- [a27f782](ajv-validator/ajv@a27f782) 8.10.0
- [d0be809](ajv-validator/ajv@d0be809) docs: fix typo in discriminator documentation ([#1885](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1885))
- [b3e0cb1](ajv-validator/ajv@b3e0cb1) docs: Fix typo ([#1890](https://github-redirect.dependabot.com/ajv-validator/ajv/issues/1890))
- Additional commits viewable in [compare view](ajv-validator/ajv@v5.5.2...v8.11.0)
Updates har-validator from 5.1.0 to 5.1.5
Release notes
Sourced from [har-validator's releases](https://github.com/ahmadnassri/node-har-validator/releases).
> v5.1.5
>
> [5.1.5](ahmadnassri/node-har-validator@v5.1.4...v5.1.5) (2020-07-30)
>
> v5.1.4
>
> [5.1.4](ahmadnassri/node-har-validator@v5.1.3...v5.1.4) (2020-07-30)
>
> v5.1.2
>
> [5.1.2](ahmadnassri/node-har-validator@v5.1.1...v5.1.2) (2018-11-07)
>
> Bug Fixes
>
> - docs: update badge links ([1764b7c](ahmadnassri/node-har-validator@1764b7c))
>
> v5.1.1
>
> [5.1.1](ahmadnassri/node-har-validator@v5.1.0...v5.1.1) (2018-11-07)
>
> Bug Fixes
>
> - scaffold: update project scaffold template ([fd01aff](ahmadnassri/node-har-validator@fd01aff))
Commits
- [b77cdcb](ahmadnassri/node-har-validator@b77cdcb) build(semantic-release): should release when docs are updated
- [3a4d4f3](ahmadnassri/node-har-validator@3a4d4f3) docs(readme): correct badge
- [01c5f2a](ahmadnassri/node-har-validator@01c5f2a) style(lint): correct lint errors
- [ab43db4](ahmadnassri/node-har-validator@ab43db4) build(semantic-release): correct .releaserc file name
- [bab9612](ahmadnassri/node-har-validator@bab9612) build(deps): update dependencies
- [6742cb5](ahmadnassri/node-har-validator@6742cb5) test(docker-compose): docker-compose for unified testing
- [fd48174](ahmadnassri/node-har-validator@fd48174) ci(actions): replace old ci setup with new github actions workflows
- [5c53c92](ahmadnassri/node-har-validator@5c53c92) build(deps): [security] bump handlebars from 4.0.11 to 4.7.1 ([#160](https://github-redirect.dependabot.com/ahmadnassri/node-har-validator/issues/160))
- [ea53334](ahmadnassri/node-har-validator@ea53334) chore(deps): lock file maintenance ([#114](https://github-redirect.dependabot.com/ahmadnassri/node-har-validator/issues/114))
- [a38c067](ahmadnassri/node-har-validator@a38c067) 5.1.3
- Additional commits viewable in [compare view](ahmadnassri/node-har-validator@v5.1.0...v5.1.5)
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/reposman33/assignmentAngularRabobank/network/alerts).
---------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#39
Commit Summary
- [63c00e2](63c00e2) Bump ajv and har-validator
File Changes
([1 file](https://github.com/reposman33/assignmentAngularRabobank/pull/39/files))
- M [package-lock.json](https://github.com/reposman33/assignmentAngularRabobank/pull/39/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519) (50)
Patch Links:
- https://github.com/reposman33/assignmentAngularRabobank/pull/39.patch
- https://github.com/reposman33/assignmentAngularRabobank/pull/39.diff
—
Reply to this email directly, [view it on GitHub](#39), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAYNOZVNQDMHMBE5RJ4BHDLWLIE6PANCNFSM6AAAAAASSAAPCA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/ajv-and-har-validator-8.11.0
branch
December 2, 2022 14:59
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 and har-validator. These dependencies needed to be updated together.
Updates
ajv
from 5.5.2 to 8.11.0Release notes
Sourced from ajv's releases.
... (truncated)
Commits
c067d6d
8.11.0a5119ef
Update limitProperties.ts (#1918)3ec588b
Fix some relative links (#1900)09f67f2
fix: emit equal when needed - alternative to #1853 (#1922)bd7cf15
Fix KeywordCxt links (#1931)95b15b6
Use root schemaEnv when resolving references in oneOf (#1901)6e53e43
doc: add uriResolver (#1896)a27f782
8.10.0d0be809
docs: fix typo in discriminator documentation (#1885)b3e0cb1
docs: Fix typo (#1890)Updates
har-validator
from 5.1.0 to 5.1.5Release notes
Sourced from har-validator's releases.
Commits
b77cdcb
build(semantic-release): should release when docs are updated3a4d4f3
docs(readme): correct badge01c5f2a
style(lint): correct lint errorsab43db4
build(semantic-release): correct .releaserc file namebab9612
build(deps): update dependencies6742cb5
test(docker-compose): docker-compose for unified testingfd48174
ci(actions): replace old ci setup with new github actions workflows5c53c92
build(deps): [security] bump handlebars from 4.0.11 to 4.7.1 (#160)ea53334
chore(deps): lock file maintenance (#114)a38c067
5.1.3Dependabot 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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.