Skip to content

Commit dae5d46

Browse files
committed
2 parents 250b37b + 6f5d601 commit dae5d46

3 files changed

Lines changed: 46 additions & 44 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v1
25+
uses: github/codeql-action/init@v2
2626

2727
- name: Autobuild
28-
uses: github/codeql-action/autobuild@v1
28+
uses: github/codeql-action/autobuild@v2
2929

3030
- name: Perform CodeQL Analysis
31-
uses: github/codeql-action/analyze@v1
31+
uses: github/codeql-action/analyze@v2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"@types/node": "18.0.0",
4949
"@typescript-eslint/eslint-plugin": "5.20.0",
5050
"@typescript-eslint/parser": "5.20.0",
51-
"eslint": "8.14.0",
51+
"eslint": "8.18.0",
5252
"eslint-config-prettier": "8.5.0",
5353
"eslint-plugin-jest": "26.5.3",
5454
"eslint-plugin-prettier": "4.0.0",
5555
"jest": "27.5.1",
5656
"jest-circus": "27.5.1",
5757
"nock": "13.2.4",
58-
"prettier": "2.6.2",
58+
"prettier": "2.7.1",
5959
"ts-jest": "27.1.4",
6060
"typescript": "4.7.4"
6161
}

yarn.lock

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -599,19 +599,19 @@
599599
version "0.2.3"
600600
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
601601

602-
"@eslint/eslintrc@^1.2.2":
603-
version "1.2.2"
604-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
605-
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
602+
"@eslint/eslintrc@^1.3.0":
603+
version "1.3.0"
604+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
605+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
606606
dependencies:
607607
ajv "^6.12.4"
608608
debug "^4.3.2"
609-
espree "^9.3.1"
610-
globals "^13.9.0"
609+
espree "^9.3.2"
610+
globals "^13.15.0"
611611
ignore "^5.2.0"
612612
import-fresh "^3.2.1"
613613
js-yaml "^4.1.0"
614-
minimatch "^3.0.4"
614+
minimatch "^3.1.2"
615615
strip-json-comments "^3.1.1"
616616

617617
"@humanwhocodes/config-array@^0.9.2":
@@ -1062,9 +1062,10 @@ acorn-globals@^6.0.0:
10621062
acorn "^7.1.1"
10631063
acorn-walk "^7.1.1"
10641064

1065-
acorn-jsx@^5.3.1:
1066-
version "5.3.1"
1067-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1065+
acorn-jsx@^5.3.2:
1066+
version "5.3.2"
1067+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
1068+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
10681069

10691070
acorn-walk@^7.1.1:
10701071
version "7.1.1"
@@ -1079,10 +1080,10 @@ acorn@^8.2.4:
10791080
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
10801081
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
10811082

1082-
acorn@^8.7.0:
1083-
version "8.7.0"
1084-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
1085-
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
1083+
acorn@^8.7.1:
1084+
version "8.7.1"
1085+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1086+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
10861087

10871088
agent-base@6:
10881089
version "6.0.2"
@@ -1567,12 +1568,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
15671568
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
15681569
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
15691570

1570-
eslint@8.14.0:
1571-
version "8.14.0"
1572-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
1573-
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
1571+
eslint@8.18.0:
1572+
version "8.18.0"
1573+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
1574+
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
15741575
dependencies:
1575-
"@eslint/eslintrc" "^1.2.2"
1576+
"@eslint/eslintrc" "^1.3.0"
15761577
"@humanwhocodes/config-array" "^0.9.2"
15771578
ajv "^6.10.0"
15781579
chalk "^4.0.0"
@@ -1583,14 +1584,14 @@ eslint@8.14.0:
15831584
eslint-scope "^7.1.1"
15841585
eslint-utils "^3.0.0"
15851586
eslint-visitor-keys "^3.3.0"
1586-
espree "^9.3.1"
1587+
espree "^9.3.2"
15871588
esquery "^1.4.0"
15881589
esutils "^2.0.2"
15891590
fast-deep-equal "^3.1.3"
15901591
file-entry-cache "^6.0.1"
15911592
functional-red-black-tree "^1.0.1"
15921593
glob-parent "^6.0.1"
1593-
globals "^13.6.0"
1594+
globals "^13.15.0"
15941595
ignore "^5.2.0"
15951596
import-fresh "^3.0.0"
15961597
imurmurhash "^0.1.4"
@@ -1599,7 +1600,7 @@ eslint@8.14.0:
15991600
json-stable-stringify-without-jsonify "^1.0.1"
16001601
levn "^0.4.1"
16011602
lodash.merge "^4.6.2"
1602-
minimatch "^3.0.4"
1603+
minimatch "^3.1.2"
16031604
natural-compare "^1.4.0"
16041605
optionator "^0.9.1"
16051606
regexpp "^3.2.0"
@@ -1608,13 +1609,13 @@ eslint@8.14.0:
16081609
text-table "^0.2.0"
16091610
v8-compile-cache "^2.0.3"
16101611

1611-
espree@^9.3.1:
1612-
version "9.3.1"
1613-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
1614-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
1612+
espree@^9.3.2:
1613+
version "9.3.2"
1614+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
1615+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
16151616
dependencies:
1616-
acorn "^8.7.0"
1617-
acorn-jsx "^5.3.1"
1617+
acorn "^8.7.1"
1618+
acorn-jsx "^5.3.2"
16181619
eslint-visitor-keys "^3.3.0"
16191620

16201621
esprima@^4.0.0, esprima@^4.0.1:
@@ -1821,10 +1822,10 @@ globals@^11.1.0:
18211822
version "11.12.0"
18221823
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
18231824

1824-
globals@^13.6.0, globals@^13.9.0:
1825-
version "13.12.0"
1826-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
1827-
integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
1825+
globals@^13.15.0:
1826+
version "13.15.0"
1827+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
1828+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
18281829
dependencies:
18291830
type-fest "^0.20.2"
18301831

@@ -2624,9 +2625,10 @@ mimic-fn@^2.1.0:
26242625
version "2.1.0"
26252626
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
26262627

2627-
minimatch@^3.0.4:
2628-
version "3.0.4"
2629-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
2628+
minimatch@^3.0.4, minimatch@^3.1.2:
2629+
version "3.1.2"
2630+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2631+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
26302632
dependencies:
26312633
brace-expansion "^1.1.7"
26322634

@@ -2826,10 +2828,10 @@ prettier-linter-helpers@^1.0.0:
28262828
dependencies:
28272829
fast-diff "^1.1.2"
28282830

2829-
prettier@2.6.2:
2830-
version "2.6.2"
2831-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
2832-
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
2831+
prettier@2.7.1:
2832+
version "2.7.1"
2833+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
2834+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
28332835

28342836
pretty-format@^27.0.0, pretty-format@^27.5.1:
28352837
version "27.5.1"

0 commit comments

Comments
 (0)