Skip to content

Commit 40d0945

Browse files
Bump ajv from 8.15.0 to 8.16.0 (#326)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.15.0 to 8.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ajv-validator/ajv/releases">ajv's releases</a>.</em></p> <blockquote> <h2>v8.16.0</h2> <h2>What's Changed</h2> <ul> <li>Revert fast-uri change by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2444">ajv-validator/ajv#2444</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0">https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajv-validator/ajv/commit/c8b37f448f77448656222a5a5e279432857f7e9f"><code>c8b37f4</code></a> Revert fast-uri change (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2444">#2444</a>)</li> <li>See full diff in <a href="https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ajv&package-manager=npm_and_yarn&previous-version=8.15.0&new-version=8.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
1 parent 2742b6f commit 40d0945

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"server:watch": "laboperator-middleware server --watch"
2626
},
2727
"dependencies": {
28-
"ajv": "^8.15.0",
28+
"ajv": "^8.16.0",
2929
"ajv-formats": "^3.0.1",
3030
"camelcase-keys": "^9.1.3",
3131
"express": "^4.19.2",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,15 +2533,15 @@ __metadata:
25332533
languageName: node
25342534
linkType: hard
25352535

2536-
"ajv@npm:^8.0.0, ajv@npm:^8.15.0":
2537-
version: 8.15.0
2538-
resolution: "ajv@npm:8.15.0"
2536+
"ajv@npm:^8.0.0, ajv@npm:^8.16.0":
2537+
version: 8.16.0
2538+
resolution: "ajv@npm:8.16.0"
25392539
dependencies:
25402540
fast-deep-equal: "npm:^3.1.3"
2541-
fast-uri: "npm:^2.3.0"
25422541
json-schema-traverse: "npm:^1.0.0"
25432542
require-from-string: "npm:^2.0.2"
2544-
checksum: 10c0/e70341a7535d1e512ff56d76c94cdfc56e0c0cbc5c14d782a2219d44c922031499ada89342448994ed9340d4bd6df57a31bedec52c14c76d75a6f944949ad007
2543+
uri-js: "npm:^4.4.1"
2544+
checksum: 10c0/6fc38aa8fd4fbfaa7096ac049e48c0cb440db36b76fef2d7d5b7d92b102735670d055d412d19176c08c9d48eaa9d06661b67e59f04943dc71ab1551e0484f88c
25452545
languageName: node
25462546
linkType: hard
25472547

@@ -4269,13 +4269,6 @@ __metadata:
42694269
languageName: node
42704270
linkType: hard
42714271

4272-
"fast-uri@npm:^2.3.0":
4273-
version: 2.3.0
4274-
resolution: "fast-uri@npm:2.3.0"
4275-
checksum: 10c0/72844622c8b9d92dbb783723628d1069c999b31bfaa74af9e9afae0e0c22faf18c988a0ce55e775dce4c404f4cca75fa43e1f0ab07075342cff99796f4920945
4276-
languageName: node
4277-
linkType: hard
4278-
42794272
"fastq@npm:^1.6.0":
42804273
version: 1.15.0
42814274
resolution: "fastq@npm:1.15.0"
@@ -5977,7 +5970,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59775970
dependencies:
59785971
"@types/node": "npm:^20.14.1"
59795972
"@types/supertest": "npm:^6.0.2"
5980-
ajv: "npm:^8.15.0"
5973+
ajv: "npm:^8.16.0"
59815974
ajv-formats: "npm:^3.0.1"
59825975
camelcase-keys: "npm:^9.1.3"
59835976
eslint: "npm:^8.57.0"
@@ -8254,7 +8247,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
82548247
languageName: node
82558248
linkType: hard
82568249

8257-
"uri-js@npm:^4.2.2":
8250+
"uri-js@npm:^4.2.2, uri-js@npm:^4.4.1":
82588251
version: 4.4.1
82598252
resolution: "uri-js@npm:4.4.1"
82608253
dependencies:

0 commit comments

Comments
 (0)