diff --git a/package-lock.json b/package-lock.json index 0117de7..50f1fbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "ajv": "^6.12.3", "axios": "^0.28.0", "babel-polyfill": "^6.26.0", - "better-ajv-errors": "^1.1.0", + "better-ajv-errors": "^1.2.0", "chalk": "^2.4.2", "chokidar": "^3.5.2", "commander": "^7.2.0", @@ -5045,9 +5045,9 @@ "dev": true }, "node_modules/better-ajv-errors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/better-ajv-errors/-/better-ajv-errors-1.1.0.tgz", - "integrity": "sha512-4f7VXfxzC07XumLXkfkjo1Q3Gmh0PDA4G6hzAKKrtOJ9NQDPjgPlvavYBaOUXi8c7ymQj49gqbO4bHhA+boDbQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/better-ajv-errors/-/better-ajv-errors-1.2.0.tgz", + "integrity": "sha512-UW+IsFycygIo7bclP9h5ugkNH8EjCSgqyFB/yQ4Hqqa1OEYDtb0uFIkYE0b6+CjkgJYVM5UKI/pJPxjYe9EZlA==", "dependencies": { "@babel/code-frame": "^7.16.0", "@humanwhocodes/momoa": "^2.0.2", diff --git a/package.json b/package.json index e2d05d2..e32b797 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ajv": "^6.12.3", "axios": "^0.28.0", "babel-polyfill": "^6.26.0", - "better-ajv-errors": "^1.1.0", + "better-ajv-errors": "^1.2.0", "chalk": "^2.4.2", "chokidar": "^3.5.2", "commander": "^7.2.0",