|
|
@@ -20,7 +20,7 @@
|
|
|
"devDependencies": {
|
|
|
"@prettier/plugin-php": "^0.19.6",
|
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
|
- "@typescript-eslint/parser": "^5.61.0",
|
|
|
+ "@typescript-eslint/parser": "^5.62.0",
|
|
|
"cssnano": "^6.0.1",
|
|
|
"esbuild": "^0.18.11",
|
|
|
"eslint": "^8.44.0",
|
|
|
@@ -1828,14 +1828,14 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
- "version": "5.61.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.61.0.tgz",
|
|
|
- "integrity": "sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==",
|
|
|
+ "version": "5.62.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
|
|
|
+ "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "5.61.0",
|
|
|
- "@typescript-eslint/types": "5.61.0",
|
|
|
- "@typescript-eslint/typescript-estree": "5.61.0",
|
|
|
+ "@typescript-eslint/scope-manager": "5.62.0",
|
|
|
+ "@typescript-eslint/types": "5.62.0",
|
|
|
+ "@typescript-eslint/typescript-estree": "5.62.0",
|
|
|
"debug": "^4.3.4"
|
|
|
},
|
|
|
"engines": {
|
|
|
@@ -1854,6 +1854,80 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "5.62.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
|
|
|
+ "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.62.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.62.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.62.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
|
|
|
+ "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
|
|
|
+ "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.62.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
|
|
|
+ "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.62.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.62.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.62.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
|
|
|
+ "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.62.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/scope-manager": {
|
|
|
"version": "5.61.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz",
|