Skip to content

Commit dc1df1d

Browse files
deps: Update all non-major dependencies
1 parent d3b79fe commit dc1df1d

11 files changed

Lines changed: 790 additions & 518 deletions

File tree

.github/actions/changelog-reminder/package-lock.json

Lines changed: 56 additions & 176 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/changelog-reminder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"author": "brainbot labs est.",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@actions/core": "1.9.1",
22-
"@actions/github": "5.0.3"
21+
"@actions/core": "1.10.0",
22+
"@actions/github": "5.1.1"
2323
},
2424
"devDependencies": {
2525
"@zeit/ncc": "0.22.3",
26-
"eslint": "8.23.1",
26+
"eslint": "8.26.0",
2727
"eslint-config-airbnb-base": "15.0.0",
2828
"eslint-plugin-import": "2.26.0"
2929
}

.github/actions/license-checker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "eslint ./src/index.js"
1111
},
1212
"dependencies": {
13-
"@actions/core": "^1.9.1",
13+
"@actions/core": "^1.10.0",
1414
"query-registry": "^2.6.0"
1515
},
1616
"devDependencies": {
1717
"@vercel/ncc": "^0.34.0",
18-
"eslint": "^8.23.1"
18+
"eslint": "^8.26.0"
1919
}
2020
}

.github/actions/license-checker/yarn.lock

Lines changed: 31 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.9.1":
6-
version "1.9.1"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
8-
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
5+
"@actions/core@^1.10.0":
6+
version "1.10.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
8+
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
99
dependencies:
1010
"@actions/http-client" "^2.0.1"
1111
uuid "^8.3.2"
@@ -17,10 +17,10 @@
1717
dependencies:
1818
tunnel "^0.0.6"
1919

20-
"@eslint/eslintrc@^1.3.2":
21-
version "1.3.2"
22-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
23-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
20+
"@eslint/eslintrc@^1.3.3":
21+
version "1.3.3"
22+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
23+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
2424
dependencies:
2525
ajv "^6.12.4"
2626
debug "^4.3.2"
@@ -32,19 +32,14 @@
3232
minimatch "^3.1.2"
3333
strip-json-comments "^3.1.1"
3434

35-
"@humanwhocodes/config-array@^0.10.4":
36-
version "0.10.4"
37-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
38-
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
35+
"@humanwhocodes/config-array@^0.11.6":
36+
version "0.11.7"
37+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
38+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
3939
dependencies:
4040
"@humanwhocodes/object-schema" "^1.2.1"
4141
debug "^4.1.1"
42-
minimatch "^3.0.4"
43-
44-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
45-
version "1.0.2"
46-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
47-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
42+
minimatch "^3.0.5"
4843

4944
"@humanwhocodes/module-importer@^1.0.1":
5045
version "1.0.1"
@@ -64,12 +59,12 @@
6459
"@nodelib/fs.stat" "2.0.5"
6560
run-parallel "^1.1.9"
6661

67-
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
62+
"@nodelib/fs.stat@2.0.5":
6863
version "2.0.5"
6964
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
7065
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
7166

72-
"@nodelib/fs.walk@^1.2.3":
67+
"@nodelib/fs.walk@^1.2.8":
7368
version "1.2.8"
7469
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
7570
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -119,11 +114,6 @@ argparse@^2.0.1:
119114
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
120115
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
121116

122-
array-union@^2.1.0:
123-
version "2.1.0"
124-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
125-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
126-
127117
balanced-match@^1.0.0:
128118
version "1.0.2"
129119
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -137,13 +127,6 @@ brace-expansion@^1.1.7:
137127
balanced-match "^1.0.0"
138128
concat-map "0.0.1"
139129

140-
braces@^3.0.2:
141-
version "3.0.2"
142-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
143-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
144-
dependencies:
145-
fill-range "^7.0.1"
146-
147130
builtins@^5.0.0:
148131
version "5.0.1"
149132
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
@@ -209,13 +192,6 @@ deep-is@^0.1.3:
209192
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
210193
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
211194

