|
@@ -31,7 +31,7 @@
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
- "@typescript-eslint/parser": "^5.30.7",
|
|
|
|
|
|
+ "@typescript-eslint/parser": "^5.31.0",
|
|
"eslint": "^8.20.0",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -401,14 +401,14 @@
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"node_modules/@typescript-eslint/parser": {
|
|
- "version": "5.30.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.7.tgz",
|
|
|
|
- "integrity": "sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==",
|
|
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@typescript-eslint/scope-manager": "5.30.7",
|
|
|
|
- "@typescript-eslint/types": "5.30.7",
|
|
|
|
- "@typescript-eslint/typescript-estree": "5.30.7",
|
|
|
|
|
|
+ "@typescript-eslint/scope-manager": "5.31.0",
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "@typescript-eslint/typescript-estree": "5.31.0",
|
|
"debug": "^4.3.4"
|
|
"debug": "^4.3.4"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
@@ -427,6 +427,80 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "@typescript-eslint/visitor-keys": "5.31.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "@typescript-eslint/visitor-keys": "5.31.0",
|
|
|
|
+ "debug": "^4.3.4",
|
|
|
|
+ "globby": "^11.1.0",
|
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
|
+ "semver": "^7.3.7",
|
|
|
|
+ "tsutils": "^3.21.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "typescript": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@typescript-eslint/parser/node_modules/debug": {
|
|
"node_modules/@typescript-eslint/parser/node_modules/debug": {
|
|
"version": "4.3.4",
|
|
"version": "4.3.4",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
@@ -4848,17 +4922,58 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"@typescript-eslint/parser": {
|
|
- "version": "5.30.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.7.tgz",
|
|
|
|
- "integrity": "sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==",
|
|
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"requires": {
|
|
- "@typescript-eslint/scope-manager": "5.30.7",
|
|
|
|
- "@typescript-eslint/types": "5.30.7",
|
|
|
|
- "@typescript-eslint/typescript-estree": "5.30.7",
|
|
|
|
|
|
+ "@typescript-eslint/scope-manager": "5.31.0",
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "@typescript-eslint/typescript-estree": "5.31.0",
|
|
"debug": "^4.3.4"
|
|
"debug": "^4.3.4"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@typescript-eslint/scope-manager": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "@typescript-eslint/visitor-keys": "5.31.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "@typescript-eslint/types": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==",
|
|
|
|
+ "dev": true
|
|
|
|
+ },
|
|
|
|
+ "@typescript-eslint/typescript-estree": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "@typescript-eslint/visitor-keys": "5.31.0",
|
|
|
|
+ "debug": "^4.3.4",
|
|
|
|
+ "globby": "^11.1.0",
|
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
|
+ "semver": "^7.3.7",
|
|
|
|
+ "tsutils": "^3.21.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
|
+ "version": "5.31.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz",
|
|
|
|
+ "integrity": "sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@typescript-eslint/types": "5.31.0",
|
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"debug": {
|
|
"debug": {
|
|
"version": "4.3.4",
|
|
"version": "4.3.4",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|