Upgrade dependency versions to remove vulnerabilities from dependabot (#343)

* Dependency patch updates

* Minor update @apollo/client 3.3.19 -> 3.7.10

* Minor update @nomiclabs/hardhat-ethers 2.0.2 -> 2.2.2

* Minor update @openzeppelin/contracts 4.3.2 -> 4.8.2

* Minor update @types/chai 4.2.19 -> 4.3.4

* Minor update decimal 10.3.1 -> 10.4.3

* Minor update @graphql-tools/utils 9.1.1 -> 9.2.1

* Minor update @graphql, graphql-ws, graphql-request

* Minor update yargs

* Minor update @types/node

* Minor update graph-ts

* Minor updates graphql-tools, multiaddr

* Update dependencies with minor updates

* Minor updates to eslint and related dependencies

* Update solidity compiler version for erc721-watcher

* Fix ESLint indent rule

---------

Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
This commit is contained in:
Nabarun Gogoi 2023-03-28 13:17:53 +05:30 committed by GitHub
parent ac5e030b13
commit 9e53b1a498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
111 changed files with 2659 additions and 3018 deletions

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"error",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,6 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -17,7 +17,7 @@ import './test/tasks/account';
* @type import('hardhat/config').HardhatUserConfig
*/
export default {
solidity: '0.8.0',
solidity: '0.8.1',
networks: {
docker: {
url: process.env.ETH_RPC_URL

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
}

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off"
}
}

View File

@ -16,6 +16,6 @@
"@typescript-eslint"
],
"rules": {
"indent": "off"
"indent": ["error", 2, { "SwitchCase": 1 }]
}
}

View File

@ -18,7 +18,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off"
}
}

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

View File

@ -16,7 +16,7 @@
"@typescript-eslint"
],
"rules": {
"indent": "off",
"indent": ["error", 2, { "SwitchCase": 1 }],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": [
"warn",

4310
yarn.lock

File diff suppressed because it is too large Load Diff