|
|
@@ -48,7 +48,7 @@
|
|
|
"@types/react-highlight": "^0.12.8",
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
|
- "@typescript-eslint/parser": "^7.12.0",
|
|
|
+ "@typescript-eslint/parser": "^7.13.0",
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
"eslint": "^8.57.0",
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
@@ -6440,15 +6440,15 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
- "version": "7.12.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.12.0.tgz",
|
|
|
- "integrity": "sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==",
|
|
|
+ "version": "7.13.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.13.0.tgz",
|
|
|
+ "integrity": "sha512-EjMfl69KOS9awXXe83iRN7oIEXy9yYdqWfqdrFAYAAr6syP8eLEFI7ZE4939antx2mNgPRW/o1ybm2SFYkbTVA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "7.12.0",
|
|
|
- "@typescript-eslint/types": "7.12.0",
|
|
|
- "@typescript-eslint/typescript-estree": "7.12.0",
|
|
|
- "@typescript-eslint/visitor-keys": "7.12.0",
|
|
|
+ "@typescript-eslint/scope-manager": "7.13.0",
|
|
|
+ "@typescript-eslint/types": "7.13.0",
|
|
|
+ "@typescript-eslint/typescript-estree": "7.13.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.13.0",
|
|
|
"debug": "^4.3.4"
|
|
|
},
|
|
|
"engines": {
|
|
|
@@ -6467,81 +6467,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
- "version": "7.12.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz",
|
|
|
- "integrity": "sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "@typescript-eslint/types": "7.12.0",
|
|
|
- "@typescript-eslint/visitor-keys": "7.12.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.12.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.12.0.tgz",
|
|
|
- "integrity": "sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==",
|
|
|
- "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.12.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz",
|
|
|
- "integrity": "sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "@typescript-eslint/types": "7.12.0",
|
|
|
- "@typescript-eslint/visitor-keys": "7.12.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.12.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz",
|
|
|
- "integrity": "sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==",
|
|
|
- "dev": true,
|
|
|
- "dependencies": {
|
|
|
- "@typescript-eslint/types": "7.12.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.13.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz",
|