chore(deps): upgrade eslint tools
This commit is contained in:
parent
4b6c7774e0
commit
d20f03127a
49 changed files with 424 additions and 669 deletions
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@eslint-eslintrc-npm-1.4.1-007f670de2-4e469ed508.zip
vendored
Normal file
BIN
.yarn/cache/@eslint-eslintrc-npm-1.4.1-007f670de2-4e469ed508.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@humanwhocodes-config-array-npm-0.11.8-7955bfecc2-010892ba3c.zip
vendored
Normal file
BIN
.yarn/cache/@humanwhocodes-config-array-npm-0.11.8-7955bfecc2-010892ba3c.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.48.2-4f86b96814-773d1b78d4.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.48.2-4f86b96814-773d1b78d4.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-scope-manager-npm-5.48.2-9a72dae708-788edc410b.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-scope-manager-npm-5.48.2-9a72dae708-788edc410b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-types-npm-5.48.2-bdebd4d2d7-8842362cca.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-types-npm-5.48.2-bdebd4d2d7-8842362cca.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.48.2-2166870a0a-6d3da2b252.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.48.2-2166870a0a-6d3da2b252.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.48.2-0126c67a53-f2f51f1bf6.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-utils-npm-5.48.2-0126c67a53-f2f51f1bf6.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.48.2-b644f53ee6-7a4ea8035b.zip
vendored
Normal file
BIN
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.48.2-b644f53ee6-7a4ea8035b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/globals-npm-13.19.0-a63c75a2dd-3f3d6606b7.zip
vendored
Normal file
BIN
.yarn/cache/globals-npm-13.19.0-a63c75a2dd-3f3d6606b7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-e554405686.zip
vendored
Normal file
BIN
.yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-e554405686.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
@ -51,7 +51,7 @@
|
|||
"@types/newrelic": "^9.4.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/parser": "^5.40.1",
|
||||
"eslint": "^8.17.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"ini": "^3.0.0",
|
||||
"npm-check-updates": "^16.0.1",
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
"@types/mixpanel": "^2.14.4",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"@types/jsonwebtoken": "^9.0.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@types/prettyjson": "^0.0.30",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"nodemon": "^2.0.19",
|
||||
|
|
|
@ -81,8 +81,8 @@
|
|||
"@types/prettyjson": "^0.0.30",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"nodemon": "^2.0.19",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@types/ioredis": "^5.0.0",
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"@types/jest": "^29.1.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@types/nodemailer": "^6.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
"@types/newrelic": "^9.4.0",
|
||||
"@types/prettyjson": "^0.0.30",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"nodemon": "^2.0.19",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
"@types/ioredis": "^5.0.0",
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"npm-check-updates": "^16.0.1",
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
"@types/jest": "^29.1.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"npm-check-updates": "^16.0.1",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/jsonwebtoken": "^9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"lint": "eslint . --ext .ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
|
|
|
@ -69,8 +69,8 @@
|
|||
"@types/prettyjson": "^0.0.30",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"npm-check-updates": "^16.0.1",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/microtime": "^2.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
"@types/ioredis": "^5.0.0",
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"@types/ioredis": "^5.0.0",
|
||||
"@types/jest": "^29.1.1",
|
||||
"@types/newrelic": "^9.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"eslint": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
|
|
361
yarn.lock
361
yarn.lock
|
@ -627,37 +627,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/eslintrc@npm:^1.3.0":
|
||||
version: 1.3.0
|
||||
resolution: "@eslint/eslintrc@npm:1.3.0"
|
||||
dependencies:
|
||||
ajv: "npm:^6.12.4"
|
||||
debug: "npm:^4.3.2"
|
||||
espree: "npm:^9.3.2"
|
||||
globals: "npm:^13.15.0"
|
||||
ignore: "npm:^5.2.0"
|
||||
import-fresh: "npm:^3.2.1"
|
||||
js-yaml: "npm:^4.1.0"
|
||||
minimatch: "npm:^3.1.2"
|
||||
strip-json-comments: "npm:^3.1.1"
|
||||
checksum: 1918e7b41db55a5e5a732031caf490abcc55f8b8a914b5d69c60e9d00eb5031dad7b6e734d50518790eae6fff3bd796998d69b956e4c23777c3ca1e0f6766ea6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/eslintrc@npm:^1.3.3":
|
||||
version: 1.3.3
|
||||
resolution: "@eslint/eslintrc@npm:1.3.3"
|
||||
"@eslint/eslintrc@npm:^1.4.1":
|
||||
version: 1.4.1
|
||||
resolution: "@eslint/eslintrc@npm:1.4.1"
|
||||
dependencies:
|
||||
ajv: "npm:^6.12.4"
|
||||
debug: "npm:^4.3.2"
|
||||
espree: "npm:^9.4.0"
|
||||
globals: "npm:^13.15.0"
|
||||
globals: "npm:^13.19.0"
|
||||
ignore: "npm:^5.2.0"
|
||||
import-fresh: "npm:^3.2.1"
|
||||
js-yaml: "npm:^4.1.0"
|
||||
minimatch: "npm:^3.1.2"
|
||||
strip-json-comments: "npm:^3.1.1"
|
||||
checksum: d27b4a840eeedabc643f4dfca0e8d41bf8180ccb57b7de97da85ad9a34b219a1ab7c1a531a1f18357c57c60ede1b94bef1eae5869fc808cde050d835a093ccbe
|
||||
checksum: 4e469ed508c3154078503b1f22b9d7f2498e76e770ff3f8c61c9961a16760c817e977f2f00b02201d1e91d6a4ebc766c1c67aae9189b00d5c1fe2e7205b6ad72
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -693,25 +676,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@humanwhocodes/config-array@npm:^0.10.5":
|
||||
version: 0.10.7
|
||||
resolution: "@humanwhocodes/config-array@npm:0.10.7"
|
||||
"@humanwhocodes/config-array@npm:^0.11.8":
|
||||
version: 0.11.8
|
||||
resolution: "@humanwhocodes/config-array@npm:0.11.8"
|
||||
dependencies:
|
||||
"@humanwhocodes/object-schema": "npm:^1.2.1"
|
||||
debug: "npm:^4.1.1"
|
||||
minimatch: "npm:^3.0.4"
|
||||
checksum: fefdd392171cac161e53434a57b97dace95920b21660c6b42d767baad22d277fe1a3edc917da852d6b6bdcb084b8ca05215be6260e4b98665ed4a905201b3f4e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@humanwhocodes/config-array@npm:^0.9.2":
|
||||
version: 0.9.5
|
||||
resolution: "@humanwhocodes/config-array@npm:0.9.5"
|
||||
dependencies:
|
||||
"@humanwhocodes/object-schema": "npm:^1.2.1"
|
||||
debug: "npm:^4.1.1"
|
||||
minimatch: "npm:^3.0.4"
|
||||
checksum: 7d55ac1e5d33dc470f5be444ff12d59e0d132320e46cf909cac13d289877d1f56a1ec3efba8cf4ab1a413e65a281d4f817e34c132575aed50c49240c9d830c38
|
||||
minimatch: "npm:^3.0.5"
|
||||
checksum: 010892ba3c237e96562df1f21a7e04b611274f2c91b4df6c8263eb7d2ffcec3a5bfcab67b13d9c4acc8a2e3f94cb61d7ced772ecd445b226fb41b88c93e9194c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1358,7 +1330,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nodelib/fs.walk@npm:^1.2.3":
|
||||
"@nodelib/fs.walk@npm:^1.2.3, @nodelib/fs.walk@npm:^1.2.8":
|
||||
version: 1.2.8
|
||||
resolution: "@nodelib/fs.walk@npm:1.2.8"
|
||||
dependencies:
|
||||
|
@ -1894,11 +1866,11 @@ __metadata:
|
|||
"@types/mixpanel": "npm:^2.14.4"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@types/node": "npm:^18.11.9"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
dayjs: "npm:^1.11.6"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
inversify: "npm:^6.0.1"
|
||||
ioredis: "npm:^5.2.4"
|
||||
|
@ -1932,12 +1904,12 @@ __metadata:
|
|||
"@types/jsonwebtoken": "npm:^9.0.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@types/prettyjson": "npm:^0.0.30"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
axios: "npm:^1.1.3"
|
||||
cors: "npm:2.8.5"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
express-robots-txt: "npm:^1.0.0"
|
||||
|
@ -2005,14 +1977,14 @@ __metadata:
|
|||
"@types/prettyjson": "npm:^0.0.30"
|
||||
"@types/ua-parser-js": "npm:^0.7.36"
|
||||
"@types/uuid": "npm:^8.3.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
axios: "npm:^1.1.3"
|
||||
bcryptjs: "npm:2.4.3"
|
||||
cors: "npm:2.8.5"
|
||||
dayjs: "npm:^1.11.6"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
inversify: "npm:^6.0.1"
|
||||
|
@ -2051,7 +2023,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/node": "npm:^18.11.9"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
reflect-metadata: "npm:^0.1.13"
|
||||
|
@ -2079,7 +2051,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/uuid": "npm:^8.3.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
reflect-metadata: "npm:^0.1.13"
|
||||
|
@ -2098,7 +2070,7 @@ __metadata:
|
|||
"@types/ioredis": "npm:^5.0.0"
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
ioredis: "npm:^5.2.4"
|
||||
|
@ -2120,7 +2092,7 @@ __metadata:
|
|||
"@standardnotes/predicates": "workspace:*"
|
||||
"@standardnotes/security": "workspace:*"
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
ts-jest: "npm:^29.0.3"
|
||||
|
@ -2153,10 +2125,10 @@ __metadata:
|
|||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@types/nodemailer": "npm:^6.4.1"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.40.1"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
inversify: "npm:^6.0.1"
|
||||
ioredis: "npm:^5.2.4"
|
||||
|
@ -2230,13 +2202,13 @@ __metadata:
|
|||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@types/prettyjson": "npm:^0.0.30"
|
||||
"@types/uuid": "npm:^8.3.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
connect-busboy: "npm:^1.0.0"
|
||||
cors: "npm:^2.8.5"
|
||||
dayjs: "npm:^1.11.6"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
express-robots-txt: "npm:^1.0.0"
|
||||
|
@ -2293,7 +2265,7 @@ __metadata:
|
|||
resolution: "@standardnotes/predicates@workspace:packages/predicates"
|
||||
dependencies:
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
ts-jest: "npm:^29.0.3"
|
||||
|
@ -2345,11 +2317,11 @@ __metadata:
|
|||
"@types/ioredis": "npm:^5.0.0"
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
cors: "npm:2.8.5"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
helmet: "npm:^6.0.0"
|
||||
|
@ -2383,11 +2355,11 @@ __metadata:
|
|||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@types/node": "npm:^18.11.9"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
dayjs: "npm:^1.11.6"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
inversify: "npm:^6.0.1"
|
||||
ioredis: "npm:^5.2.4"
|
||||
|
@ -2409,7 +2381,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/jsonwebtoken": "npm:^9.0.1"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
jsonwebtoken: "npm:^9.0.0"
|
||||
|
@ -2433,7 +2405,7 @@ __metadata:
|
|||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@types/node": "npm:^18.11.9"
|
||||
"@typescript-eslint/parser": "npm:^5.40.1"
|
||||
eslint: "npm:^8.17.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-config-prettier: "npm:^8.5.0"
|
||||
ini: "npm:^3.0.0"
|
||||
newrelic: "npm:^9.8.0"
|
||||
|
@ -2448,7 +2420,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@standardnotes/settings@workspace:packages/settings"
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
reflect-metadata: "npm:^0.1.13"
|
||||
typescript: "npm:^4.8.4"
|
||||
|
@ -2471,7 +2443,7 @@ __metadata:
|
|||
"@standardnotes/sncrypto-common": "npm:^1.9.0"
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/node": "npm:^18.11.9"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
reflect-metadata: "npm:^0.1.13"
|
||||
|
@ -2508,12 +2480,12 @@ __metadata:
|
|||
"@types/prettyjson": "npm:^0.0.30"
|
||||
"@types/ua-parser-js": "npm:^0.7.36"
|
||||
"@types/uuid": "npm:^8.3.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
axios: "npm:^1.1.3"
|
||||
cors: "npm:2.8.5"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
helmet: "npm:^6.0.0"
|
||||
|
@ -2543,7 +2515,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/microtime": "npm:^2.1.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.30.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
dayjs: "npm:^1.11.6"
|
||||
eslint-plugin-prettier: "npm:^4.2.1"
|
||||
jest: "npm:^29.1.2"
|
||||
|
@ -2594,12 +2566,12 @@ __metadata:
|
|||
"@types/ioredis": "npm:^5.0.0"
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
axios: "npm:^1.1.3"
|
||||
cors: "npm:2.8.5"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
inversify: "npm:^6.0.1"
|
||||
|
@ -2635,11 +2607,11 @@ __metadata:
|
|||
"@types/ioredis": "npm:^5.0.0"
|
||||
"@types/jest": "npm:^29.1.1"
|
||||
"@types/newrelic": "npm:^9.4.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.29.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.48.2"
|
||||
aws-sdk: "npm:^2.1260.0"
|
||||
cors: "npm:2.8.5"
|
||||
dotenv: "npm:^16.0.1"
|
||||
eslint: "npm:^8.14.0"
|
||||
eslint: "npm:^8.32.0"
|
||||
eslint-plugin-prettier: "npm:^4.0.0"
|
||||
express: "npm:^4.18.2"
|
||||
inversify: "npm:^6.0.1"
|
||||
|
@ -3125,7 +3097,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.12.1, @typescript-eslint/eslint-plugin@npm:^5.29.0, @typescript-eslint/eslint-plugin@npm:^5.40.1":
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.12.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.40.1"
|
||||
dependencies:
|
||||
|
@ -3147,16 +3119,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.30.0":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.30.5"
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.48.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:5.30.5"
|
||||
"@typescript-eslint/type-utils": "npm:5.30.5"
|
||||
"@typescript-eslint/utils": "npm:5.30.5"
|
||||
"@typescript-eslint/scope-manager": "npm:5.48.2"
|
||||
"@typescript-eslint/type-utils": "npm:5.48.2"
|
||||
"@typescript-eslint/utils": "npm:5.48.2"
|
||||
debug: "npm:^4.3.4"
|
||||
functional-red-black-tree: "npm:^1.0.1"
|
||||
ignore: "npm:^5.2.0"
|
||||
natural-compare-lite: "npm:^1.4.0"
|
||||
regexpp: "npm:^3.2.0"
|
||||
semver: "npm:^7.3.7"
|
||||
tsutils: "npm:^3.21.0"
|
||||
|
@ -3166,7 +3138,7 @@ __metadata:
|
|||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 71906b374787f4ad2a22cf89c1bd4dda616c628b00419659142f7a425f5c9ae4c8cd9fcf5173cbca776344fb6d0dcb144c316c2e845133a0a75e80ea357ee4fe
|
||||
checksum: 773d1b78d413796c28e2999ea6ce0af8be7d8da92f40cd1bb5a3b6c6b017bba0da6ba6581d7e31da0e5a1ecf7dd1a6f003acf69c5f2c7dd68ef0b97dc2860ffb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3187,16 +3159,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.30.5":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.30.5"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:5.30.5"
|
||||
"@typescript-eslint/visitor-keys": "npm:5.30.5"
|
||||
checksum: a76b6675ef11f26ef264e0c5b58b8a936ec0b563822dfb7e8ed277c7725bc0a5dc2859ce63efbdc67b109f8192ef4482d94c127e3dc2f3c514d1e6ca47969c06
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.40.1":
|
||||
version: 5.40.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.40.1"
|
||||
|
@ -3207,19 +3169,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.30.5":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.30.5"
|
||||
"@typescript-eslint/scope-manager@npm:5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.48.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": "npm:5.30.5"
|
||||
debug: "npm:^4.3.4"
|
||||
tsutils: "npm:^3.21.0"
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 0fd4cb415f2f8289b25627fdf9a7df4d159fd749e01511b987dd4c17351483e4d8612e5ad97f6c47e0ca9a38addee9d263d0cf2d3e2a5b4553c9f7f6c2c06aff
|
||||
"@typescript-eslint/types": "npm:5.48.2"
|
||||
"@typescript-eslint/visitor-keys": "npm:5.48.2"
|
||||
checksum: 788edc410b23bbe38508cdf80202cbbcf22e38b493f16152ae941fd8b80ce645cbbc38e951a4a14736b44c9ff5a6bba1d84960d7b508bee487f90d94f8fe9b2f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3240,10 +3196,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.30.5":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/types@npm:5.30.5"
|
||||
checksum: f4a602f96ca5565535093b61509d41ac479f9ed5bf0c5e6f82cfa662cf424e38a2abd62cec7ebc836e0d146f75caad2bcfe652b3d238e9c494ea7cc1c26b16c2
|
||||
"@typescript-eslint/type-utils@npm:5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.48.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:5.48.2"
|
||||
"@typescript-eslint/utils": "npm:5.48.2"
|
||||
debug: "npm:^4.3.4"
|
||||
tsutils: "npm:^3.21.0"
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 4d7d95f288ef64b81f5206df3ec37991a3412b01549a1a8cc83523571ac1a4fa3a8f7d8e50c401f667f40580a1fefcb3edae804ce6712aeab5b99886b3b4fc04
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3254,21 +3220,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.30.5":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.30.5"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:5.30.5"
|
||||
"@typescript-eslint/visitor-keys": "npm:5.30.5"
|
||||
debug: "npm:^4.3.4"
|
||||
globby: "npm:^11.1.0"
|
||||
is-glob: "npm:^4.0.3"
|
||||
semver: "npm:^7.3.7"
|
||||
tsutils: "npm:^3.21.0"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 44015db352cc8a15b057986661f957adf6f5a4bdf6f9dc6930604b9e57749540346d431644f8affc10f4db381af4963055f8854cfb67628b3b3126d0fa3dfd27
|
||||
"@typescript-eslint/types@npm:5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/types@npm:5.48.2"
|
||||
checksum: 8842362cca3775c2bb64bb8b69a6f23854521fa6f6a653a9a0331aa6d7049e6c59e287df549b5c06809a22e0572d512d40988b01ea7cd3ae0f36395949f05987
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3290,19 +3245,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.30.5":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/utils@npm:5.30.5"
|
||||
"@typescript-eslint/typescript-estree@npm:5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.48.2"
|
||||
dependencies:
|
||||
"@types/json-schema": "npm:^7.0.9"
|
||||
"@typescript-eslint/scope-manager": "npm:5.30.5"
|
||||
"@typescript-eslint/types": "npm:5.30.5"
|
||||
"@typescript-eslint/typescript-estree": "npm:5.30.5"
|
||||
eslint-scope: "npm:^5.1.1"
|
||||
eslint-utils: "npm:^3.0.0"
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: f4a0757e4670c6e4a8e1eb924d78f6b024d07e8e6cc5bf57753e20c6bce14613ae5e235d2d1407c6762cbd8f3e31139cef5802bdbb819ab8315541ab071c8a45
|
||||
"@typescript-eslint/types": "npm:5.48.2"
|
||||
"@typescript-eslint/visitor-keys": "npm:5.48.2"
|
||||
debug: "npm:^4.3.4"
|
||||
globby: "npm:^11.1.0"
|
||||
is-glob: "npm:^4.0.3"
|
||||
semver: "npm:^7.3.7"
|
||||
tsutils: "npm:^3.21.0"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 6d3da2b252a81242e4461f5816df1bb72f54a2d7d85e06c0d5675e203163777fffc11eae60610684876111713c7182c8176c8a6ef3865b8ce50794e0639dfa75
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3324,13 +3281,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.30.5":
|
||||
version: 5.30.5
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.30.5"
|
||||
"@typescript-eslint/utils@npm:5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/utils@npm:5.48.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:5.30.5"
|
||||
eslint-visitor-keys: "npm:^3.3.0"
|
||||
checksum: baa108daf8a6406b3c4e9d0e845ed7303492d8927f478f60609690dd5ae34ce409bf63cca716db690226d9ac95cc99ee96a0179f85eebb37d42ef888a43e1561
|
||||
"@types/json-schema": "npm:^7.0.9"
|
||||
"@types/semver": "npm:^7.3.12"
|
||||
"@typescript-eslint/scope-manager": "npm:5.48.2"
|
||||
"@typescript-eslint/types": "npm:5.48.2"
|
||||
"@typescript-eslint/typescript-estree": "npm:5.48.2"
|
||||
eslint-scope: "npm:^5.1.1"
|
||||
eslint-utils: "npm:^3.0.0"
|
||||
semver: "npm:^7.3.7"
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: f2f51f1bf6c74df6b63ce01dfb8dea3682e516b17eba7ef6b3cb5af09c3857e15ab99aeb1668fc9a5f39d0629e89a30196a67d1d631079c9b217e3752c2d9863
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3344,6 +3309,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.48.2":
|
||||
version: 5.48.2
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.48.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:5.48.2"
|
||||
eslint-visitor-keys: "npm:^3.3.0"
|
||||
checksum: 7a4ea8035bf74779969dcc8e680ea8ea239446988180eaae3c68da1c65e08227c1fcad6a54720a6ec47e1e49b30a001b8f1f9cc3593f7ed0fd243060a21a2ca0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@tyriar/fibonacci-heap@npm:^2.0.7":
|
||||
version: 2.0.9
|
||||
resolution: "@tyriar/fibonacci-heap@npm:2.0.9"
|
||||
|
@ -3396,7 +3371,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"acorn@npm:^8.4.1, acorn@npm:^8.7.1":
|
||||
"acorn@npm:^8.4.1":
|
||||
version: 8.7.1
|
||||
resolution: "acorn@npm:8.7.1"
|
||||
bin:
|
||||
|
@ -5366,13 +5341,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^8.14.0":
|
||||
version: 8.25.0
|
||||
resolution: "eslint@npm:8.25.0"
|
||||
"eslint@npm:^8.32.0":
|
||||
version: 8.32.0
|
||||
resolution: "eslint@npm:8.32.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": "npm:^1.3.3"
|
||||
"@humanwhocodes/config-array": "npm:^0.10.5"
|
||||
"@eslint/eslintrc": "npm:^1.4.1"
|
||||
"@humanwhocodes/config-array": "npm:^0.11.8"
|
||||
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
||||
"@nodelib/fs.walk": "npm:^1.2.8"
|
||||
ajv: "npm:^6.10.0"
|
||||
chalk: "npm:^4.0.0"
|
||||
cross-spawn: "npm:^7.0.2"
|
||||
|
@ -5388,14 +5364,14 @@ __metadata:
|
|||
fast-deep-equal: "npm:^3.1.3"
|
||||
file-entry-cache: "npm:^6.0.1"
|
||||
find-up: "npm:^5.0.0"
|
||||
glob-parent: "npm:^6.0.1"
|
||||
globals: "npm:^13.15.0"
|
||||
globby: "npm:^11.1.0"
|
||||
glob-parent: "npm:^6.0.2"
|
||||
globals: "npm:^13.19.0"
|
||||
grapheme-splitter: "npm:^1.0.4"
|
||||
ignore: "npm:^5.2.0"
|
||||
import-fresh: "npm:^3.0.0"
|
||||
imurmurhash: "npm:^0.1.4"
|
||||
is-glob: "npm:^4.0.0"
|
||||
is-path-inside: "npm:^3.0.3"
|
||||
js-sdsl: "npm:^4.1.4"
|
||||
js-yaml: "npm:^4.1.0"
|
||||
json-stable-stringify-without-jsonify: "npm:^1.0.1"
|
||||
|
@ -5410,63 +5386,7 @@ __metadata:
|
|||
text-table: "npm:^0.2.0"
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: 45024b5641d9cf97163f6b683fabc03d2b0acdb2cbd57b6d22c940f8e7dad04acc9d892d95b0c2d5b97717732cfd0e23471fd6dc461bf865c6073d935a75c933
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^8.17.0":
|
||||
version: 8.19.0
|
||||
resolution: "eslint@npm:8.19.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": "npm:^1.3.0"
|
||||
"@humanwhocodes/config-array": "npm:^0.9.2"
|
||||
ajv: "npm:^6.10.0"
|
||||
chalk: "npm:^4.0.0"
|
||||
cross-spawn: "npm:^7.0.2"
|
||||
debug: "npm:^4.3.2"
|
||||
doctrine: "npm:^3.0.0"
|
||||
escape-string-regexp: "npm:^4.0.0"
|
||||
eslint-scope: "npm:^7.1.1"
|
||||
eslint-utils: "npm:^3.0.0"
|
||||
eslint-visitor-keys: "npm:^3.3.0"
|
||||
espree: "npm:^9.3.2"
|
||||
esquery: "npm:^1.4.0"
|
||||
esutils: "npm:^2.0.2"
|
||||
fast-deep-equal: "npm:^3.1.3"
|
||||
file-entry-cache: "npm:^6.0.1"
|
||||
functional-red-black-tree: "npm:^1.0.1"
|
||||
glob-parent: "npm:^6.0.1"
|
||||
globals: "npm:^13.15.0"
|
||||
ignore: "npm:^5.2.0"
|
||||
import-fresh: "npm:^3.0.0"
|
||||
imurmurhash: "npm:^0.1.4"
|
||||
is-glob: "npm:^4.0.0"
|
||||
js-yaml: "npm:^4.1.0"
|
||||
json-stable-stringify-without-jsonify: "npm:^1.0.1"
|
||||
levn: "npm:^0.4.1"
|
||||
lodash.merge: "npm:^4.6.2"
|
||||
minimatch: "npm:^3.1.2"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
optionator: "npm:^0.9.1"
|
||||
regexpp: "npm:^3.2.0"
|
||||
strip-ansi: "npm:^6.0.1"
|
||||
strip-json-comments: "npm:^3.1.0"
|
||||
text-table: "npm:^0.2.0"
|
||||
v8-compile-cache: "npm:^2.0.3"
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: f36c4c80a3b175b71c6dcc229a4d50085ecc4820ac832d503a0ce766eb950352ddc94385cab17cd411e21006512fe8a702f9852e0dc8c37d5a1fea7896a47918
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"espree@npm:^9.3.2":
|
||||
version: 9.3.2
|
||||
resolution: "espree@npm:9.3.2"
|
||||
dependencies:
|
||||
acorn: "npm:^8.7.1"
|
||||
acorn-jsx: "npm:^5.3.2"
|
||||
eslint-visitor-keys: "npm:^3.3.0"
|
||||
checksum: 519ce18064cf4818452dd08ed8fb3e2eb0744f0d8cced4acb51daea70bf714e85616e50e0864a17d58ad43e12955fdd283724f83e978e78e2016a8795c895e66
|
||||
checksum: cc00214baef7655ccf19f65017910e6f24786958a19f481fbbc9595060aad7437646ffde1d123d13aef60a0ff61ab09573bff0319679d632e87dd1d0f9878c3e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5957,13 +5877,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"functional-red-black-tree@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "functional-red-black-tree@npm:1.0.1"
|
||||
checksum: 275f10e8abe29375137a6dc662b54bf6452704560a4888dde5720b1901b5489703f45169a92e02c758dd0ebc4c6206e2cb57c326a9b9dd6e3992aeaf4038dddc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"functions-have-names@npm:^1.2.2":
|
||||
version: 1.2.3
|
||||
resolution: "functions-have-names@npm:1.2.3"
|
||||
|
@ -6160,7 +6073,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob-parent@npm:^6.0.1, glob-parent@npm:^6.0.2":
|
||||
"glob-parent@npm:^6.0.2":
|
||||
version: 6.0.2
|
||||
resolution: "glob-parent@npm:6.0.2"
|
||||
dependencies:
|
||||
|
@ -6221,12 +6134,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"globals@npm:^13.15.0":
|
||||
version: 13.16.0
|
||||
resolution: "globals@npm:13.16.0"
|
||||
"globals@npm:^13.19.0":
|
||||
version: 13.19.0
|
||||
resolution: "globals@npm:13.19.0"
|
||||
dependencies:
|
||||
type-fest: "npm:^0.20.2"
|
||||
checksum: 96fe3eff80028b648096b860712e19a09427ad48acb55a6c1c62c83ac8500b6633e57c2ec99fc17b99335a6e59551e74748ed94a34232cc5bfa408fc308bd1fe
|
||||
checksum: 3f3d6606b78da1731d7a2837e75c5e941e7db414ca4a5ad90e456f771b68552095214457295f88a2b1580cd60b430c72020a3e10e39be1093c55c9331b5889ce
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -6952,7 +6865,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-path-inside@npm:^3.0.2":
|
||||
"is-path-inside@npm:^3.0.2, is-path-inside@npm:^3.0.3":
|
||||
version: 3.0.3
|
||||
resolution: "is-path-inside@npm:3.0.3"
|
||||
checksum: ca3976bb491e562794ba9d1884d8679e08a68fbc68bdefabbed393bdb3fefd66958c0b8d166ca6c4b502a5283bcd0bede7a2b223bf740e406db6dcffddc833a5
|
||||
|
@ -8381,7 +8294,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
|
||||
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
|
||||
version: 3.1.2
|
||||
resolution: "minimatch@npm:3.1.2"
|
||||
dependencies:
|
||||
|
@ -8608,6 +8521,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"natural-compare-lite@npm:^1.4.0":
|
||||
version: 1.4.0
|
||||
resolution: "natural-compare-lite@npm:1.4.0"
|
||||
checksum: e5544056864e990c8fb4fe8ca91d01f8977586969d89adccd2ccea71fea468471b953088021fc90031800410a5042576594dc4005bf02db1794ee4ff0befc07c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"natural-compare@npm:^1.4.0":
|
||||
version: 1.4.0
|
||||
resolution: "natural-compare@npm:1.4.0"
|
||||
|
@ -11614,13 +11534,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"v8-compile-cache@npm:^2.0.3":
|
||||
version: 2.3.0
|
||||
resolution: "v8-compile-cache@npm:2.3.0"
|
||||
checksum: 757e7df6b154817c5f8fca0e5a14408d9ee2aed32b1a5e287b0eb292e576a78741875c428ea2583538afacf20a55ff5b59f1be30388e0ceed0753ceec949ea74
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"v8-to-istanbul@npm:^9.0.1":
|
||||
version: 9.0.1
|
||||
resolution: "v8-to-istanbul@npm:9.0.1"
|
||||
|
|
Loading…
Reference in a new issue