Skip to content

Commit a4d52ff

Browse files
Update dependency eslint to v8.16.0
1 parent e7edcde commit a4d52ff

File tree

7 files changed

+48
-43
lines changed

7 files changed

+48
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@typescript-eslint/eslint-plugin": "5.23.0",
2929
"@typescript-eslint/parser": "5.23.0",
3030
"bumbailiff": "0.4.0",
31-
"eslint": "8.12.0",
31+
"eslint": "8.16.0",
3232
"eslint-config-prettier": "8.5.0",
3333
"eslint-plugin-prettier": "4.0.0",
3434
"husky": "7.0.4",

packages/acceptance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@cucumber/cucumber": "7.3.2",
3636
"@types/node": "15.6.1",
37-
"eslint": "8.12.0",
37+
"eslint": "8.16.0",
3838
"eslint-config-prettier": "8.5.0",
3939
"eslint-plugin-prettier": "4.0.0",
4040
"hamjest": "mattwynne/hamjest#master",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/supertest": "2.0.12",
5050
"@types/triple-beam": "1.3.2",
5151
"cucumber-pretty": "6.0.1",
52-
"eslint": "8.12.0",
52+
"eslint": "8.16.0",
5353
"eslint-config-prettier": "8.5.0",
5454
"eslint-plugin-prettier": "4.0.0",
5555
"hamjest": "3.7.3",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@types/mocha": "9.1.1",
3636
"@types/node": "15.6.1",
37-
"eslint": "8.12.0",
37+
"eslint": "8.16.0",
3838
"eslint-config-prettier": "8.5.0",
3939
"eslint-plugin-prettier": "4.0.0",
4040
"hamjest": "mattwynne/hamjest#master",

packages/local-clones/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/mocha": "9.1.1",
4242
"@types/node": "15.14.9",
4343
"@types/tmp": "0.2.3",
44-
"eslint": "8.12.0",
44+
"eslint": "8.16.0",
4545
"eslint-config-prettier": "8.5.0",
4646
"eslint-plugin-prettier": "4.0.0",
4747
"hamjest": "mattwynne/hamjest#master",

packages/message-dispatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/mocha": "9.1.1",
1717
"@types/node": "15.6.1",
18-
"eslint": "8.12.0",
18+
"eslint": "8.16.0",
1919
"eslint-config-prettier": "8.5.0",
2020
"eslint-plugin-prettier": "4.0.0",
2121
"hamjest": "mattwynne/hamjest#master",

yarn.lock

Lines changed: 42 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@
133133
resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-3.0.1.tgz#ca0702342bc4234ad73d9de3f1bf97461c3b5eb7"
134134
integrity sha512-OGCXaJ1BQXmQ5b9pw+JYsBGumK2/LPZiLmbj1o1JFVeSNs2PY8WPQFSyXrskhrHz5Nd/6lYg7lvGMtFHOncC4w==
135135

136-
"@eslint/eslintrc@^1.2.1":
137-
version "1.2.1"
138-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
139-
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
136+
"@eslint/eslintrc@^1.3.0":
137+
version "1.3.0"
138+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
139+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
140140
dependencies:
141141
ajv "^6.12.4"
142142
debug "^4.3.2"
143-
espree "^9.3.1"
144-
globals "^13.9.0"
143+
espree "^9.3.2"
144+
globals "^13.15.0"
145145
ignore "^5.2.0"
146146
import-fresh "^3.2.1"
147147
js-yaml "^4.1.0"
148-
minimatch "^3.0.4"
148+
minimatch "^3.1.2"
149149
strip-json-comments "^3.1.1"
150150

151151
"@hapi/bourne@^2.0.0":
@@ -872,21 +872,26 @@ accepts@^1.3.5, accepts@~1.3.7:
872872
mime-types "~2.1.24"
873873
negotiator "0.6.2"
874874

875-
acorn-jsx@^5.3.1:
876-
version "5.3.1"
877-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
878-
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
875+
acorn-jsx@^5.3.2:
876+
version "5.3.2"
877+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
878+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
879879

880880
acorn-walk@^8.1.1:
881881
version "8.2.0"
882882
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
883883
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
884884

