Skip to content

Commit 2742b6f

Browse files
Bump ajv from 8.14.0 to 8.15.0 (#324)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.14.0 to 8.15.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.15.0</h2> <h2>What's Changed</h2> <ul> <li>Replace <code>uri-js</code> with <code>fast-uri</code> by <a href="https://github.com/vixalien"><code>@​vixalien</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2415">ajv-validator/ajv#2415</a></li> <li>Bump to 8.15.0 by <a href="https://github.com/jasoniangreen"><code>@​jasoniangreen</code></a> in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2442">ajv-validator/ajv#2442</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vixalien"><code>@​vixalien</code></a> made their first contribution in <a href="https://redirect.github.com/ajv-validator/ajv/pull/2415">ajv-validator/ajv#2415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0">https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ajv-validator/ajv/commit/accd9f3ee5e0e688244c1accf7bb13745b513177"><code>accd9f3</code></a> Bump to 8.15.0 (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2442">#2442</a>)</li> <li><a href="https://github.com/ajv-validator/ajv/commit/fa1b5d56711a038af9a5f059cb7d1203e65449f4"><code>fa1b5d5</code></a> Replace <code>uri-js</code> with <code>fast-uri</code> (<a href="https://redirect.github.com/ajv-validator/ajv/issues/2415">#2415</a>)</li> <li>See full diff in <a href="https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.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.14.0&new-version=8.15.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 fb9d337 commit 2742b6f

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
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.14.0",
28+
"ajv": "^8.15.0",
2929
"ajv-formats": "^3.0.1",
3030
"camelcase-keys": "^9.1.3",
3131
"express": "^4.19.2",

yarn.lock

Lines changed: 14 additions & 7 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.14.0":
2537-
version: 8.14.0
2538-
resolution: "ajv@npm:8.14.0"
2536+
"ajv@npm:^8.0.0, ajv@npm:^8.15.0":
2537+
version: 8.15.0
2538+
resolution: "ajv@npm:8.15.0"
25392539
dependencies:
25402540
fast-deep-equal: "npm:^3.1.3"
2541+
fast-uri: "npm:^2.3.0"
25412542
json-schema-traverse: "npm:^1.0.0"
25422543
require-from-string: "npm:^2.0.2"
2543-
uri-js: "npm:^4.4.1"
2544-
checksum: 10c0/89aedf51bc3cd2a98214ef8d4081a9d5c02cedbfd28ada48deb9ae3d456fdfe3dc8899cce44736c80b3965840e32ba8827032df6a60af5671f27f47f8082a3bf
2544+
checksum: 10c0/e70341a7535d1e512ff56d76c94cdfc56e0c0cbc5c14d782a2219d44c922031499ada89342448994ed9340d4bd6df57a31bedec52c14c76d75a6f944949ad007
25452545
languageName: node
25462546
linkType: hard
25472547

@@ -4269,6 +4269,13 @@ __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+
42724279
"fastq@npm:^1.6.0":
42734280
version: 1.15.0
42744281
resolution: "fastq@npm:1.15.0"
@@ -5970,7 +5977,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59705977
dependencies:
59715978
"@types/node": "npm:^20.14.1"
59725979
"@types/supertest": "npm:^6.0.2"
5973-
ajv: "npm:^8.14.0"
5980+
ajv: "npm:^8.15.0"
59745981
ajv-formats: "npm:^3.0.1"
59755982
camelcase-keys: "npm:^9.1.3"
59765983
eslint: "npm:^8.57.0"
@@ -8247,7 +8254,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
82478254
languageName: node
82488255
linkType: hard
82498256

8250-
"uri-js@npm:^4.2.2, uri-js@npm:^4.4.1":
8257+
"uri-js@npm:^4.2.2":
82518258
version: 4.4.1
82528259
resolution: "uri-js@npm:4.4.1"
82538260
dependencies:

0 commit comments

Comments
 (0)