|
|
@@ -48,7 +48,7 @@
|
|
|
"@types/react-highlight": "^0.12.8",
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
|
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
|
- "@typescript-eslint/parser": "^7.10.0",
|
|
|
+ "@typescript-eslint/parser": "^7.11.0",
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
"eslint": "^8.57.0",
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
@@ -5241,15 +5241,15 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
- "version": "7.10.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.10.0.tgz",
|
|
|
- "integrity": "sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==",
|
|
|
+ "version": "7.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.11.0.tgz",
|
|
|
+ "integrity": "sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "7.10.0",
|
|
|
- "@typescript-eslint/types": "7.10.0",
|
|
|
- "@typescript-eslint/typescript-estree": "7.10.0",
|
|
|
- "@typescript-eslint/visitor-keys": "7.10.0",
|
|
|
+ "@typescript-eslint/scope-manager": "7.11.0",
|
|
|
+ "@typescript-eslint/types": "7.11.0",
|
|
|
+ "@typescript-eslint/typescript-estree": "7.11.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.11.0",
|
|
|
"debug": "^4.3.4"
|
|
|
},
|
|
|
"engines": {
|
|
|
@@ -5268,6 +5268,81 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "7.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz",
|
|
|
+ "integrity": "sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "7.11.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.11.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "7.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.11.0.tgz",
|
|
|
+ "integrity": "sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "7.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz",
|
|
|
+ "integrity": "sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "7.11.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.11.0",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "minimatch": "^9.0.4",
|
|
|
+ "semver": "^7.6.0",
|
|
|
+ "ts-api-utils": "^1.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.18.0 || >=20.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": "7.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz",
|
|
|
+ "integrity": "sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "7.11.0",
|
|
|
+ "eslint-visitor-keys": "^3.4.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
|
"version": "7.10.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz",
|