diff --git a/client/package-lock.json b/client/package-lock.json
index 2862ddd1..66625b04 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/code-frame": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
- "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
"requires": {
"@babel/highlight": "^7.10.4"
}
@@ -76,29 +76,6 @@
"source-map": "^0.5.0"
},
"dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- },
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
@@ -114,31 +91,6 @@
"dev": true,
"requires": {
"@babel/types": "^7.12.10"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-builder-binary-assignment-operator-visitor": {
@@ -151,52 +103,6 @@
"@babel/types": "^7.10.4"
}
},
- "@babel/helper-builder-react-jsx": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz",
- "integrity": "sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg==",
- "dev": true,
- "requires": {
- "@babel/helper-annotate-as-pure": "^7.10.4",
- "@babel/types": "^7.10.4"
- }
- },
- "@babel/helper-builder-react-jsx-experimental": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.12.11.tgz",
- "integrity": "sha512-4oGVOekPI8dh9JphkPXC68iIuP6qp/RPbaPmorRmEFbRAHZjSqxPjqHudn18GVDPgCuFM/KdFXc63C17Ygfa9w==",
- "dev": true,
- "requires": {
- "@babel/helper-annotate-as-pure": "^7.12.10",
- "@babel/helper-module-imports": "^7.12.5",
- "@babel/types": "^7.12.11"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
- }
- },
"@babel/helper-compilation-targets": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz",
@@ -277,31 +183,6 @@
"@babel/helper-get-function-arity": "^7.12.10",
"@babel/template": "^7.12.7",
"@babel/types": "^7.12.11"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-get-function-arity": {
@@ -311,31 +192,6 @@
"dev": true,
"requires": {
"@babel/types": "^7.12.10"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-hoist-variables": {
@@ -354,31 +210,6 @@
"dev": true,
"requires": {
"@babel/types": "^7.12.7"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-module-imports": {
@@ -421,31 +252,6 @@
"dev": true,
"requires": {
"@babel/types": "^7.12.10"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-plugin-utils": {
@@ -475,31 +281,6 @@
"@babel/helper-optimise-call-expression": "^7.12.10",
"@babel/traverse": "^7.12.10",
"@babel/types": "^7.12.11"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-simple-access": {
@@ -527,37 +308,12 @@
"dev": true,
"requires": {
"@babel/types": "^7.12.11"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/helper-validator-identifier": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
- "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
+ "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
},
"@babel/helper-validator-option": {
"version": "7.12.11",
@@ -605,9 +361,9 @@
"dev": true
},
"@babel/plugin-proposal-async-generator-functions": {
- "version": "7.12.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz",
- "integrity": "sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==",
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz",
+ "integrity": "sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.10.4",
@@ -940,9 +696,9 @@
}
},
"@babel/plugin-transform-block-scoping": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz",
- "integrity": "sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA==",
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12.tgz",
+ "integrity": "sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.10.4"
@@ -1169,26 +925,25 @@
}
},
"@babel/plugin-transform-react-jsx": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.11.tgz",
- "integrity": "sha512-5nWOw6mTylaFU72BdZfa0dP1HsGdY3IMExpxn8LBE8dNmkQjB+W+sR+JwIdtbzkPvVuFviT3zyNbSUkuVTVxbw==",
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz",
+ "integrity": "sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw==",
"dev": true,
"requires": {
- "@babel/helper-builder-react-jsx": "^7.10.4",
- "@babel/helper-builder-react-jsx-experimental": "^7.12.11",
+ "@babel/helper-annotate-as-pure": "^7.12.10",
+ "@babel/helper-module-imports": "^7.12.5",
"@babel/helper-plugin-utils": "^7.10.4",
- "@babel/plugin-syntax-jsx": "^7.12.1"
+ "@babel/plugin-syntax-jsx": "^7.12.1",
+ "@babel/types": "^7.12.12"
}
},
"@babel/plugin-transform-react-jsx-development": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.11.tgz",
- "integrity": "sha512-5MvsGschXeXJsbzQGR/BH89ATMzCsM7rx95n+R7/852cGoK2JgMbacDw/A9Pmrfex4tArdMab0L5SBV4SB/Nxg==",
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz",
+ "integrity": "sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg==",
"dev": true,
"requires": {
- "@babel/helper-builder-react-jsx-experimental": "^7.12.11",
- "@babel/helper-plugin-utils": "^7.10.4",
- "@babel/plugin-syntax-jsx": "^7.12.1"
+ "@babel/plugin-transform-react-jsx": "^7.12.12"
}
},
"@babel/plugin-transform-react-jsx-self": {
@@ -1407,29 +1162,6 @@
"semver": "^5.5.0"
},
"dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- },
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -1509,67 +1241,25 @@
"@babel/code-frame": "^7.10.4",
"@babel/parser": "^7.12.7",
"@babel/types": "^7.12.7"
- },
- "dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
- "lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
- "dev": true
- }
}
},
"@babel/traverse": {
- "version": "7.12.10",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.10.tgz",
- "integrity": "sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==",
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz",
+ "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==",
"dev": true,
"requires": {
- "@babel/code-frame": "^7.10.4",
- "@babel/generator": "^7.12.10",
- "@babel/helper-function-name": "^7.10.4",
- "@babel/helper-split-export-declaration": "^7.11.0",
- "@babel/parser": "^7.12.10",
- "@babel/types": "^7.12.10",
+ "@babel/code-frame": "^7.12.11",
+ "@babel/generator": "^7.12.11",
+ "@babel/helper-function-name": "^7.12.11",
+ "@babel/helper-split-export-declaration": "^7.12.11",
+ "@babel/parser": "^7.12.11",
+ "@babel/types": "^7.12.12",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"
},
"dependencies": {
- "@babel/helper-validator-identifier": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
- "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
- "dev": true
- },
- "@babel/types": {
- "version": "7.12.11",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.11.tgz",
- "integrity": "sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==",
- "dev": true,
- "requires": {
- "@babel/helper-validator-identifier": "^7.12.11",
- "lodash": "^4.17.19",
- "to-fast-properties": "^2.0.0"
- }
- },
"debug": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
@@ -1588,11 +1278,11 @@
}
},
"@babel/types": {
- "version": "7.12.6",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.6.tgz",
- "integrity": "sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==",
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz",
+ "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==",
"requires": {
- "@babel/helper-validator-identifier": "^7.10.4",
+ "@babel/helper-validator-identifier": "^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
},
@@ -2797,28 +2487,28 @@
}
},
"@nodelib/fs.scandir": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
- "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==",
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
+ "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
"dev": true,
"requires": {
- "@nodelib/fs.stat": "2.0.3",
+ "@nodelib/fs.stat": "2.0.4",
"run-parallel": "^1.1.9"
}
},
"@nodelib/fs.stat": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",
- "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz",
+ "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",
"dev": true
},
"@nodelib/fs.walk": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
- "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==",
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz",
+ "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==",
"dev": true,
"requires": {
- "@nodelib/fs.scandir": "2.1.3",
+ "@nodelib/fs.scandir": "2.1.4",
"fastq": "^1.6.0"
}
},
@@ -3470,9 +3160,9 @@
"dev": true
},
"@types/node": {
- "version": "14.14.14",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.14.tgz",
- "integrity": "sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==",
+ "version": "14.14.16",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.16.tgz",
+ "integrity": "sha512-naXYePhweTi+BMv11TgioE2/FXU4fSl29HAH1ffxVciNsH3rYXjNP2yM8wqmSm7jS20gM8TIklKiTen+1iVncw==",
"dev": true
},
"@types/normalize-package-data": {
@@ -3487,9 +3177,9 @@
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
},
"@types/prettier": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.1.5.tgz",
- "integrity": "sha512-UEyp8LwZ4Dg30kVU2Q3amHHyTn1jEdhCIE59ANed76GaT1Vp76DD3ZWSAxgCrw6wJ0TqeoBpqmfUHiUDPs//HQ==",
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.1.6.tgz",
+ "integrity": "sha512-6gOkRe7OIioWAXfnO/2lFiv+SJichKVSys1mSsgyrYHSEjk8Ctv4tSR/Odvnu+HWlH2C8j53dahU03XmQdd5fA==",
"dev": true
},
"@types/prop-types": {
@@ -3622,19 +3312,19 @@
}
},
"@types/yargs-parser": {
- "version": "15.0.0",
- "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz",
- "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==",
+ "version": "20.2.0",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz",
+ "integrity": "sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==",
"dev": true
},
"@typescript-eslint/eslint-plugin": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.0.tgz",
- "integrity": "sha512-x4arJMXBxyD6aBXLm3W7mSDZRiABzy+2PCLJbL7OPqlp53VXhaA1HKK7R2rTee5OlRhnUgnp8lZyVIqjnyPT6g==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz",
+ "integrity": "sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==",
"dev": true,
"requires": {
- "@typescript-eslint/experimental-utils": "4.11.0",
- "@typescript-eslint/scope-manager": "4.11.0",
+ "@typescript-eslint/experimental-utils": "4.11.1",
+ "@typescript-eslint/scope-manager": "4.11.1",
"debug": "^4.1.1",
"functional-red-black-tree": "^1.0.1",
"regexpp": "^3.0.0",
@@ -3663,28 +3353,28 @@
}
},
"@typescript-eslint/experimental-utils": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.0.tgz",
- "integrity": "sha512-1VC6mSbYwl1FguKt8OgPs8xxaJgtqFpjY/UzUYDBKq4pfQ5lBvN2WVeqYkzf7evW42axUHYl2jm9tNyFsb8oLg==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz",
+ "integrity": "sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==",
"dev": true,
"requires": {
"@types/json-schema": "^7.0.3",
- "@typescript-eslint/scope-manager": "4.11.0",
- "@typescript-eslint/types": "4.11.0",
- "@typescript-eslint/typescript-estree": "4.11.0",
+ "@typescript-eslint/scope-manager": "4.11.1",
+ "@typescript-eslint/types": "4.11.1",
+ "@typescript-eslint/typescript-estree": "4.11.1",
"eslint-scope": "^5.0.0",
"eslint-utils": "^2.0.0"
}
},
"@typescript-eslint/parser": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.11.0.tgz",
- "integrity": "sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.11.1.tgz",
+ "integrity": "sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==",
"dev": true,
"requires": {
- "@typescript-eslint/scope-manager": "4.11.0",
- "@typescript-eslint/types": "4.11.0",
- "@typescript-eslint/typescript-estree": "4.11.0",
+ "@typescript-eslint/scope-manager": "4.11.1",
+ "@typescript-eslint/types": "4.11.1",
+ "@typescript-eslint/typescript-estree": "4.11.1",
"debug": "^4.1.1"
},
"dependencies": {
@@ -3700,29 +3390,29 @@
}
},
"@typescript-eslint/scope-manager": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz",
- "integrity": "sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz",
+ "integrity": "sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==",
"dev": true,
"requires": {
- "@typescript-eslint/types": "4.11.0",
- "@typescript-eslint/visitor-keys": "4.11.0"
+ "@typescript-eslint/types": "4.11.1",
+ "@typescript-eslint/visitor-keys": "4.11.1"
}
},
"@typescript-eslint/types": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.11.0.tgz",
- "integrity": "sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.11.1.tgz",
+ "integrity": "sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==",
"dev": true
},
"@typescript-eslint/typescript-estree": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz",
- "integrity": "sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz",
+ "integrity": "sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==",
"dev": true,
"requires": {
- "@typescript-eslint/types": "4.11.0",
- "@typescript-eslint/visitor-keys": "4.11.0",
+ "@typescript-eslint/types": "4.11.1",
+ "@typescript-eslint/visitor-keys": "4.11.1",
"debug": "^4.1.1",
"globby": "^11.0.1",
"is-glob": "^4.0.1",
@@ -3752,12 +3442,12 @@
}
},
"@typescript-eslint/visitor-keys": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz",
- "integrity": "sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz",
+ "integrity": "sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==",
"dev": true,
"requires": {
- "@typescript-eslint/types": "4.11.0",
+ "@typescript-eslint/types": "4.11.1",
"eslint-visitor-keys": "^2.0.0"
}
},
@@ -5431,9 +5121,9 @@
"dev": true
},
"builtin-modules": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz",
- "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
+ "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
"dev": true
},
"builtin-status-codes": {
@@ -5618,9 +5308,9 @@
}
},
"caniuse-lite": {
- "version": "1.0.30001170",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001170.tgz",
- "integrity": "sha512-Dd4d/+0tsK0UNLrZs3CvNukqalnVTRrxb5mcQm8rHL49t7V5ZaTygwXkrq+FB+dVDf++4ri8eJnFEJAB8332PA==",
+ "version": "1.0.30001171",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001171.tgz",
+ "integrity": "sha512-5Alrh8TTYPG9IH4UkRqEBZoEToWRLvPbSQokvzSz0lii8/FOWKG4keO1HoYfPWs8IF/NH/dyNPg1cmJGvV3Zlg==",
"dev": true
},
"capture-exit": {
@@ -7507,9 +7197,9 @@
"dev": true
},
"electron-to-chromium": {
- "version": "1.3.630",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.630.tgz",
- "integrity": "sha512-HSTsvqOrR3kWsoekKu0EOQXR/YOncKs3HAys9lysvIS2ec/mlfV1ZoLHSx00semK+PscVJwqcvBN4ayGPs++fA==",
+ "version": "1.3.633",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.633.tgz",
+ "integrity": "sha512-bsVCsONiVX1abkWdH7KtpuDAhsQ3N3bjPYhROSAXE78roJKet0Y5wznA14JE9pzbwSZmSMAW6KiKYf1RvbTJkA==",
"dev": true
},
"elliptic": {
@@ -10272,9 +9962,9 @@
}
},
"import-fresh": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz",
- "integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==",
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
"requires": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
@@ -16443,9 +16133,9 @@
},
"dependencies": {
"postcss": {
- "version": "8.2.1",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.1.tgz",
- "integrity": "sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==",
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.2.tgz",
+ "integrity": "sha512-HM1NDNWLgglJPQQMNwvLxgH2KcrKZklKLi/xXYIOaqQB57p/pDWEJNS83PVICYsn1Dg/9C26TiejNr422/ePaQ==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
@@ -16554,9 +16244,9 @@
"dev": true
},
"pretty-bytes": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.1.tgz",
- "integrity": "sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA==",
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz",
+ "integrity": "sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA==",
"dev": true
},
"pretty-error": {
@@ -17035,6 +16725,15 @@
"text-table": "0.2.0"
},
"dependencies": {
+ "@babel/code-frame": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
+ "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
+ "dev": true,
+ "requires": {
+ "@babel/highlight": "^7.10.4"
+ }
+ },
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
@@ -20775,9 +20474,9 @@
"dev": true
},
"v8-to-istanbul": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz",
- "integrity": "sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.0.tgz",
+ "integrity": "sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.1",
@@ -20830,47 +20529,47 @@
}
},
"victory": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory/-/victory-35.4.3.tgz",
- "integrity": "sha512-GC2/FH43m+UL5J1uyi8qpy/gJgrlBB5/yTjgllwpWmua4lwmSki/2uqSWdESFp4GFGEF3W8z8jotuiPvC9LWcQ==",
- "requires": {
- "victory-area": "^35.4.3",
- "victory-axis": "^35.4.3",
- "victory-bar": "^35.4.3",
- "victory-box-plot": "^35.4.3",
- "victory-brush-container": "^35.4.3",
- "victory-brush-line": "^35.4.3",
- "victory-candlestick": "^35.4.3",
- "victory-chart": "^35.4.3",
- "victory-core": "^35.4.3",
- "victory-create-container": "^35.4.3",
- "victory-cursor-container": "^35.4.3",
- "victory-errorbar": "^35.4.3",
- "victory-group": "^35.4.3",
- "victory-histogram": "^35.4.3",
- "victory-legend": "^35.4.3",
- "victory-line": "^35.4.3",
- "victory-pie": "^35.4.3",
- "victory-polar-axis": "^35.4.3",
- "victory-scatter": "^35.4.3",
- "victory-selection-container": "^35.4.3",
- "victory-shared-events": "^35.4.3",
- "victory-stack": "^35.4.3",
- "victory-tooltip": "^35.4.3",
- "victory-voronoi": "^35.4.3",
- "victory-voronoi-container": "^35.4.3",
- "victory-zoom-container": "^35.4.3"
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory/-/victory-35.4.4.tgz",
+ "integrity": "sha512-jd2O8Z9zdK8/f6wQNtOdrvrYzk9N1gPCs3seywvz4OpmWv+/ICwHYGGEIbZnqpE8UeUVYat9s1gtZ/V4QZpjCQ==",
+ "requires": {
+ "victory-area": "^35.4.4",
+ "victory-axis": "^35.4.4",
+ "victory-bar": "^35.4.4",
+ "victory-box-plot": "^35.4.4",
+ "victory-brush-container": "^35.4.4",
+ "victory-brush-line": "^35.4.4",
+ "victory-candlestick": "^35.4.4",
+ "victory-chart": "^35.4.4",
+ "victory-core": "^35.4.4",
+ "victory-create-container": "^35.4.4",
+ "victory-cursor-container": "^35.4.4",
+ "victory-errorbar": "^35.4.4",
+ "victory-group": "^35.4.4",
+ "victory-histogram": "^35.4.4",
+ "victory-legend": "^35.4.4",
+ "victory-line": "^35.4.4",
+ "victory-pie": "^35.4.4",
+ "victory-polar-axis": "^35.4.4",
+ "victory-scatter": "^35.4.4",
+ "victory-selection-container": "^35.4.4",
+ "victory-shared-events": "^35.4.4",
+ "victory-stack": "^35.4.4",
+ "victory-tooltip": "^35.4.4",
+ "victory-voronoi": "^35.4.4",
+ "victory-voronoi-container": "^35.4.4",
+ "victory-zoom-container": "^35.4.4"
}
},
"victory-area": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-area/-/victory-area-35.4.3.tgz",
- "integrity": "sha512-08uUX8f+Y78HXjHeIUXBCLR0hbeEhjOPhyPpCVinOtkt5HO0+gQpTqkz0xYL/NGG1oI32V4XeBoXCrXmAZ66zA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-area/-/victory-area-35.4.4.tgz",
+ "integrity": "sha512-Jn/V+g5/v1FoBOPXm3ClzKkpp2EC9GyBbBEIeRLZjTIfgsS5o6VA3AcRtrtd+Iq0kkVxx9wh+QhrBQ5biNAR+A==",
"requires": {
"d3-shape": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20881,13 +20580,13 @@
}
},
"victory-axis": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-axis/-/victory-axis-35.4.3.tgz",
- "integrity": "sha512-V22WdV6JhpHXX95foZFcdAknOtVcYL4dT/qIg92rKNXkLqrSc4D0zKgUumYKAEa7Mgqwa5AhQsbIghdpwmAPWw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-axis/-/victory-axis-35.4.4.tgz",
+ "integrity": "sha512-6B4t7zv4VpuAoM/Csi4M2Ip5lGk1oRcVIwdUCSus2gw9Dnw9bV+hVQ/rr7R+8Cuez8JXVgRIjlF/AnSXSyjivA==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20898,14 +20597,14 @@
}
},
"victory-bar": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-bar/-/victory-bar-35.4.3.tgz",
- "integrity": "sha512-YL3G2XZdNNBvwPPLUuMJp8exy3NV6LT8c9bIUkNPwgcvXVPYZnqv95BEZjuDwwT6/4Fy4kc/5Ta5DbkenYsR7w==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-bar/-/victory-bar-35.4.4.tgz",
+ "integrity": "sha512-dRjE6zr/ghGKLBfIN/0buZh8GUBhLQOF2HgJL8Oxi4Xp82LdNnsqaGXOWek5ia44BaFj3U/0DbxtqG1/Z3Kq/g==",
"requires": {
"d3-shape": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20916,14 +20615,14 @@
}
},
"victory-box-plot": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-box-plot/-/victory-box-plot-35.4.3.tgz",
- "integrity": "sha512-OzAJH1tP3k2PgaI0RRFlFSK0BHxAYk3hceVa+6TDyTEHTHPKrYPdtZ2JDXX4vC6ldX7VU4Y+ZGA1KsM8fOmYiw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-box-plot/-/victory-box-plot-35.4.4.tgz",
+ "integrity": "sha512-GVx/xq06mXW7DyQn+/c/QkTQnFxzpS/sVotnnrHshJp/DvvTYsWfgGXaXwTVEcxYyNHsqt8FPzxDZJlqP1ZAuw==",
"requires": {
"d3-array": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20934,14 +20633,14 @@
}
},
"victory-brush-container": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-brush-container/-/victory-brush-container-35.4.3.tgz",
- "integrity": "sha512-rhFdgCRWPlZV+BBio9hBJ+m31FeDozmluvcZ77swEIUHP9sOFUKU5iL2e0J+uDCAqh/9gTFkM52SgmDgO84klA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-brush-container/-/victory-brush-container-35.4.4.tgz",
+ "integrity": "sha512-a/SItxApq9s+INWOJarKv9RmETW9D/ciHayFxVWFkGbZl8CWPC51D25eH3S+4CtTljSY1AVYoR7aseEHK0fSeg==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20952,14 +20651,14 @@
}
},
"victory-brush-line": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-brush-line/-/victory-brush-line-35.4.3.tgz",
- "integrity": "sha512-m5MkrkUk7/ms/aC1Hq4wMqBpD8TMCaKGglXRlkyMGsqV82aclNrpdABZvF3MPIKf1ZrCOr7ZvRmm/6Vjg4bXTw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-brush-line/-/victory-brush-line-35.4.4.tgz",
+ "integrity": "sha512-q5Q0RTDXACJwR6V6P/g7CvviwrOTXW0uGm5FFphvCpsG0wLEam+8RGhnTTcRNGY1dMJqr846UA90gr5ow7Yz9Q==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20970,13 +20669,13 @@
}
},
"victory-candlestick": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-candlestick/-/victory-candlestick-35.4.3.tgz",
- "integrity": "sha512-Xl+mPftnJwTRNy44LY2Er/NfUbXzO1l3i1sxOQg8x/coBx8bOFx+Z7mkwtw0Z7Oq7U1uUw4GFvQ4p2FjxWwQkw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-candlestick/-/victory-candlestick-35.4.4.tgz",
+ "integrity": "sha512-eIhtHQosfQd+kItu8Jk5M+nCwOulW2NZd/nNlwZqy0fjLVuRl9FBSKbHuA6aLl752jTog4tN7hwScEYSGbXbkA==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -20987,17 +20686,17 @@
}
},
"victory-chart": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-chart/-/victory-chart-35.4.3.tgz",
- "integrity": "sha512-Gu5lbCtTkr4YUoa4JjmsOXzmsVmiBE8BVr96b0tlFkVyysl/tO8SeC9TeHuYBAIWjsQoKx4SWQGXvBcrgOqQ0A==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-chart/-/victory-chart-35.4.4.tgz",
+ "integrity": "sha512-0fY7OrWCOZ4+58Pd94pP9iwnSY57ApBJCsj9FzmGAOfjLUqI/qL2wVYpkBHqilea1LRnMafQgK+B/icflqvqQw==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-axis": "^35.4.3",
- "victory-core": "^35.4.3",
- "victory-polar-axis": "^35.4.3",
- "victory-shared-events": "^35.4.3"
+ "victory-axis": "^35.4.4",
+ "victory-core": "^35.4.4",
+ "victory-polar-axis": "^35.4.4",
+ "victory-shared-events": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21008,9 +20707,9 @@
}
},
"victory-core": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-core/-/victory-core-35.4.3.tgz",
- "integrity": "sha512-LJVyXFTFFOJsI7M82fMVR5ZWXkbpGDBiWUAVT0KTeS+gH9CMG6RRUb9F9D64iiXW8cGWcM1XMg9R3ev3fOfUuw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-core/-/victory-core-35.4.4.tgz",
+ "integrity": "sha512-i49/RTrW9JJk0sRW/q4M48Bnc/NGyQc4shvcPXuWbsoe1w0Rk98bZ6wE5C0dIkv7uOxRT21THhH5H1qhVv3KDA==",
"requires": {
"d3-ease": "^1.0.0",
"d3-interpolate": "^1.1.1",
@@ -21030,17 +20729,17 @@
}
},
"victory-create-container": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-create-container/-/victory-create-container-35.4.3.tgz",
- "integrity": "sha512-7SlkWYhiXNpbIt3pi4W9jyhTGDpqdb9C3JdhHBzlnrMWhRACSZWZI7lJKZYMUmnd0sASu9RAwkdIKKuY2HHisg==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-create-container/-/victory-create-container-35.4.4.tgz",
+ "integrity": "sha512-YTznRHX6ITElzcwxM2Fnmh7CZrwe7qjmFvKreNBgk4uUgZIsgCRiUW8MU4i8mdMSxI3k75aYltbjUv4+E0Qldw==",
"requires": {
"lodash": "^4.17.19",
- "victory-brush-container": "^35.4.3",
- "victory-core": "^35.4.3",
- "victory-cursor-container": "^35.4.3",
- "victory-selection-container": "^35.4.3",
- "victory-voronoi-container": "^35.4.3",
- "victory-zoom-container": "^35.4.3"
+ "victory-brush-container": "^35.4.4",
+ "victory-core": "^35.4.4",
+ "victory-cursor-container": "^35.4.4",
+ "victory-selection-container": "^35.4.4",
+ "victory-voronoi-container": "^35.4.4",
+ "victory-zoom-container": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21051,13 +20750,13 @@
}
},
"victory-cursor-container": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-cursor-container/-/victory-cursor-container-35.4.3.tgz",
- "integrity": "sha512-8f+Yyi2xsFXlPiaPKJ/LhY+jIJIRFpxv8GFOnH3MrJBRPclVNQ3y0Y4e42/RZrKOaGkgrFgDX2J9dczJigs9YA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-cursor-container/-/victory-cursor-container-35.4.4.tgz",
+ "integrity": "sha512-29GzYgmk5cLUbMvYjrjASHrkmuaJkvLrGQ7XIX2zIw4GOdeuA2VAtcMW1upUNWy0gjowFic/MZcc17o15bBoyA==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21068,13 +20767,13 @@
}
},
"victory-errorbar": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-errorbar/-/victory-errorbar-35.4.3.tgz",
- "integrity": "sha512-u5gAADL/2RVcDxWJfB6mX6iL2nVIQs0IrDQPMc9GqlqyDE4s/6lKYAO0Talv1p+KRQSJavYJ0szblH+Mwq4fng==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-errorbar/-/victory-errorbar-35.4.4.tgz",
+ "integrity": "sha512-FIgSvlyp5s5E0WU+ig/ZRQwKn7FoZpJsx6wi+c/IAQmZJIa41xmKF7FYTMtAm6JCwPnH0Ng1kD8PPSGjHnFHbQ==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21085,15 +20784,15 @@
}
},
"victory-group": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-group/-/victory-group-35.4.3.tgz",
- "integrity": "sha512-IKfnkbPNeLvIDvDG/EvwagPn7pNpWNjiyPOJs/mh2ZME75EHE3o1hgaBWeLSq7wiNNqh0cq2EifSjbJCEhi3fQ==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-group/-/victory-group-35.4.4.tgz",
+ "integrity": "sha512-yWVmZgryqGi6i6jls7PCJBvbAljy5V86rHutjVQfrAZockBxhBbtMQcGN91i3sPVeJ1N+baG2ki/drpGXpIskQ==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-core": "^35.4.3",
- "victory-shared-events": "^35.4.3"
+ "victory-core": "^35.4.4",
+ "victory-shared-events": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21104,17 +20803,17 @@
}
},
"victory-histogram": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-histogram/-/victory-histogram-35.4.3.tgz",
- "integrity": "sha512-zB71fmHacNossxjGsKQXtqxZiFI/Y+hocseknEE1vOmUuwHIoT8c5NYLdYxsxbhV8xxHB+MDTJm0XvZjLGzmCw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-histogram/-/victory-histogram-35.4.4.tgz",
+ "integrity": "sha512-8+lTlsog3IooNONdQKjfjVVcNj30k6t4ZdkZbHASrF7yUQuIxXlSoTvbRn+lX5ZSYRio5GRJ2v3sgYpN4a320w==",
"requires": {
"d3-array": "^2.4.0",
"d3-scale": "^1.0.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-bar": "^35.4.3",
- "victory-core": "^35.4.3"
+ "victory-bar": "^35.4.4",
+ "victory-core": "^35.4.4"
},
"dependencies": {
"d3-array": {
@@ -21130,13 +20829,13 @@
}
},
"victory-legend": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-legend/-/victory-legend-35.4.3.tgz",
- "integrity": "sha512-Jdsv2ZRBNtTz+GZeQ++r7GvowS26wx3UDH+WyTM9RNyvwSTFITHCSDmC14LE8ADdCpdoEDNgTb0ChvQfJtBLWA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-legend/-/victory-legend-35.4.4.tgz",
+ "integrity": "sha512-V33W5xQqMdRd8mT+28k09zUgf81mtdazvk36csl+IbDETloWG/pOmB1+N5MXmi2/B5i08sTTWUBeBgM5yIy00Q==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21147,14 +20846,14 @@
}
},
"victory-line": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-line/-/victory-line-35.4.3.tgz",
- "integrity": "sha512-M+DMzrWew1ZCcGfjCzjk5NKmQ8/ZxcoI4V7NEPNxIuImDqR5dyJ8gO4hNwPvnzslPX0hv0DVrjqidv0oOKCuLA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-line/-/victory-line-35.4.4.tgz",
+ "integrity": "sha512-UiZKs+8OvGzznsvJL5s+YfHIj+ze3fYD6VtD54SROuV9ixcyDKnAdAJrzQAwUDeK8EQhEhX0xq25fnyna1ziqQ==",
"requires": {
"d3-shape": "^1.2.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21165,14 +20864,14 @@
}
},
"victory-pie": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-pie/-/victory-pie-35.4.3.tgz",
- "integrity": "sha512-VuS9BuC1yU7nUQG3LhCsHMSBQrMcUncZ6DqtlmLPAiVawNu5KCK0jLS/FoPEjA+22oBw75nD75/vCdVJWa3h/Q==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-pie/-/victory-pie-35.4.4.tgz",
+ "integrity": "sha512-t+L70ClBSJSf+5Yrl2uzzQBMrj324dCq3rMT1sOhllPNJw234Y+OzictEPsKt6eYf7J5L28VWU6GTjdToqNQow==",
"requires": {
"d3-shape": "^1.0.0",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21183,13 +20882,13 @@
}
},
"victory-polar-axis": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-polar-axis/-/victory-polar-axis-35.4.3.tgz",
- "integrity": "sha512-dJF4TY6yi0YucsJETBkr7gNyd7Z8+zQUkJ/aK+xxQFXS1fyurzLZlJ/24dNc2vF3xheZVKqrkqmAhqfAptNwSg==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-polar-axis/-/victory-polar-axis-35.4.4.tgz",
+ "integrity": "sha512-oaSnhLP17lUOViggBJMLQ1akcEg8+g2QqQ7cvg8BYeUghTMPCwzWPqqpT21ayPL8tF2RhjiuFmn5rbMU+CQyLg==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21200,13 +20899,13 @@
}
},
"victory-scatter": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-scatter/-/victory-scatter-35.4.3.tgz",
- "integrity": "sha512-NXihs2yqxMCYFv30gquGcee6NvyCeRUtDX47sVonm2m9lyR4Mj31U5XJHeVB+4/mmCuB2f5tjB2DbjrrC3o5oQ==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-scatter/-/victory-scatter-35.4.4.tgz",
+ "integrity": "sha512-su2zqUJBzj4QxYyvJuj1H2RWMZ/9KuCaw9E3np/mt4yLWKvtqm8sKQtos6H6nzkDIYLv/LQu2vUMER79fpjZow==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21217,13 +20916,13 @@
}
},
"victory-selection-container": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-selection-container/-/victory-selection-container-35.4.3.tgz",
- "integrity": "sha512-t66fEthy3/Ar693geK5J1St1YYqleTjsAUmv/+YHQhdulsnQMqImc/aMZXEV2TotsQPibIstOotFl7HqnaYWBA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-selection-container/-/victory-selection-container-35.4.4.tgz",
+ "integrity": "sha512-INpEUtLYxY952hTSdDVJI5g0X3+e7udkZTeVCt/WHW5xQckCE9e8OFd+4LzufPD2B1NyL9nELo0+bDyuoSBwGA==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21234,15 +20933,15 @@
}
},
"victory-shared-events": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-shared-events/-/victory-shared-events-35.4.3.tgz",
- "integrity": "sha512-whVEirNz+Ei8dxZgO5s7qohs3tez76B6M42Jqm4ky96u342WubKC1DAyvdZ1vXVch2k4mdl+oi/pLb4QPAngmA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-shared-events/-/victory-shared-events-35.4.4.tgz",
+ "integrity": "sha512-s34EZviLqCDQ4fMFwVmgIucKU+z+A3o9kWicOTgXuc0twvUjVETKJhGzlhpJy9cpNvXJklwJ55o2ZOWdX3WfXA==",
"requires": {
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21253,15 +20952,15 @@
}
},
"victory-stack": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-stack/-/victory-stack-35.4.3.tgz",
- "integrity": "sha512-tkFEercVzi1EPFt5xj97dxdPZxjcZa9U4IQZ3XwS9ZjfSPW0HdD/TTNBvu+Elwrf5KSmC8eAOiry4GR2FnsDDw==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-stack/-/victory-stack-35.4.4.tgz",
+ "integrity": "sha512-qN1xiCuGEy0hJKpyDdeUPQraPDMici/JGCHnlLeflot8k5uJH+OHnQ35ciR4Vt5YFauqaqwqIuPha6/g+2bTbg==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-core": "^35.4.3",
- "victory-shared-events": "^35.4.3"
+ "victory-core": "^35.4.4",
+ "victory-shared-events": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21272,13 +20971,13 @@
}
},
"victory-tooltip": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-tooltip/-/victory-tooltip-35.4.3.tgz",
- "integrity": "sha512-QjMHJ5ZW8i2H5WerM0bTZ2b2tGlWoyKpqNMX/QfGEU2LazBVRS4mPzgOzisC2dQEPNbr1sZTrsL5OdhjzsuKQg==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-tooltip/-/victory-tooltip-35.4.4.tgz",
+ "integrity": "sha512-Opz3kmKhSYUEI9i3VcIGcBJt/3MjhApMuWZrUU+NZ6xfI6BpP2NQHra19qHMe3GbZesA8dSgI5mJxoMXjlhIXQ==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21289,14 +20988,14 @@
}
},
"victory-voronoi": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-voronoi/-/victory-voronoi-35.4.3.tgz",
- "integrity": "sha512-L730TigBgPCb97pe+wKYeyf3dL954xxdgZLwiEmCo1HalwF2DC4xeUJ1qI74PfYU8/8Q6co7vHkEK3vx/xAySA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-voronoi/-/victory-voronoi-35.4.4.tgz",
+ "integrity": "sha512-L7k3HJ8NeMzczhgUKC45DlzUJbdw+5xuqX6ugIBayj4z9/FKaA1MadYs7Ntm4J0w0/gf+6a/L4F4At5mnoX/wQ==",
"requires": {
"d3-voronoi": "^1.1.2",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21307,16 +21006,16 @@
}
},
"victory-voronoi-container": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-voronoi-container/-/victory-voronoi-container-35.4.3.tgz",
- "integrity": "sha512-ucbIU56wzOeKyR45FNlKRr79TgSoxsJ+yFSE9bLRdh87BP3kbG203EHKVwpcCEFtrVYQCWSxQHeILbhGs/duXA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-voronoi-container/-/victory-voronoi-container-35.4.4.tgz",
+ "integrity": "sha512-FCmqKRvwO96b/4W0sCo2xRwnh9V2QsB/qbeti6vTnLZ/4vp/Tcg9u/soYgT/n4OgI+GUh6kx68ijT3daoFtRtA==",
"requires": {
"delaunay-find": "0.0.5",
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
- "victory-core": "^35.4.3",
- "victory-tooltip": "^35.4.3"
+ "victory-core": "^35.4.4",
+ "victory-tooltip": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -21327,13 +21026,13 @@
}
},
"victory-zoom-container": {
- "version": "35.4.3",
- "resolved": "https://registry.npmjs.org/victory-zoom-container/-/victory-zoom-container-35.4.3.tgz",
- "integrity": "sha512-mCJW1cN42qN/Smt7IZULsoAYYKih0qLXIixyNmnmQyhhPEFCVskNQxd2JO7MqAdFbJRao3ZB6uCz6zEJEq8/CA==",
+ "version": "35.4.4",
+ "resolved": "https://registry.npmjs.org/victory-zoom-container/-/victory-zoom-container-35.4.4.tgz",
+ "integrity": "sha512-KRilXg1WPjE3dw1HWi9Nw92/4j3IYVuKqHf7YuLI1GS46XLO/B9BrWQ8kU7EXE3IueIPpOKL8YrKwE/dJZ18aA==",
"requires": {
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
- "victory-core": "^35.4.3"
+ "victory-core": "^35.4.4"
},
"dependencies": {
"lodash": {
@@ -22683,9 +22382,9 @@
}
},
"ws": {
- "version": "7.4.1",
- "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz",
- "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==",
+ "version": "7.4.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
+ "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==",
"dev": true
},
"xml-name-validator": {
diff --git a/client/src/components/body/reading.js b/client/src/components/body/reading.js
index 585acf91..3d89413c 100644
--- a/client/src/components/body/reading.js
+++ b/client/src/components/body/reading.js
@@ -34,7 +34,7 @@ const Reading = ({ title, description, links }) => {
- Currently, as high as 80% of all visual impairment is preventable or curable -
-+
+ Currently, as high as 80% of all visual impairment is preventable or curable. + Globally the number of people of all ages visually impaired is estimated to be 285 million, of whom 39 million are blind. -
-+ People of age 50 and over account for 82% of the blind. -
-+ Understanding the degree of visual impairment and its causes is important in adequately allocating resources to various health areas of work.
@@ -75,12 +72,12 @@ const Reading = ({ title, description, links }) => {By acknowledging that visual impairment is a major global health issue, the computing world made necessary advances in screen readers. Screen readers have increased in both availability and popularity. One example of such screen readers is JAWS (Job Access With Speech) which is the world’s most popular screen reader. Screen readers now include many more features that allow the visually impaired to get through life much more easily.
-