diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-04-05 23:14:26 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-04-05 23:14:26 +0000 |
| commit | ec432ab47df5c17183bbe968a6f4f997a86474d7 (patch) | |
| tree | f1f1e005ae25cdcc950c0f1307dee99bc63cbffb | |
| parent | 27b22ffa626d42a64c61a2a9e0727e5df2c9445b (diff) | |
| download | ao-coverage-ec432ab47df5c17183bbe968a6f4f997a86474d7.tar.gz ao-coverage-ec432ab47df5c17183bbe968a6f4f997a86474d7.tar.bz2 ao-coverage-ec432ab47df5c17183bbe968a6f4f997a86474d7.zip | |
Update dependencies to fix jest issue
| -rw-r--r-- | .vscode/extensions.json | 7 | ||||
| -rw-r--r-- | .vscode/launch.json | 2 | ||||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-eslint-plugin-npm-5.18.0-113aeb2d78-e8f0e7cfa0.zip (renamed from .yarn/cache/@typescript-eslint-eslint-plugin-npm-5.17.0-dbaffa3f00-62ec611fb3.zip) | bin | 711971 -> 713344 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-parser-npm-5.18.0-bcccf7640a-8e007a4980.zip (renamed from .yarn/cache/@typescript-eslint-parser-npm-5.17.0-86c42aa2f8-15b855ea84.zip) | bin | 13185 -> 13187 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-scope-manager-npm-5.18.0-08725cb26b-c82625ec82.zip (renamed from .yarn/cache/@typescript-eslint-scope-manager-npm-5.17.0-211aa94b13-8fc28d5742.zip) | bin | 300267 -> 300268 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-type-utils-npm-5.18.0-6faa08ca9b-a9722e1863.zip (renamed from .yarn/cache/@typescript-eslint-type-utils-npm-5.17.0-3ebebf42f5-9aad46ea7a.zip) | bin | 43210 -> 43210 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-types-npm-5.18.0-4b43c6dcdf-25d8d6f2f7.zip (renamed from .yarn/cache/@typescript-eslint-types-npm-5.17.0-1c42aaa3e1-06ed4c3c3f.zip) | bin | 27514 -> 27512 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-typescript-estree-npm-5.18.0-1be83409dd-2fc5640621.zip (renamed from .yarn/cache/@typescript-eslint-typescript-estree-npm-5.17.0-843fe64714-589829b1bb.zip) | bin | 127162 -> 127162 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-utils-npm-5.18.0-e3c6f394a0-f0b03a7fe5.zip (renamed from .yarn/cache/@typescript-eslint-utils-npm-5.17.0-04e9362391-88de02eafb.zip) | bin | 122380 -> 122381 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-visitor-keys-npm-5.17.0-468a01309a-333468277b.zip | bin | 9416 -> 0 bytes | |||
| -rw-r--r-- | .yarn/cache/@typescript-eslint-visitor-keys-npm-5.18.0-a2f7984ed2-c856e3cf2f.zip | bin | 0 -> 9430 bytes | |||
| -rw-r--r-- | .yarn/cache/mongodb-npm-4.4.1-51ff496382-5a2924df04.zip | bin | 725686 -> 0 bytes | |||
| -rw-r--r-- | .yarn/cache/mongodb-npm-4.5.0-a0f17b822d-423974a663.zip | bin | 0 -> 679128 bytes | |||
| -rw-r--r-- | .yarn/cache/tsc-watch-npm-5.0.2-1a2dc10fd0-798d2dc223.zip (renamed from .yarn/cache/tsc-watch-npm-4.6.2-ee73e2d0d1-36cf74d45c.zip) | bin | 18901 -> 18915 bytes | |||
| -rw-r--r-- | .yarn/cache/winston-npm-3.6.0-2b486d9bc3-5641837781.zip | bin | 87364 -> 0 bytes | |||
| -rw-r--r-- | .yarn/cache/winston-npm-3.7.2-5336ad5eff-f1f1a860d2.zip | bin | 0 -> 87841 bytes | |||
| -rw-r--r-- | package.json | 14 | ||||
| -rw-r--r-- | yarn.lock | 136 |
18 files changed, 76 insertions, 83 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index daaa5ee..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "recommendations": [ - "arcanis.vscode-zipfs", - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode" - ] -} diff --git a/.vscode/launch.json b/.vscode/launch.json index 7576274..1ab3567 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "skipFiles": [ "<node_internals>/**" ], - "program": "${workspaceFolder}/src/util/config.ts", + "program": "${workspaceFolder}/src/config.ts", "outFiles": [ "${workspaceFolder}/**/*.js" ] diff --git a/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.17.0-dbaffa3f00-62ec611fb3.zip b/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.18.0-113aeb2d78-e8f0e7cfa0.zip Binary files differindex 8a3abfc..98af403 100644 --- a/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.17.0-dbaffa3f00-62ec611fb3.zip +++ b/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.18.0-113aeb2d78-e8f0e7cfa0.zip diff --git a/.yarn/cache/@typescript-eslint-parser-npm-5.17.0-86c42aa2f8-15b855ea84.zip b/.yarn/cache/@typescript-eslint-parser-npm-5.18.0-bcccf7640a-8e007a4980.zip Binary files differindex a86588b..31567f1 100644 --- a/.yarn/cache/@typescript-eslint-parser-npm-5.17.0-86c42aa2f8-15b855ea84.zip +++ b/.yarn/cache/@typescript-eslint-parser-npm-5.18.0-bcccf7640a-8e007a4980.zip diff --git a/.yarn/cache/@typescript-eslint-scope-manager-npm-5.17.0-211aa94b13-8fc28d5742.zip b/.yarn/cache/@typescript-eslint-scope-manager-npm-5.18.0-08725cb26b-c82625ec82.zip Binary files differindex 6d46ab4..a0bf4f8 100644 --- a/.yarn/cache/@typescript-eslint-scope-manager-npm-5.17.0-211aa94b13-8fc28d5742.zip +++ b/.yarn/cache/@typescript-eslint-scope-manager-npm-5.18.0-08725cb26b-c82625ec82.zip diff --git a/.yarn/cache/@typescript-eslint-type-utils-npm-5.17.0-3ebebf42f5-9aad46ea7a.zip b/.yarn/cache/@typescript-eslint-type-utils-npm-5.18.0-6faa08ca9b-a9722e1863.zip Binary files differindex b151fd8..efd7cc5 100644 --- a/.yarn/cache/@typescript-eslint-type-utils-npm-5.17.0-3ebebf42f5-9aad46ea7a.zip +++ b/.yarn/cache/@typescript-eslint-type-utils-npm-5.18.0-6faa08ca9b-a9722e1863.zip diff --git a/.yarn/cache/@typescript-eslint-types-npm-5.17.0-1c42aaa3e1-06ed4c3c3f.zip b/.yarn/cache/@typescript-eslint-types-npm-5.18.0-4b43c6dcdf-25d8d6f2f7.zip Binary files differindex b543568..6e8441d 100644 --- a/.yarn/cache/@typescript-eslint-types-npm-5.17.0-1c42aaa3e1-06ed4c3c3f.zip +++ b/.yarn/cache/@typescript-eslint-types-npm-5.18.0-4b43c6dcdf-25d8d6f2f7.zip diff --git a/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.17.0-843fe64714-589829b1bb.zip b/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.18.0-1be83409dd-2fc5640621.zip Binary files differindex 4102025..6eca85c 100644 --- a/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.17.0-843fe64714-589829b1bb.zip +++ b/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.18.0-1be83409dd-2fc5640621.zip diff --git a/.yarn/cache/@typescript-eslint-utils-npm-5.17.0-04e9362391-88de02eafb.zip b/.yarn/cache/@typescript-eslint-utils-npm-5.18.0-e3c6f394a0-f0b03a7fe5.zip Binary files differindex da728ea..3480180 100644 --- a/.yarn/cache/@typescript-eslint-utils-npm-5.17.0-04e9362391-88de02eafb.zip +++ b/.yarn/cache/@typescript-eslint-utils-npm-5.18.0-e3c6f394a0-f0b03a7fe5.zip diff --git a/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.17.0-468a01309a-333468277b.zip b/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.17.0-468a01309a-333468277b.zip Binary files differdeleted file mode 100644 index b36f22f..0000000 --- a/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.17.0-468a01309a-333468277b.zip +++ /dev/null diff --git a/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.18.0-a2f7984ed2-c856e3cf2f.zip b/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.18.0-a2f7984ed2-c856e3cf2f.zip Binary files differnew file mode 100644 index 0000000..7a808bb --- /dev/null +++ b/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.18.0-a2f7984ed2-c856e3cf2f.zip diff --git a/.yarn/cache/mongodb-npm-4.4.1-51ff496382-5a2924df04.zip b/.yarn/cache/mongodb-npm-4.4.1-51ff496382-5a2924df04.zip Binary files differdeleted file mode 100644 index 2e23b1f..0000000 --- a/.yarn/cache/mongodb-npm-4.4.1-51ff496382-5a2924df04.zip +++ /dev/null diff --git a/.yarn/cache/mongodb-npm-4.5.0-a0f17b822d-423974a663.zip b/.yarn/cache/mongodb-npm-4.5.0-a0f17b822d-423974a663.zip Binary files differnew file mode 100644 index 0000000..e555f08 --- /dev/null +++ b/.yarn/cache/mongodb-npm-4.5.0-a0f17b822d-423974a663.zip diff --git a/.yarn/cache/tsc-watch-npm-4.6.2-ee73e2d0d1-36cf74d45c.zip b/.yarn/cache/tsc-watch-npm-5.0.2-1a2dc10fd0-798d2dc223.zip Binary files differindex a37b828..3966f18 100644 --- a/.yarn/cache/tsc-watch-npm-4.6.2-ee73e2d0d1-36cf74d45c.zip +++ b/.yarn/cache/tsc-watch-npm-5.0.2-1a2dc10fd0-798d2dc223.zip diff --git a/.yarn/cache/winston-npm-3.6.0-2b486d9bc3-5641837781.zip b/.yarn/cache/winston-npm-3.6.0-2b486d9bc3-5641837781.zip Binary files differdeleted file mode 100644 index e08a697..0000000 --- a/.yarn/cache/winston-npm-3.6.0-2b486d9bc3-5641837781.zip +++ /dev/null diff --git a/.yarn/cache/winston-npm-3.7.2-5336ad5eff-f1f1a860d2.zip b/.yarn/cache/winston-npm-3.7.2-5336ad5eff-f1f1a860d2.zip Binary files differnew file mode 100644 index 0000000..74ffcbc --- /dev/null +++ b/.yarn/cache/winston-npm-3.7.2-5336ad5eff-f1f1a860d2.zip diff --git a/package.json b/package.json index dfdd22b..9396ea3 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "handlebars": "^4.7.7", "jsdom": "^19.0.0", "logform": "^2.4.0", - "mongodb": "^4.4.1", + "mongodb": "^4.5.0", "uuid": "^8.3.2", - "winston": "^3.6.0", + "winston": "^3.7.2", "winston-transport": "^4.5.0", "xml2js": "^0.4.23" }, @@ -46,18 +46,18 @@ "@types/triple-beam": "^1.3.2", "@types/uuid": "^8.3.4", "@types/xml2js": "^0.4.9", - "@typescript-eslint/eslint-plugin": "^5.17.0", - "@typescript-eslint/parser": "^5.17.0", + "@typescript-eslint/eslint-plugin": "^5.18.0", + "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-tsdoc": "^0.2.14", - "jest": "^27.4.1", + "jest": "^27.5.1", "prettier": "^2.6.2", "supertest": "^6.2.2", "triple-beam": "^1.3.0", "ts-jest": "^27.1.4", - "tsc-watch": "^4.6.2", + "tsc-watch": "^5.0.2", "typedoc": "^0.22.13", "typescript": "^4.6.3" }, @@ -76,7 +76,7 @@ ], "coverageThreshold": { "global": { - "branches": 85, + "branches": 80, "functions": 85, "lines": 85, "statements": 85 @@ -1365,13 +1365,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/eslint-plugin@npm:5.17.0" +"@typescript-eslint/eslint-plugin@npm:^5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/eslint-plugin@npm:5.18.0" dependencies: - "@typescript-eslint/scope-manager": 5.17.0 - "@typescript-eslint/type-utils": 5.17.0 - "@typescript-eslint/utils": 5.17.0 + "@typescript-eslint/scope-manager": 5.18.0 + "@typescript-eslint/type-utils": 5.18.0 + "@typescript-eslint/utils": 5.18.0 debug: ^4.3.2 functional-red-black-tree: ^1.0.1 ignore: ^5.1.8 @@ -1384,42 +1384,42 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 62ec611fb384f27fc5b101fc8a0642ae94b2975618d37d3157c2f887cf89b389624e9d476bff303073d038076c05e6c00f3b205af3b2302967e720e99cd18d38 + checksum: e8f0e7cfa0d102b1006a0f674fbba6cfc3d5a609d3ebb07306d744d3db91080659cd2b9935ccbde2ad9bbbe9543bc47540df1ffada0e7676dd38957cdffd7436 languageName: node linkType: hard -"@typescript-eslint/parser@npm:^5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/parser@npm:5.17.0" +"@typescript-eslint/parser@npm:^5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/parser@npm:5.18.0" dependencies: - "@typescript-eslint/scope-manager": 5.17.0 - "@typescript-eslint/types": 5.17.0 - "@typescript-eslint/typescript-estree": 5.17.0 + "@typescript-eslint/scope-manager": 5.18.0 + "@typescript-eslint/types": 5.18.0 + "@typescript-eslint/typescript-estree": 5.18.0 debug: ^4.3.2 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 15b855ea84e44371366d44b5add87ed0dc34b856ca8a6949ecc4066faaf3ea3d7e016ea92db06ab97a637530148c472c38c19cc5eff68b691701ff89dc5c1abc + checksum: 8e007a4980eb8794621bf51404b6ecc923eeffc661d7da2fac9d5c79f6ea70735322953dd88ee4a9b06d916f43e4cc633d724a5cf70c0a10a8cd251d54e67ff4 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/scope-manager@npm:5.17.0" +"@typescript-eslint/scope-manager@npm:5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/scope-manager@npm:5.18.0" dependencies: - "@typescript-eslint/types": 5.17.0 - "@typescript-eslint/visitor-keys": 5.17.0 - checksum: 8fc28d5742f36994ce05f09b0000f696a600d6f757f39ccae7875c08398b266f21d48ed1dfb027549d9c6692255a1fb3e8482ef94d765bb134371824da7d5ba7 + "@typescript-eslint/types": 5.18.0 + "@typescript-eslint/visitor-keys": 5.18.0 + checksum: c82625ec8293afea6e3df035612e7a7ccf3b23476a9b20bf7eb1190a52bca1886a3ea479d6b6b92eaac77dbbb2a23112b03e97f894aac39c45f7442672338cb6 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/type-utils@npm:5.17.0" +"@typescript-eslint/type-utils@npm:5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/type-utils@npm:5.18.0" dependencies: - "@typescript-eslint/utils": 5.17.0 + "@typescript-eslint/utils": 5.18.0 debug: ^4.3.2 tsutils: ^3.21.0 peerDependencies: @@ -1427,23 +1427,23 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 9aad46ea7a757ec4584b9d9c995e94543bf40af7d85b2f502d66db08d7f03468c858320fccb4942238b0bb9e2d432df3d9861cf21624b0c57660c88b1d91a7d4 + checksum: a9722e18635d98ed7b468b1915d4bc9ef3de6dd85bfe734d932465977f9952655171cb5c886c7d42145ebb8ef1b5b7fcf50e9937a9370080246a7bae4cbd1047 languageName: node linkType: hard -"@typescript-eslint/types@npm:5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/types@npm:5.17.0" - checksum: 06ed4c3c3f0a05bee9c23b6cb5eb679336c0f4769beb28848e8ce674f726fec88adba059f20e0b0f7271685d7f5480931b3bcafcf6b60044b93da162e29f3f68 +"@typescript-eslint/types@npm:5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/types@npm:5.18.0" + checksum: 25d8d6f2f70ac4e93f4759a4927290749f528bce2150a87cde08200d706a6147880ca2ceeb8c93e0f370aace096c878096cd45427a59538877ac2121df8aaa01 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/typescript-estree@npm:5.17.0" +"@typescript-eslint/typescript-estree@npm:5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/typescript-estree@npm:5.18.0" dependencies: - "@typescript-eslint/types": 5.17.0 - "@typescript-eslint/visitor-keys": 5.17.0 + "@typescript-eslint/types": 5.18.0 + "@typescript-eslint/visitor-keys": 5.18.0 debug: ^4.3.2 globby: ^11.0.4 is-glob: ^4.0.3 @@ -1452,33 +1452,33 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 589829b1bb1d7e704de6a35dd9a39c70a3ca54b0885b68aad54a864bc5e5a11ce43f917c3f15f0afe9bc734a250288efdf03dfbed70b8fe0cc12f759e2e1f8ef + checksum: 2fc564062180a0623966061ecd0c9ecf4dfaa2350cc9b7584444cdc71afa615c2bafe75f7ea684289e38b4fd73d33766f4a99f2c1999321ba3826ad7ccbf4ea9 languageName: node linkType: hard -"@typescript-eslint/utils@npm:5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/utils@npm:5.17.0" +"@typescript-eslint/utils@npm:5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/utils@npm:5.18.0" dependencies: "@types/json-schema": ^7.0.9 - "@typescript-eslint/scope-manager": 5.17.0 - "@typescript-eslint/types": 5.17.0 - "@typescript-eslint/typescript-estree": 5.17.0 + "@typescript-eslint/scope-manager": 5.18.0 + "@typescript-eslint/types": 5.18.0 + "@typescript-eslint/typescript-estree": 5.18.0 eslint-scope: ^5.1.1 eslint-utils: ^3.0.0 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 88de02eafb7d39950c520c53aa07ffe63c95ca7ef2262c39d2afd3c6aabcd5d717ba61f74314f5bc9c27588b721ff016b45af6fc1de88801c6ac4bf5ebaf8775 + checksum: f0b03a7fe557ce97480b3824043900e563c173d46a759c8272d92ecaf32ff96e98212df76dbd2d20dc91ce512e6219bb69c9036896b8d7e22eec22366f80381b languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:5.17.0": - version: 5.17.0 - resolution: "@typescript-eslint/visitor-keys@npm:5.17.0" +"@typescript-eslint/visitor-keys@npm:5.18.0": + version: 5.18.0 + resolution: "@typescript-eslint/visitor-keys@npm:5.18.0" dependencies: - "@typescript-eslint/types": 5.17.0 + "@typescript-eslint/types": 5.18.0 eslint-visitor-keys: ^3.0.0 - checksum: 333468277b50e2fc381ba1b99ccb410046c422e0329c791c51bea62e705edd16ba97f75b668c6945a3ea3dc43b89a1739693ea60bfa241c67ce42e8b474e5048 + checksum: c856e3cf2fde3008e1d9bea3c73bc60d9060c7cb6d6ea186c20db9d74eff84986365f518dd1b4e142dca179e9a5cd7a6ed4381173d6abfd0ebd4d16d5cf50b94 languageName: node linkType: hard @@ -1679,8 +1679,8 @@ __metadata: "@types/triple-beam": ^1.3.2 "@types/uuid": ^8.3.4 "@types/xml2js": ^0.4.9 - "@typescript-eslint/eslint-plugin": ^5.17.0 - "@typescript-eslint/parser": ^5.17.0 + "@typescript-eslint/eslint-plugin": ^5.18.0 + "@typescript-eslint/parser": ^5.18.0 badgen: ^3.2.2 bson: ^4.6.2 dotenv: ^16.0.0 @@ -1691,19 +1691,19 @@ __metadata: express: ^4.17.3 express-winston: ^4.2.0 handlebars: ^4.7.7 - jest: ^27.4.1 + jest: ^27.5.1 jsdom: ^19.0.0 logform: ^2.4.0 - mongodb: ^4.4.1 + mongodb: ^4.5.0 prettier: ^2.6.2 supertest: ^6.2.2 triple-beam: ^1.3.0 ts-jest: ^27.1.4 - tsc-watch: ^4.6.2 + tsc-watch: ^5.0.2 typedoc: ^0.22.13 typescript: ^4.6.3 uuid: ^8.3.2 - winston: ^3.6.0 + winston: ^3.7.2 winston-transport: ^4.5.0 xml2js: ^0.4.23 languageName: unknown @@ -1976,7 +1976,7 @@ __metadata: languageName: node linkType: hard -"bson@npm:^4.6.1, bson@npm:^4.6.2": +"bson@npm:^4.6.2": version: 4.6.2 resolution: "bson@npm:4.6.2" dependencies: @@ -4321,7 +4321,7 @@ fsevents@^2.3.2: languageName: node linkType: hard -"jest@npm:^27.4.1": +"jest@npm:^27.5.1": version: 27.5.1 resolution: "jest@npm:27.5.1" dependencies: @@ -4898,11 +4898,11 @@ fsevents@^2.3.2: languageName: node linkType: hard -"mongodb@npm:^4.4.1": - version: 4.4.1 - resolution: "mongodb@npm:4.4.1" +"mongodb@npm:^4.5.0": + version: 4.5.0 + resolution: "mongodb@npm:4.5.0" dependencies: - bson: ^4.6.1 + bson: ^4.6.2 denque: ^2.0.1 mongodb-connection-string-url: ^2.5.2 saslprep: ^1.0.3 @@ -4910,7 +4910,7 @@ fsevents@^2.3.2: dependenciesMeta: saslprep: optional: true - checksum: 5a2924df04612cc3dfd54e6f4a9b4ab01683fe2bcb8a6aa424485939fc213aea4c7e9b59ef244aa30ccc14948906990335a6371310fe354aec8206983f3f733a + checksum: 423974a663c90e6673226a9ad691e8b445ecd43fc4e9e424343644b20c35188bd3d6692dcc2798022cc6b5c6f4391b54747c7543134b46f93cb3da428e5f9246 languageName: node linkType: hard @@ -6291,9 +6291,9 @@ resolve@~1.19.0: languageName: node linkType: hard -"tsc-watch@npm:^4.6.2": - version: 4.6.2 - resolution: "tsc-watch@npm:4.6.2" +"tsc-watch@npm:^5.0.2": + version: 5.0.2 + resolution: "tsc-watch@npm:5.0.2" dependencies: cross-spawn: ^7.0.3 node-cleanup: ^2.1.2 @@ -6304,7 +6304,7 @@ resolve@~1.19.0: typescript: "*" bin: tsc-watch: index.js - checksum: 36cf74d45c7c32d2db70f784d153d36c5a010d0d9e138a835c6e7d804a8593f6784688a64deb818e74f84c622c4b73695d1380630e7b24a24ca7d96aeeea5ea5 + checksum: 798d2dc2234a185fe6f9c096c67ba405eea8ae5bb577b5019d35e732508d8ad3346b93222c681c2c4d3c6a85d8512642e221c259d9775e27538fdf3ab5011753 languageName: node linkType: hard @@ -6684,9 +6684,9 @@ typescript@^4.6.3: languageName: node linkType: hard -"winston@npm:^3.6.0": - version: 3.6.0 - resolution: "winston@npm:3.6.0" +"winston@npm:^3.7.2": + version: 3.7.2 + resolution: "winston@npm:3.7.2" dependencies: "@dabh/diagnostics": ^2.0.2 async: ^3.2.3 @@ -6698,7 +6698,7 @@ typescript@^4.6.3: stack-trace: 0.0.x triple-beam: ^1.3.0 winston-transport: ^4.5.0 - checksum: 5641837781046a2f73111dfb2af500e88f4350521d01de184d33ac8ee60c28047a8897bd2ab7b438b3812fc31a88bbbee13fd9ed617d60bd16a56d0143e423dc + checksum: f1f1a860d2fa228b50880b20aaa6cc121085907791fe0d814ff9c062640f6b65da321726322094e7667eb63088b3bb67e7b4e219d998f29efcc6f583185a1cd3 languageName: node linkType: hard |
