Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^46.0.0",
"reflect-metadata": "^0.1.13",
"typescript": "^4.7.4"
Expand Down
32 changes: 26 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.4.0":
version: 4.9.0
resolution: "@eslint-community/eslint-utils@npm:4.9.0"
dependencies:
eslint-visitor-keys: ^3.4.3
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: ae9b98eea006d1354368804b0116b8b45017a4e47b486d1b9cfa048a8ed3dc69b9b074eb2b2acb14034e6897c24048fd42b6a6816d9dc8bb9daad79db7d478d2
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.4.0":
version: 4.4.0
resolution: "@eslint-community/regexpp@npm:4.4.0"
Expand Down Expand Up @@ -1299,12 +1310,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-promise@npm:^6.1.1":
version: 6.1.1
resolution: "eslint-plugin-promise@npm:6.1.1"
"eslint-plugin-promise@npm:^7.2.1":
version: 7.2.1
resolution: "eslint-plugin-promise@npm:7.2.1"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 46b9a4f79dae5539987922afc27cc17cbccdecf4f0ba19c0ccbf911b0e31853e9f39d9959eefb9637461b52772afa1a482f1f87ff16c1ba38bdb6fcf21897e9a
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: 9101a93efd79f5202d0239d7666935c1d5655f64f4527cea6e82e1438b4de4304351de60f2c26201289a22eed1da4b3a21e7996fa3268b9943b98d12c80b2030
languageName: node
linkType: hard

Expand Down Expand Up @@ -1395,6 +1408,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^3.4.3":
version: 3.4.3
resolution: "eslint-visitor-keys@npm:3.4.3"
checksum: 36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60
languageName: node
linkType: hard

"eslint@npm:^8.36.0":
version: 8.36.0
resolution: "eslint@npm:8.36.0"
Expand Down Expand Up @@ -3102,7 +3122,7 @@ __metadata:
eslint-config-standard-with-typescript: ^34.0.0
eslint-plugin-import: ^2.27.5
eslint-plugin-n: ^15.6.1
eslint-plugin-promise: ^6.1.1
eslint-plugin-promise: ^7.2.1
eslint-plugin-unicorn: ^46.0.0
inversify: ^6.0.1
lodash: ^4.17.21
Expand Down
Loading