Skip to content

Commit c204f43

Browse files
chore(): resolve conflicts
1 parent cd4eb1b commit c204f43

File tree

2 files changed

+48
-35
lines changed

2 files changed

+48
-35
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@types/ws": "8.2.2",
3838
"class-transformer": "0.5.1",
3939
"class-validator": "0.13.2",
40-
"eslint": "8.4.1",
40+
"eslint": "8.6.0",
4141
"eslint-config-prettier": "8.3.0",
42-
"eslint-plugin-import": "2.25.3",
42+
"eslint-plugin-import": "2.25.4",
4343
"graphql": "15.8.0",
4444
"graphql-subscriptions": "2.0.0",
4545
"husky": "7.0.4",
@@ -51,7 +51,7 @@
5151
"reflect-metadata": "0.1.13",
5252
"release-it": "14.11.8",
5353
"rimraf": "3.0.2",
54-
"rxjs": "7.4.0",
54+
"rxjs": "7.5.1",
5555
"supertest": "6.1.6",
5656
"ts-jest": "27.1.1",
5757
"ts-node": "10.4.0",

yarn.lock

Lines changed: 45 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,6 +2375,11 @@ acorn@^8.6.0:
23752375
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
23762376
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
23772377

2378+
acorn@^8.7.0:
2379+
version "8.7.0"
2380+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
2381+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
2382+
23782383
add-stream@^1.0.0:
23792384
version "1.0.0"
23802385
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -4239,33 +4244,32 @@ eslint-import-resolver-node@^0.3.6:
42394244
debug "^3.2.7"
42404245
resolve "^1.20.0"
42414246

4242-
eslint-module-utils@^2.7.1:
4243-
version "2.7.1"
4244-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
4245-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
4247+
eslint-module-utils@^2.7.2:
4248+
version "2.7.2"
4249+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
4250+
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
42464251
dependencies:
42474252
debug "^3.2.7"
42484253
find-up "^2.1.0"
4249-
pkg-dir "^2.0.0"
42504254

4251-
4252-
version "2.25.3"
4253-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
4254-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
4255+
4256+
version "2.25.4"
4257+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
4258+
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
42554259
dependencies:
42564260
array-includes "^3.1.4"
42574261
array.prototype.flat "^1.2.5"
42584262
debug "^2.6.9"
42594263
doctrine "^2.1.0"
42604264
eslint-import-resolver-node "^0.3.6"
4261-
eslint-module-utils "^2.7.1"
4265+
eslint-module-utils "^2.7.2"
42624266
has "^1.0.3"
42634267
is-core-module "^2.8.0"
42644268
is-glob "^4.0.3"
42654269
minimatch "^3.0.4"
42664270
object.values "^1.1.5"
42674271
resolve "^1.20.0"
4268-
tsconfig-paths "^3.11.0"
4272+
tsconfig-paths "^3.12.0"
42694273

42704274
eslint-scope@^5.1.1:
42714275
version "5.1.1"
@@ -4305,10 +4309,10 @@ eslint-visitor-keys@^3.1.0:
43054309
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
43064310
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
43074311

4308-
eslint@8.4.1:
4309-
version "8.4.1"
4310-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.4.1.tgz#d6531bbf3e598dffd7c0c7d35ec52a0b30fdfa2d"
4311-
integrity sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==
4312+
eslint@8.6.0:
4313+
version "8.6.0"
4314+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
4315+
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
43124316
dependencies:
43134317
"@eslint/eslintrc" "^1.0.5"
43144318
"@humanwhocodes/config-array" "^0.9.2"
@@ -4322,7 +4326,7 @@ [email protected]:
43224326
eslint-scope "^7.1.0"
43234327
eslint-utils "^3.0.0"
43244328
eslint-visitor-keys "^3.1.0"
4325-
espree "^9.2.0"
4329+
espree "^9.3.0"
43264330
esquery "^1.4.0"
43274331
esutils "^2.0.2"
43284332
fast-deep-equal "^3.1.3"
@@ -4358,6 +4362,15 @@ espree@^9.2.0:
43584362
acorn-jsx "^5.3.1"
43594363
eslint-visitor-keys "^3.1.0"
43604364

4365+
espree@^9.3.0:
4366+
version "9.3.0"
4367+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
4368+
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
4369+
dependencies:
4370+
acorn "^8.7.0"
4371+
acorn-jsx "^5.3.1"
4372+
eslint-visitor-keys "^3.1.0"
4373+
43614374
esprima@^4.0.0, esprima@^4.0.1:
43624375
version "4.0.1"
43634376
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -8077,13 +8090,6 @@ pirates@^4.0.1:
80778090
dependencies:
80788091
node-modules-regexp "^1.0.0"
80798092

8080-
pkg-dir@^2.0.0:
8081-
version "2.0.0"
8082-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
8083-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
8084-
dependencies:
8085-
find-up "^2.1.0"
8086-
80878093
pkg-dir@^4.2.0:
80888094
version "4.2.0"
80898095
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -8698,12 +8704,12 @@ run-parallel@^1.1.9:
86988704
dependencies:
86998705
queue-microtask "^1.2.2"
87008706

8701-
rxjs@7.4.0, rxjs@^7.2.0, rxjs@^7.4.0:
8702-
version "7.4.0"
8703-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
8704-
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
8707+
rxjs@7.5.1:
8708+
version "7.5.1"
8709+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.1.tgz#af73df343cbcab37628197f43ea0c8256f54b157"
8710+
integrity sha512-KExVEeZWxMZnZhUZtsJcFwz8IvPvgu4G2Z2QyqjZQzUGr32KDYuSxrEYO4w3tFFNbfLozcrKUTvTPi+E9ywJkQ==
87058711
dependencies:
8706-
tslib "~2.1.0"
8712+
tslib "^2.1.0"
87078713

87088714
rxjs@^6.6.0:
87098715
version "6.6.7"
@@ -8712,6 +8718,13 @@ rxjs@^6.6.0:
87128718
dependencies:
87138719
tslib "^1.9.0"
87148720

8721+
rxjs@^7.2.0, rxjs@^7.4.0:
8722+
version "7.4.0"
8723+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
8724+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
8725+
dependencies:
8726+
tslib "~2.1.0"
8727+
87158728
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
87168729
version "5.1.2"
87178730
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -9553,10 +9566,10 @@ ts-node@^9:
95539566
source-map-support "^0.5.17"
95549567
yn "3.1.1"
95559568

9556-
tsconfig-paths@^3.11.0:
9557-
version "3.11.0"
9558-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
9559-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
9569+
tsconfig-paths@^3.12.0:
9570+
version "3.12.0"
9571+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
9572+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
95609573
dependencies:
95619574
"@types/json5" "^0.0.29"
95629575
json5 "^1.0.1"

0 commit comments

Comments
 (0)