|
|
@@ -48,7 +48,7 @@
|
|
|
"@types/react-highlight": "^0.12.8",
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
|
- "@typescript-eslint/parser": "^7.16.0",
|
|
|
+ "@typescript-eslint/parser": "^7.16.1",
|
|
|
"@vitest/coverage-v8": "^1.6.0",
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
"eslint": "^8.57.0",
|
|
|
@@ -5191,15 +5191,15 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
- "version": "7.16.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.16.0.tgz",
|
|
|
- "integrity": "sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==",
|
|
|
+ "version": "7.16.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.16.1.tgz",
|
|
|
+ "integrity": "sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "7.16.0",
|
|
|
- "@typescript-eslint/types": "7.16.0",
|
|
|
- "@typescript-eslint/typescript-estree": "7.16.0",
|
|
|
- "@typescript-eslint/visitor-keys": "7.16.0",
|
|
|
+ "@typescript-eslint/scope-manager": "7.16.1",
|
|
|
+ "@typescript-eslint/types": "7.16.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "7.16.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.16.1",
|
|
|
"debug": "^4.3.4"
|
|
|
},
|
|
|
"engines": {
|
|
|
@@ -5218,6 +5218,81 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "7.16.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz",
|
|
|
+ "integrity": "sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "7.16.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.16.1"
|
|
|
+ },
|
|
|
+ "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.16.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.16.1.tgz",
|
|
|
+ "integrity": "sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==",
|
|
|
+ "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.16.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz",
|
|
|
+ "integrity": "sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "7.16.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "7.16.1",
|
|
|
+ "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.16.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz",
|
|
|
+ "integrity": "sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "7.16.1",
|
|
|
+ "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.16.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.16.0.tgz",
|