From e7194a4b6fd7ce706bbd44ec774c408de92053b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 10:51:03 +0200 Subject: [PATCH] fix: bump ajv from 8.12.0 to 8.14.0 in /typescript (#2075) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.12.0 to 8.14.0.
Release notes

Sourced from ajv's releases.

v8.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0

v8.13.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ajv&package-manager=npm_and_yarn&previous-version=8.12.0&new-version=8.14.0)](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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- typescript/package-lock.json | 16 ++++++++-------- .../packages/subsurface-viewer/package.json | 2 +- typescript/packages/wsc-common/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 144dba017..d49fc609f 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -16093,14 +16093,14 @@ } }, "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz", + "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==", "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "uri-js": "^4.4.1" }, "funding": { "type": "github", @@ -41791,7 +41791,7 @@ "@turf/simplify": "^6.5.0", "@vivaxy/png": "^1.3.0", "@webviz/wsc-common": "*", - "ajv": "^8.12.0", + "ajv": "^8.14.0", "convert-units": "^2.3.4", "d3": "^7.8.2", "d3-color": "^3.1.0", @@ -42034,7 +42034,7 @@ }, "packages/well-log-viewer": { "name": "@webviz/well-log-viewer", - "version": "1.7.4", + "version": "1.8.0", "license": "MPL-2.0", "dependencies": { "@emerson-eps/color-tables": "^0.4.71", @@ -42054,7 +42054,7 @@ "version": "0.6.3", "license": "MPL-2.0", "dependencies": { - "ajv": "^8.12.0" + "ajv": "^8.14.0" } } } diff --git a/typescript/packages/subsurface-viewer/package.json b/typescript/packages/subsurface-viewer/package.json index 64ea73dae..251c5441b 100644 --- a/typescript/packages/subsurface-viewer/package.json +++ b/typescript/packages/subsurface-viewer/package.json @@ -48,7 +48,7 @@ "@turf/simplify": "^6.5.0", "@vivaxy/png": "^1.3.0", "@webviz/wsc-common": "*", - "ajv": "^8.12.0", + "ajv": "^8.14.0", "convert-units": "^2.3.4", "d3": "^7.8.2", "d3-color": "^3.1.0", diff --git a/typescript/packages/wsc-common/package.json b/typescript/packages/wsc-common/package.json index b97aa0bfc..3c683e9c0 100644 --- a/typescript/packages/wsc-common/package.json +++ b/typescript/packages/wsc-common/package.json @@ -20,7 +20,7 @@ "author": "Equinor ", "license": "MPL-2.0", "dependencies": { - "ajv": "^8.12.0" + "ajv": "^8.14.0" }, "volta": { "node": "18.19.0"