212-
dir-glob@^3.0.1:
213-
version "3.0.1"
214-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
215-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
216-
dependencies:
217-
path-type "^4.0.0"
218-
219195
doctrine@^3.0.0:
220196
version "3.0.0"
221197
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -253,15 +229,15 @@ eslint-visitor-keys@^3.3.0:
253229
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
254230
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
255231

256-
eslint@^8.23.1:
257-
version "8.23.1"
258-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
259-
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
232+
eslint@^8.26.0:
233+
version "8.26.0"
234+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
235+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
260236
dependencies:
261-
"@eslint/eslintrc" "^1.3.2"
262-
"@humanwhocodes/config-array" "^0.10.4"
263-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
237+
"@eslint/eslintrc" "^1.3.3"
238+
"@humanwhocodes/config-array" "^0.11.6"
264239
"@humanwhocodes/module-importer" "^1.0.1"
240+
"@nodelib/fs.walk" "^1.2.8"
265241
ajv "^6.10.0"
266242
chalk "^4.0.0"
267243
cross-spawn "^7.0.2"
@@ -277,14 +253,14 @@ eslint@^8.23.1:
277253
fast-deep-equal "^3.1.3"
278254
file-entry-cache "^6.0.1"
279255
find-up "^5.0.0"
280-
glob-parent "^6.0.1"
256+
glob-parent "^6.0.2"
281257
globals "^13.15.0"
282-
globby "^11.1.0"
283258
grapheme-splitter "^1.0.4"
284259
ignore "^5.2.0"
285260
import-fresh "^3.0.0"
286261
imurmurhash "^0.1.4"
287262
is-glob "^4.0.0"
263+
is-path-inside "^3.0.3"
288264
js-sdsl "^4.1.4"
289265
js-yaml "^4.1.0"
290266
json-stable-stringify-without-jsonify "^1.0.1"
@@ -336,17 +312,6 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
336312
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
337313
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
338314

339-
fast-glob@^3.2.9:
340-
version "3.2.11"
341-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
342-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
343-
dependencies:
344-
"@nodelib/fs.stat" "^2.0.2"
345-
"@nodelib/fs.walk" "^1.2.3"
346-
glob-parent "^5.1.2"
347-
merge2 "^1.3.0"
348-
micromatch "^4.0.4"
349-
350315
fast-json-stable-stringify@^2.0.0:
351316
version "2.1.0"
352317
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -371,13 +336,6 @@ file-entry-cache@^6.0.1:
371336
dependencies:
372337
flat-cache "^3.0.4"
373338

374-
fill-range@^7.0.1:
375-
version "7.0.1"
376-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
377-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
378-
dependencies:
379-
to-regex-range "^5.0.1"
380-
381339
find-up@^5.0.0:
382340
version "5.0.0"
383341
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -404,14 +362,7 @@ fs.realpath@^1.0.0:
404362
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
405363
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
406364

407-
glob-parent@^5.1.2:
408-
version "5.1.2"
409-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
410-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
411-
dependencies:
412-
is-glob "^4.0.1"
413-
414-
glob-parent@^6.0.1:
365+
glob-parent@^6.0.2:
415366
version "6.0.2"
416367
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
417368
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -437,18 +388,6 @@ globals@^13.15.0:
437388
dependencies:
438389
type-fest "^0.20.2"
439390

440-
globby@^11.1.0:
441-
version "11.1.0"
442-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
443-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
444-
dependencies:
445-
array-union "^2.1.0"
446-
dir-glob "^3.0.1"
447-
fast-glob "^3.2.9"
448-
ignore "^5.2.0"
449-
merge2 "^1.4.1"
450-
slash "^3.0.0"
451-
452391
grapheme-splitter@^1.0.4:
453392
version "1.0.4"
454393
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
@@ -502,17 +441,17 @@ is-glob@^4.0.0:
502441
dependencies:
503442
is-extglob "^2.1.1"
504443

505-
is-glob@^4.0.1, is-glob@^4.0.3:
444+
is-glob@^4.0.3:
506445
version "4.0.3"
507446
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
508447
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
509448
dependencies:
510449
is-extglob "^2.1.1"
511450

