From 18a2a2d2bf43087fa3dbf2db6573b64738b0ddf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 06:48:49 +0000 Subject: [PATCH] fix: upgrade ajv from 8.6.1 to 8.6.2 Snyk has created this PR to upgrade ajv from 8.6.1 to 8.6.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lissy93/project/564ca11b-8665-48b8-befa-ccd607c3e09a?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e40fc224..f99d5802 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sentry/tracing": "^6.10.0", "@sentry/vue": "^6.10.0", - "ajv": "^8.5.0", + "ajv": "^8.6.2", "axios": "^0.21.1", "body-parser": "^1.19.0", "connect": "^3.7.0", diff --git a/yarn.lock b/yarn.lock index e7fba661..7ad78757 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1895,7 +1895,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.6: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.1, ajv@^8.5.0: +ajv@^8.0.1: version "8.6.1" resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295" integrity sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ== @@ -1905,6 +1905,16 @@ ajv@^8.0.1, ajv@^8.5.0: require-from-string "^2.0.2" uri-js "^4.2.2" +ajv@^8.6.2: + version "8.6.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571" + integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w== + dependencies: + fast-deep-equal "^3.1.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.2.2" + alphanum-sort@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"