885-
acorn@^8.4.1, acorn@^8.7.0:
885+
acorn@^8.4.1:
886886
version "8.7.0"
887887
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
888888
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
889889

890+
acorn@^8.7.1:
891+
version "8.7.1"
892+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
893+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
894+
890895
agent-base@2:
891896
version "2.1.1"
892897
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-2.1.1.tgz#d6de10d5af6132d5bd692427d46fc538539094c7"
@@ -2179,12 +2184,12 @@ eslint-visitor-keys@^3.3.0:
21792184
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
21802185
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
21812186

2182-
eslint@8.12.0:
2183-
version "8.12.0"
2184-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e"
2185-
integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==
2187+
eslint@8.16.0:
2188+
version "8.16.0"
2189+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
2190+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
21862191
dependencies:
2187-
"@eslint/eslintrc" "^1.2.1"
2192+
"@eslint/eslintrc" "^1.3.0"
21882193
"@humanwhocodes/config-array" "^0.9.2"
21892194
ajv "^6.10.0"
21902195
chalk "^4.0.0"
@@ -2195,14 +2200,14 @@ [email protected]:
21952200
eslint-scope "^7.1.1"
21962201
eslint-utils "^3.0.0"
21972202
eslint-visitor-keys "^3.3.0"
2198-
espree "^9.3.1"
2203+
espree "^9.3.2"
21992204
esquery "^1.4.0"
22002205
esutils "^2.0.2"
22012206
fast-deep-equal "^3.1.3"
22022207
file-entry-cache "^6.0.1"
22032208
functional-red-black-tree "^1.0.1"
22042209
glob-parent "^6.0.1"
2205-
globals "^13.6.0"
2210+
globals "^13.15.0"
22062211
ignore "^5.2.0"
22072212
import-fresh "^3.0.0"
22082213
imurmurhash "^0.1.4"
@@ -2211,7 +2216,7 @@ [email protected]:
22112216
json-stable-stringify-without-jsonify "^1.0.1"
22122217
levn "^0.4.1"
22132218
lodash.merge "^4.6.2"
2214-
minimatch "^3.0.4"
2219+
minimatch "^3.1.2"
22152220
natural-compare "^1.4.0"
22162221
optionator "^0.9.1"
22172222
regexpp "^3.2.0"
@@ -2220,13 +2225,13 @@ [email protected]:
22202225
text-table "^0.2.0"
22212226
v8-compile-cache "^2.0.3"
22222227

2223-
espree@^9.3.1:
2224-
version "9.3.1"
2225-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
2226-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
2228+
espree@^9.3.2:
2229+
version "9.3.2"
2230+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
2231+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
22272232
dependencies:
2228-
acorn "^8.7.0"
2229-
acorn-jsx "^5.3.1"
2233+
acorn "^8.7.1"
2234+
acorn-jsx "^5.3.2"
22302235
eslint-visitor-keys "^3.3.0"
22312236

22322237
esquery@^1.4.0:
@@ -2703,17 +2708,10 @@ global-dirs@^0.1.0:
27032708
dependencies:
27042709
ini "^1.3.4"
27052710

2706-
globals@^13.6.0:
2707-
version "13.6.0"
2708-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
2709-
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
2710-
dependencies:
2711-
type-fest "^0.20.2"
2712-
2713-
globals@^13.9.0:
2714-
version "13.12.0"
2715-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
2716-
integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
2711+
globals@^13.15.0:
2712+
version "13.15.0"
2713+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
2714+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
27172715
dependencies:
27182716
type-fest "^0.20.2"
27192717

@@ -3796,6 +3794,13 @@ minimatch@^3.0.4:
37963794
dependencies:
37973795
brace-expansion "^1.1.7"
37983796

3797+
minimatch@^3.1.2:
3798+
version "3.1.2"
3799+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
3800+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3801+
dependencies:
3802+
brace-expansion "^1.1.7"
3803+
37993804
minimist@^1.2.0, minimist@^1.2.5:
38003805
version "1.2.5"
38013806
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"

0 commit comments

Comments
 (0)