Skip to content

Commit 31877cf

Browse files
authored
Merge pull request #1073 from github/dependabot/npm_and_yarn/ajv-8.17.1
Bump ajv from 8.12.0 to 8.17.1
2 parents b2776f8 + fcc61c6 commit 31877cf

File tree

6 files changed

+1919
-2928
lines changed

6 files changed

+1919
-2928
lines changed

dist/query.js

Lines changed: 633 additions & 972 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/update-repo-task-status.js

Lines changed: 635 additions & 974 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/update-repo-task-statuses.js

Lines changed: 635 additions & 974 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@octokit/action": "^7.0.0",
2626
"@octokit/plugin-retry": "^7.1.1",
2727
"@octokit/plugin-throttling": "^9.3.1",
28-
"ajv": "8.12.0",
28+
"ajv": "8.17.1",
2929
"form-data": "^4.0.0",
3030
"jszip": "3.10.1",
3131
"semver": "^7.6.3",

src/json-validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Ajv, { ValidateFunction } from "ajv";
1+
import { Ajv, ValidateFunction } from "ajv";
22

33
import {
44
BQRSInfo,

0 commit comments

Comments
 (0)