Skip to content

Commit ec996e5

Browse files
fix ajv
1 parent 13fcb50 commit ec996e5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"semver": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/197",
7070
"json-schema": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/51",
7171
"json5": "https://github.com/RequestNetwork/requestNetwork/security/dependabot/165"
72-
}
72+
},
73+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
7374
}

packages/data-format/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as AJV from 'ajv';
1+
import AJV from 'ajv';
22
import * as jsonSchema from 'ajv/lib/refs/json-schema-draft-06.json';
33
import * as schemaAddress from './format/address.json';
44
import { formats } from './format';

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7712,7 +7712,7 @@ ajv-keywords@^3.5.2:
77127712

77137713
77147714
version "6.12.4"
7715-
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz"
7715+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234"
77167716
integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==
77177717
dependencies:
77187718
fast-deep-equal "^3.1.1"

0 commit comments

Comments
 (0)