| |
"@types/dompurify": "^2.3.4",
|
| |
"@types/katex": "^0.14.0",
|
| |
"@types/lodash": "^4.14.186",
|
| - |
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
| + |
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
| |
"cypress": "^10.10.0",
|
| |
"eslint": "^8.25.0",
|
| |
"eslint-plugin-svelte3": "^4.0.0",
|
| - |
"happy-dom": "^7.5.7",
|
| + |
"happy-dom": "^7.5.13",
|
| |
"prettier": "^2.7.1",
|
| |
"prettier-plugin-svelte": "^2.8.0",
|
| |
"svelte-check": "^2.9.2",
|
| |
"typescript": "^4.8.4",
|
| - |
"vite": "^3.1.7",
|
| + |
"vite": "^3.1.8",
|
| |
"vite-plugin-rewrite-all": "^1.0.0",
|
| - |
"vitest": "^0.24.1"
|
| + |
"vitest": "^0.24.3"
|
| |
},
|
| |
"engines": {
|
| |
"node": ">=14"
|
| |
}
|
| |
},
|
| |
"node_modules/@typescript-eslint/eslint-plugin": {
|
| - |
"version": "5.40.0",
|
| - |
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz",
|
| - |
"integrity": "sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==",
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz",
|
| + |
"integrity": "sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==",
|
| |
"dev": true,
|
| |
"dependencies": {
|
| - |
"@typescript-eslint/scope-manager": "5.40.0",
|
| - |
"@typescript-eslint/type-utils": "5.40.0",
|
| - |
"@typescript-eslint/utils": "5.40.0",
|
| + |
"@typescript-eslint/scope-manager": "5.40.1",
|
| + |
"@typescript-eslint/type-utils": "5.40.1",
|
| + |
"@typescript-eslint/utils": "5.40.1",
|
| |
"debug": "^4.3.4",
|
| |
"ignore": "^5.2.0",
|
| |
"regexpp": "^3.2.0",
|
| |
}
|
| |
}
|
| |
},
|
| + |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz",
|
| + |
"integrity": "sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1"
|
| + |
},
|
| + |
"engines": {
|
| + |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| + |
},
|
| + |
"funding": {
|
| + |
"type": "opencollective",
|
| + |
"url": "https://opencollective.com/typescript-eslint"
|
| + |
}
|
| + |
},
|
| + |
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
|
| + |
"integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
|
| + |
"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/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz",
|
| + |
"integrity": "sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"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": {
|
| |
"version": "5.40.0",
|
| |
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.40.0.tgz",
|
| |
}
|
| |
},
|
| |
"node_modules/@typescript-eslint/type-utils": {
|
| - |
"version": "5.40.0",
|
| - |
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz",
|
| - |
"integrity": "sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==",
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz",
|
| + |
"integrity": "sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==",
|
| |
"dev": true,
|
| |
"dependencies": {
|
| - |
"@typescript-eslint/typescript-estree": "5.40.0",
|
| - |
"@typescript-eslint/utils": "5.40.0",
|
| + |
"@typescript-eslint/typescript-estree": "5.40.1",
|
| + |
"@typescript-eslint/utils": "5.40.1",
|
| |
"debug": "^4.3.4",
|
| |
"tsutils": "^3.21.0"
|
| |
},
|
| |
}
|
| |
}
|
| |
},
|
| + |
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
|
| + |
"integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
|
| + |
"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/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz",
|
| + |
"integrity": "sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1",
|
| + |
"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/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz",
|
| + |
"integrity": "sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"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/types": {
|
| |
"version": "5.40.0",
|
| |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.0.tgz",
|
| |
"integrity": "sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==",
|
| |
"dev": true,
|
| + |
"peer": true,
|
| |
"engines": {
|
| |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| |
},
|
| |
}
|
| |
},
|
| |
"node_modules/@typescript-eslint/utils": {
|
| - |
"version": "5.40.0",
|
| - |
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.40.0.tgz",
|
| - |
"integrity": "sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==",
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.40.1.tgz",
|
| + |
"integrity": "sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==",
|
| |
"dev": true,
|
| |
"dependencies": {
|
| |
"@types/json-schema": "^7.0.9",
|
| - |
"@typescript-eslint/scope-manager": "5.40.0",
|
| - |
"@typescript-eslint/types": "5.40.0",
|
| - |
"@typescript-eslint/typescript-estree": "5.40.0",
|
| + |
"@types/semver": "^7.3.12",
|
| + |
"@typescript-eslint/scope-manager": "5.40.1",
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/typescript-estree": "5.40.1",
|
| |
"eslint-scope": "^5.1.1",
|
| |
"eslint-utils": "^3.0.0",
|
| |
"semver": "^7.3.7"
|
| |
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
| |
}
|
| |
},
|
| + |
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz",
|
| + |
"integrity": "sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1"
|
| + |
},
|
| + |
"engines": {
|
| + |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| + |
},
|
| + |
"funding": {
|
| + |
"type": "opencollective",
|
| + |
"url": "https://opencollective.com/typescript-eslint"
|
| + |
}
|
| + |
},
|
| + |
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
|
| + |
"integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
|
| + |
"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/utils/node_modules/@typescript-eslint/typescript-estree": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz",
|
| + |
"integrity": "sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1",
|
| + |
"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/utils/node_modules/@typescript-eslint/visitor-keys": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz",
|
| + |
"integrity": "sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==",
|
| + |
"dev": true,
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"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/visitor-keys": {
|
| |
"version": "5.40.0",
|
| |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz",
|
| |
"integrity": "sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==",
|
| |
"dev": true,
|
| + |
"peer": true,
|
| |
"dependencies": {
|
| |
"@typescript-eslint/types": "5.40.0",
|
| |
"eslint-visitor-keys": "^3.3.0"
|
| |
}
|
| |
},
|
| |
"node_modules/util": {
|
| - |
"version": "0.12.4",
|
| - |
"resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
|
| - |
"integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==",
|
| + |
"version": "0.12.5",
|
| + |
"resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
|
| + |
"integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
|
| |
"dependencies": {
|
| |
"inherits": "^2.0.3",
|
| |
"is-arguments": "^1.0.4",
|
| |
"is-generator-function": "^1.0.7",
|
| |
"is-typed-array": "^1.1.3",
|
| - |
"safe-buffer": "^5.1.2",
|
| |
"which-typed-array": "^1.1.2"
|
| |
}
|
| |
},
|
| |
}
|
| |
},
|
| |
"@typescript-eslint/eslint-plugin": {
|
| - |
"version": "5.40.0",
|
| - |
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz",
|
| - |
"integrity": "sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==",
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz",
|
| + |
"integrity": "sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==",
|
| |
"dev": true,
|
| |
"requires": {
|
| - |
"@typescript-eslint/scope-manager": "5.40.0",
|
| - |
"@typescript-eslint/type-utils": "5.40.0",
|
| - |
"@typescript-eslint/utils": "5.40.0",
|
| + |
"@typescript-eslint/scope-manager": "5.40.1",
|
| + |
"@typescript-eslint/type-utils": "5.40.1",
|
| + |
"@typescript-eslint/utils": "5.40.1",
|
| |
"debug": "^4.3.4",
|
| |
"ignore": "^5.2.0",
|
| |
"regexpp": "^3.2.0",
|
| |
"semver": "^7.3.7",
|
| |
"tsutils": "^3.21.0"
|
| + |
},
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/scope-manager": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz",
|
| + |
"integrity": "sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1"
|
| + |
}
|
| + |
},
|
| + |
"@typescript-eslint/types": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
|
| + |
"integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
|
| + |
"dev": true
|
| + |
},
|
| + |
"@typescript-eslint/visitor-keys": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz",
|
| + |
"integrity": "sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"eslint-visitor-keys": "^3.3.0"
|
| + |
}
|
| + |
}
|
| |
}
|
| |
},
|
| |
"@typescript-eslint/parser": {
|
| |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz",
|
| |
"integrity": "sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==",
|
| |
"dev": true,
|
| + |
"peer": true,
|
| |
"requires": {
|
| |
"@typescript-eslint/types": "5.40.0",
|
| |
"@typescript-eslint/visitor-keys": "5.40.0"
|
| |
}
|
| |
},
|
| |
"@typescript-eslint/type-utils": {
|
| - |
"version": "5.40.0",
|
| - |
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz",
|
| - |
"integrity": "sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==",
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz",
|
| + |
"integrity": "sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==",
|
| |
"dev": true,
|
| |
"requires": {
|
| - |
"@typescript-eslint/typescript-estree": "5.40.0",
|
| - |
"@typescript-eslint/utils": "5.40.0",
|
| + |
"@typescript-eslint/typescript-estree": "5.40.1",
|
| + |
"@typescript-eslint/utils": "5.40.1",
|
| |
"debug": "^4.3.4",
|
| |
"tsutils": "^3.21.0"
|
| + |
},
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/types": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
|
| + |
"integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
|
| + |
"dev": true
|
| + |
},
|
| + |
"@typescript-eslint/typescript-estree": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz",
|
| + |
"integrity": "sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1",
|
| + |
"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.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz",
|
| + |
"integrity": "sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"eslint-visitor-keys": "^3.3.0"
|
| + |
}
|
| + |
}
|
| |
}
|
| |
},
|
| |
"@typescript-eslint/types": {
|
| |
"version": "5.40.0",
|
| |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.0.tgz",
|
| |
"integrity": "sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==",
|
| - |
"dev": true
|
| + |
"dev": true,
|
| + |
"peer": true
|
| |
},
|
| |
"@typescript-eslint/typescript-estree": {
|
| |
"version": "5.40.0",
|
| |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz",
|
| |
"integrity": "sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==",
|
| |
"dev": true,
|
| + |
"peer": true,
|
| |
"requires": {
|
| |
"@typescript-eslint/types": "5.40.0",
|
| |
"@typescript-eslint/visitor-keys": "5.40.0",
|
| |
}
|
| |
},
|
| |
"@typescript-eslint/utils": {
|
| - |
"version": "5.40.0",
|
| - |
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.40.0.tgz",
|
| - |
"integrity": "sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==",
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.40.1.tgz",
|
| + |
"integrity": "sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==",
|
| |
"dev": true,
|
| |
"requires": {
|
| |
"@types/json-schema": "^7.0.9",
|
| - |
"@typescript-eslint/scope-manager": "5.40.0",
|
| - |
"@typescript-eslint/types": "5.40.0",
|
| - |
"@typescript-eslint/typescript-estree": "5.40.0",
|
| + |
"@types/semver": "^7.3.12",
|
| + |
"@typescript-eslint/scope-manager": "5.40.1",
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/typescript-estree": "5.40.1",
|
| |
"eslint-scope": "^5.1.1",
|
| |
"eslint-utils": "^3.0.0",
|
| |
"semver": "^7.3.7"
|
| + |
},
|
| + |
"dependencies": {
|
| + |
"@typescript-eslint/scope-manager": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz",
|
| + |
"integrity": "sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1"
|
| + |
}
|
| + |
},
|
| + |
"@typescript-eslint/types": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.40.1.tgz",
|
| + |
"integrity": "sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==",
|
| + |
"dev": true
|
| + |
},
|
| + |
"@typescript-eslint/typescript-estree": {
|
| + |
"version": "5.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz",
|
| + |
"integrity": "sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"@typescript-eslint/visitor-keys": "5.40.1",
|
| + |
"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.40.1",
|
| + |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz",
|
| + |
"integrity": "sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==",
|
| + |
"dev": true,
|
| + |
"requires": {
|
| + |
"@typescript-eslint/types": "5.40.1",
|
| + |
"eslint-visitor-keys": "^3.3.0"
|
| + |
}
|
| + |
}
|
| |
}
|
| |
},
|
| |
"@typescript-eslint/visitor-keys": {
|
| |
}
|
| |
},
|
| |
"util": {
|
| - |
"version": "0.12.4",
|
| - |
"resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
|
| - |
"integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==",
|
| + |
"version": "0.12.5",
|
| + |
"resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
|
| + |
"integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
|
| |
"requires": {
|
| |
"inherits": "^2.0.3",
|
| |
"is-arguments": "^1.0.4",
|
| |
"is-generator-function": "^1.0.7",
|
| |
"is-typed-array": "^1.1.3",
|
| - |
"safe-buffer": "^5.1.2",
|
| |
"which-typed-array": "^1.1.2"
|
| |
}
|
| |
},
|