512-
is-number@^7.0.0:
513-
version "7.0.0"
514-
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
515-
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
451+
is-path-inside@^3.0.3:
452+
version "3.0.3"
453+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
454+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
516455

517456
isexe@^2.0.0:
518457
version "2.0.0"
@@ -581,27 +520,14 @@ make-error@^1.3.6:
581520
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
582521
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
583522

584-
merge2@^1.3.0, merge2@^1.4.1:
585-
version "1.4.1"
586-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
587-
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
588-
589-
micromatch@^4.0.4:
590-
version "4.0.5"
591-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
592-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
593-
dependencies:
594-
braces "^3.0.2"
595-
picomatch "^2.3.1"
596-
597523
minimatch@^3.0.4:
598524
version "3.0.4"
599525
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
600526
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
601527
dependencies:
602528
brace-expansion "^1.1.7"
603529

604-
minimatch@^3.1.2:
530+
minimatch@^3.0.5, minimatch@^3.1.2:
605531
version "3.1.2"
606532
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
607533
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -680,16 +606,6 @@ path-key@^3.1.0:
680606
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
681607
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
682608

683-
path-type@^4.0.0:
684-
version "4.0.0"
685-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
686-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
687-
688-
picomatch@^2.3.1:
689-
version "2.3.1"
690-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
691-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
692-
693609
prelude-ls@^1.2.1:
694610
version "1.2.1"
695611
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -764,11 +680,6 @@ shebang-regex@^3.0.0:
764680
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
765681
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
766682

767-
slash@^3.0.0:
768-
version "3.0.0"
769-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
770-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
771-
772683
strip-ansi@^6.0.1:
773684
version "6.0.1"
774685
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
@@ -798,13 +709,6 @@ tiny-lru@^8.0.2:
798709
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
799710
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
800711

801-
to-regex-range@^5.0.1:
802-
version "5.0.1"
803-
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
804-
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
805-
dependencies:
806-
is-number "^7.0.0"
807-
808712
tr46@~0.0.3:
809713
version "0.0.3"
810714
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
block-fixup:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v3.0.2
28+
- uses: actions/checkout@v3.1.0
2929
- name: 'Block Fixup Commit Merge'
3030
uses: 13rac1/block-fixup-merge-action@v2.0.0
3131

e2e-environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG SYNAPSE_VENV=/opt/synapse/venv
1414
ARG SERVICES_VENV=/opt/services/venv
1515

1616

17-
FROM node:16.17.0 as raiden-builder
17+
FROM node:16.18.0 as raiden-builder
1818

1919
WORKDIR /app/raiden
2020

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"raiden-cli"
3232
],
3333
"devDependencies": {
34-
"@typescript-eslint/eslint-plugin": "^5.38.0",
35-
"@typescript-eslint/parser": "^5.38.0",
36-
"eslint": "^8.23.1",
34+
"@typescript-eslint/eslint-plugin": "^5.42.0",
35+
"@typescript-eslint/parser": "^5.42.0",
36+
"eslint": "^8.26.0",
3737
"eslint-config-prettier": "^8.5.0",
38-
"eslint-import-resolver-typescript": "^3.5.1",
38+
"eslint-import-resolver-typescript": "^3.5.2",
3939
"eslint-plugin-import": "2.26.0",
40-
"eslint-plugin-jsdoc": "^39.3.6",
40+
"eslint-plugin-jsdoc": "^39.6.1",
4141
"eslint-plugin-lodash": "^7.4.0",
4242
"eslint-plugin-prettier": "^4.2.1",
4343
"eslint-plugin-simple-import-sort": "^8.0.0",
@@ -46,7 +46,7 @@
4646
},
4747
"resolutions": {
4848
"typescript": "4.8.3",
49-
"**/redux-observable/rxjs": "^7.5.6",
49+
"**/redux-observable/rxjs": "^7.5.7",
5050
"@ethersproject/bignumber": "^5.7.0",
5151
"@ethersproject/signing-key": "^5.7.0",
5252
"loglevel": "^1.8.0",

0 commit comments

Comments
 (0)