build(deps): bump ajv from 4.11.8 to 6.12.3

Bumps [ajv](https://github.com/ajv-validator/ajv) from 4.11.8 to 6.12.3.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/4.11.8...v6.12.3)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-14 01:28:48 +00:00
committed by GitHub
parent 534f1b8acf
commit fa3da7d50f
2 changed files with 65 additions and 5 deletions

68
package-lock.json generated
View File

@@ -3339,6 +3339,22 @@
"node": ">=4"
}
},
"node_modules/@noble/hashes": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.0.0.tgz",
"integrity": "sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg=="
},
"node_modules/@noble/secp256k1": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.5.2.tgz",
"integrity": "sha512-5mzA40W2q55VCRuC9XzmkiEnODdY0c5a7qsK2QcOfI5/MuVQyBaWGQyE6YOEF7kDwp+tDVWGsCDVJUME+wsWWw==",
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
]
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -19216,13 +19232,14 @@
"dependencies": {
"@stacks/auth": "^3.2.0",
"@stacks/blockchain-api-client": "^0.34.1",
"@stacks/bns": "^3.1.0",
"@stacks/common": "^3.0.0",
"@stacks/network": "^3.2.0",
"@stacks/stacking": "^3.2.0",
"@stacks/storage": "^3.2.0",
"@stacks/transactions": "^3.2.0",
"@stacks/wallet-sdk": "^3.2.0",
"ajv": "^4.11.5",
"ajv": "^6.12.3",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.2.0",
@@ -19260,6 +19277,21 @@
"typescript": "^4.2.4"
}
},
"packages/cli/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"packages/common": {
"name": "@stacks/common",
"version": "3.0.0",
@@ -19460,17 +19492,17 @@
"version": "3.2.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@noble/hashes": "^1.0.0",
"@noble/secp256k1": "^1.5.2",
"@stacks/common": "^3.0.0",
"@stacks/network": "^3.2.0",
"@types/bn.js": "^4.11.6",
"@types/elliptic": "^6.4.12",
"@types/node": "^14.14.43",
"@types/randombytes": "^2.0.0",
"@types/sha.js": "^2.4.0",
"bn.js": "^4.12.0",
"c32check": "^1.1.3",
"cross-fetch": "^3.1.4",
"elliptic": "^6.5.4",
"lodash.clonedeep": "^4.5.0",
"randombytes": "^2.1.0",
"ripemd160-min": "^0.0.6",
@@ -19479,9 +19511,11 @@
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/elliptic": "^6.4.12",
"@types/jest": "^26.0.22",
"@types/lodash.clonedeep": "^4.5.6",
"common-tags": "^1.8.0",
"elliptic": "^6.5.4",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"jest-module-name-mapper": "^0.1.5",
@@ -22311,6 +22345,16 @@
"glob-to-regexp": "^0.3.0"
}
},
"@noble/hashes": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.0.0.tgz",
"integrity": "sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg=="
},
"@noble/secp256k1": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.5.2.tgz",
"integrity": "sha512-5mzA40W2q55VCRuC9XzmkiEnODdY0c5a7qsK2QcOfI5/MuVQyBaWGQyE6YOEF7kDwp+tDVWGsCDVJUME+wsWWw=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -22668,6 +22712,7 @@
"requires": {
"@stacks/auth": "^3.2.0",
"@stacks/blockchain-api-client": "^0.34.1",
"@stacks/bns": "^3.1.0",
"@stacks/common": "^3.0.0",
"@stacks/network": "^3.2.0",
"@stacks/stacking": "^3.2.0",
@@ -22681,7 +22726,7 @@
"@types/jest": "^26.0.22",
"@types/node-fetch": "^2.5.0",
"@types/ripemd160": "^2.0.0",
"ajv": "^4.11.5",
"ajv": "^6.12.3",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.2.0",
@@ -22704,6 +22749,19 @@
"typescript": "^4.2.4",
"winston": "^3.2.1",
"zone-file": "^2.0.0-beta.3"
},
"dependencies": {
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
}
}
},
"@stacks/common": {
@@ -22906,6 +22964,8 @@
"@stacks/transactions": {
"version": "file:packages/transactions",
"requires": {
"@noble/hashes": "^1.0.0",
"@noble/secp256k1": "^1.5.2",
"@stacks/common": "^3.0.0",
"@stacks/network": "^3.2.0",
"@types/bn.js": "^4.11.6",

View File

@@ -97,7 +97,7 @@
"@stacks/storage": "^3.2.0",
"@stacks/transactions": "^3.2.0",
"@stacks/wallet-sdk": "^3.2.0",
"ajv": "^4.11.5",
"ajv": "^6.12.3",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.2.0",