Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -129,7 +129,7 @@
"cspell": "6.31.1",
"dateformat": "5.0.3",
"esbuild": "0.17.18",
"eslint": "8.39.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
83 changes: 50 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -992,27 +992,27 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^2.0.2":
version: 2.0.2
resolution: "@eslint/eslintrc@npm:2.0.2"
"@eslint/eslintrc@npm:^2.0.3":
version: 2.0.3
resolution: "@eslint/eslintrc@npm:2.0.3"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
espree: "npm:^9.5.1"
espree: "npm:^9.5.2"
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: 95c94b88d32373e07b14c6697df329f952ad79b0d8a1388f90e7753dfaba4c17d80295c9537e812056385a93b09971108a4c647d56e2c81e0856e9968d4062ac
checksum: 41c404e8cbca6e0717bce15425f15d34514c38ebcef5daf99467d405733bae73908227feea4d04edc64906e89cc53f30391c31864a5e51b3d3838a05a3a97356
languageName: node
linkType: hard

"@eslint/js@npm:8.39.0":
version: 8.39.0
resolution: "@eslint/js@npm:8.39.0"
checksum: 731360c47e3b2312b73e1f582c6105a585bb82a7ae1cd00d36d31d20a8616108aa4b8c286cf73f8fd05b24d49fd141aa40457ab54c1145b70a62346df78081cd
"@eslint/js@npm:8.42.0":
version: 8.42.0
resolution: "@eslint/js@npm:8.42.0"
checksum: 3d9e3276394de4945481164c88820cf873ea85c015d0ec0f96cdc89c9f59b546462dd018e425a96f4071c17e7d5aaafff32c95420b738bce7b9829345eebae20
languageName: node
linkType: hard

Expand Down Expand Up @@ -1073,7 +1073,7 @@ __metadata:
cspell: "npm:6.31.1"
dateformat: "npm:5.0.3"
esbuild: "npm:0.17.18"
eslint: "npm:8.39.0"
eslint: "npm:8.42.0"
eslint-config-prettier: "npm:8.8.0"
eslint-plugin-chai-expect: "npm:3.0.0"
eslint-plugin-jest-formatting: "npm:3.1.0"
Expand Down Expand Up @@ -1642,14 +1642,14 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.11.8":
version: 0.11.8
resolution: "@humanwhocodes/config-array@npm:0.11.8"
"@humanwhocodes/config-array@npm:^0.11.10":
version: 0.11.10
resolution: "@humanwhocodes/config-array@npm:0.11.10"
dependencies:
"@humanwhocodes/object-schema": "npm:^1.2.1"
debug: "npm:^4.1.1"
minimatch: "npm:^3.0.5"
checksum: 010892ba3c237e96562df1f21a7e04b611274f2c91b4df6c8263eb7d2ffcec3a5bfcab67b13d9c4acc8a2e3f94cb61d7ced772ecd445b226fb41b88c93e9194c
checksum: d8b3afa90dc46f4cbad48dd54e9bb39918a01fbfb16cc931fb55db8c967c1575fc21d4a5f8055f4728697246eafafc95e23c97370ff30ada621f4b581bed3f9d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4396,15 +4396,22 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.39.0":
version: 8.39.0
resolution: "eslint@npm:8.39.0"
"eslint-visitor-keys@npm:^3.4.1":
version: 3.4.1
resolution: "eslint-visitor-keys@npm:3.4.1"
checksum: 97db79746bfe11a3ab0e60ce454cd809e7ac167ddd7d28736845ba57b8402d6b5d6c10fed2decf8c4026f7d3d659ebc024336ef30fdf473f0402bb1237c6a410
languageName: node
linkType: hard

"eslint@npm:8.42.0":
version: 8.42.0
resolution: "eslint@npm:8.42.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.4.0"
"@eslint/eslintrc": "npm:^2.0.2"
"@eslint/js": "npm:8.39.0"
"@humanwhocodes/config-array": "npm:^0.11.8"
"@eslint/eslintrc": "npm:^2.0.3"
"@eslint/js": "npm:8.42.0"
"@humanwhocodes/config-array": "npm:^0.11.10"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@nodelib/fs.walk": "npm:^1.2.8"
ajv: "npm:^6.10.0"
Expand All @@ -4414,22 +4421,21 @@ __metadata:
doctrine: "npm:^3.0.0"
escape-string-regexp: "npm:^4.0.0"
eslint-scope: "npm:^7.2.0"
eslint-visitor-keys: "npm:^3.4.0"
espree: "npm:^9.5.1"
eslint-visitor-keys: "npm:^3.4.1"
espree: "npm:^9.5.2"
esquery: "npm:^1.4.2"
esutils: "npm:^2.0.2"
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.2"
globals: "npm:^13.19.0"
grapheme-splitter: "npm:^1.0.4"
graphemer: "npm:^1.4.0"
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"
levn: "npm:^0.4.1"
Expand All @@ -4442,11 +4448,11 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: 742b8d2c8771b6b2875556eeb673db1c320edf03f2b424b399cf77b77677cf067f285405565bc71f5ddfbdb32c08bf278c1cad31009ebde20a2755a6c29796fe
checksum: 1fd613026fd7d8f448e919def158ca92295ed85c28712e318be4fe82758beb7659a31aff3c5047c564dbb3f48ec129184210634a287335bcb189bb3b6fc755a1
languageName: node
linkType: hard

"espree@npm:^9.0.0, espree@npm:^9.5.1":
"espree@npm:^9.0.0":
version: 9.5.1
resolution: "espree@npm:9.5.1"
dependencies:
Expand All @@ -4457,6 +4463,17 @@ __metadata:
languageName: node
linkType: hard

"espree@npm:^9.5.2":
version: 9.5.2
resolution: "espree@npm:9.5.2"
dependencies:
acorn: "npm:^8.8.0"
acorn-jsx: "npm:^5.3.2"
eslint-visitor-keys: "npm:^3.4.1"
checksum: 05c52faae1e5c72ba3ab639d06937a0570d64946d9062762cac1918c70921f67a17e1370a3503af1eb9ff27f36f9c1932389fcc810a98e9ee9887597d07911e5
languageName: node
linkType: hard

"esprima@npm:^4.0.1":
version: 4.0.1
resolution: "esprima@npm:4.0.1"
Expand Down Expand Up @@ -5062,6 +5079,13 @@ __metadata:
languageName: node
linkType: hard

"graphemer@npm:^1.4.0":
version: 1.4.0
resolution: "graphemer@npm:1.4.0"
checksum: a4ee139533e1d1683edb24eaf3e598451e7f1577da3dfc68f247f0601d5d11d264d0ccfad3de3bfcabbed891140fbae84c0403b9d68f4fcb6431c418f971434e
languageName: node
linkType: hard

"graphql-config@npm:4.5.0, graphql-config@npm:^4.4.0":
version: 4.5.0
resolution: "graphql-config@npm:4.5.0"
Expand Down Expand Up @@ -5684,13 +5708,6 @@ __metadata:
languageName: node
linkType: hard

"js-sdsl@npm:^4.1.4":
version: 4.3.0
resolution: "js-sdsl@npm:4.3.0"
checksum: ad20a4f5fd32cbdbb8d9ac61a44bf6205027da0ec8e6051948951476b102dbb6d84668fe94b84a6a8fb77de960614d5baa1ef22331850727fc33c510eb5fb4b4
languageName: node
linkType: hard

"js-string-escape@npm:^1.0.1":
version: 1.0.1
resolution: "js-string-escape@npm:1.0.1"
Expand Down