aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 23:03:04 +0100
committerLibravatar GitHub <noreply@github.com>2022-03-01 23:03:04 +0100
commiteb715b4e36254bdb3bd19be85ae9b920338f98a3 (patch)
tree5306f30797a68b5ec274ad5e9e7cc44d68d47634
parentRemove reggermont from contributors (#97) (diff)
downloadferdium-server-eb715b4e36254bdb3bd19be85ae9b920338f98a3.tar.gz
ferdium-server-eb715b4e36254bdb3bd19be85ae9b920338f98a3.tar.zst
ferdium-server-eb715b4e36254bdb3bd19be85ae9b920338f98a3.zip
Bump ajv from 6.10.2 to 6.12.6 (#99)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json41
1 files changed, 15 insertions, 26 deletions
diff --git a/package-lock.json b/package-lock.json
index 837334f..83bdc70 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -476,18 +476,6 @@
476 "strip-json-comments": "^3.1.1" 476 "strip-json-comments": "^3.1.1"
477 }, 477 },
478 "dependencies": { 478 "dependencies": {
479 "ajv": {
480 "version": "6.12.6",
481 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
482 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
483 "dev": true,
484 "requires": {
485 "fast-deep-equal": "^3.1.1",
486 "fast-json-stable-stringify": "^2.0.0",
487 "json-schema-traverse": "^0.4.1",
488 "uri-js": "^4.2.2"
489 }
490 },
491 "debug": { 479 "debug": {
492 "version": "4.3.2", 480 "version": "4.3.2",
493 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", 481 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
@@ -500,8 +488,7 @@
500 "fast-deep-equal": { 488 "fast-deep-equal": {
501 "version": "3.1.3", 489 "version": "3.1.3",
502 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 490 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
503 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 491 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
504 "dev": true
505 }, 492 },
506 "ms": { 493 "ms": {
507 "version": "2.1.2", 494 "version": "2.1.2",
@@ -711,14 +698,21 @@
711 "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==" 698 "integrity": "sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g=="
712 }, 699 },
713 "ajv": { 700 "ajv": {
714 "version": "6.10.2", 701 "version": "6.12.6",
715 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", 702 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
716 "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", 703 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
717 "requires": { 704 "requires": {
718 "fast-deep-equal": "^2.0.1", 705 "fast-deep-equal": "^3.1.1",
719 "fast-json-stable-stringify": "^2.0.0", 706 "fast-json-stable-stringify": "^2.0.0",
720 "json-schema-traverse": "^0.4.1", 707 "json-schema-traverse": "^0.4.1",
721 "uri-js": "^4.2.2" 708 "uri-js": "^4.2.2"
709 },
710 "dependencies": {
711 "fast-deep-equal": {
712 "version": "3.1.3",
713 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
714 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
715 }
722 } 716 }
723 }, 717 },
724 "ansi-bgblack": { 718 "ansi-bgblack": {
@@ -2565,11 +2559,6 @@
2565 "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", 2559 "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
2566 "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" 2560 "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
2567 }, 2561 },
2568 "fast-deep-equal": {
2569 "version": "2.0.1",
2570 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
2571 "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
2572 },
2573 "fast-json-stable-stringify": { 2562 "fast-json-stable-stringify": {
2574 "version": "2.0.0", 2563 "version": "2.0.0",
2575 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", 2564 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
@@ -6336,9 +6325,9 @@
6336 }, 6325 },
6337 "dependencies": { 6326 "dependencies": {
6338 "ajv": { 6327 "ajv": {
6339 "version": "8.6.2", 6328 "version": "8.10.0",
6340 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz", 6329 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz",
6341 "integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==", 6330 "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==",
6342 "dev": true, 6331 "dev": true,
6343 "requires": { 6332 "requires": {
6344 "fast-deep-equal": "^3.1.1", 6333 "fast-deep-equal": "^3.1.1",