Skip to content

Commit d22bf96

Browse files
authored
Merge pull request #1428 from blackflux/dev
[Gally]: master <- dev
2 parents 2cb1d3e + 4a5a8d1 commit d22bf96

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.c8rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lib/*",
1616
"test/hot.js"
1717
],
18-
"extension": [],
18+
"extension": {},
1919
"skip-full": true,
2020
"check-coverage": true,
2121
"temp-directory": "./coverage/.c8_output",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"joi-strict": "2.0.1",
1212
"lodash.set": "4.3.2",
1313
"object-fields": "3.0.1",
14-
"object-scan": "18.1.2"
14+
"object-scan": "18.3.3"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "7.18.5",
1818
"@babel/eslint-parser": "7.18.2",
1919
"@babel/register": "7.17.7",
2020
"@blackflux/eslint-plugin-rules": "2.1.0",
21-
"@blackflux/robo-config-plugin": "7.8.5",
21+
"@blackflux/robo-config-plugin": "7.8.8",
2222
"c8": "7.11.3",
2323
"chai": "4.3.6",
2424
"coveralls": "3.1.1",
25-
"eslint": "8.17.0",
25+
"eslint": "8.18.0",
2626
"eslint-config-airbnb-base": "15.0.0",
2727
"eslint-plugin-import": "2.26.0",
2828
"eslint-plugin-json": "3.1.0",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@
215215
dependencies:
216216
smart-fs "2.0.2"
217217

218-
"@blackflux/robo-config-plugin@7.8.5":
219-
version "7.8.5"
220-
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-7.8.5.tgz#ece37a0979fedcb3f75af9fe2b0487fc4f0bd683"
221-
integrity sha512-tkGQF1UZ0Sh4EqoBUe0mB8pZ/INqxL0Oj7IcVrro4zcBTgNgaDqVBQLBK8scnYw1SdL9B151AHttwgUlmiIOcA==
218+
"@blackflux/robo-config-plugin@7.8.8":
219+
version "7.8.8"
220+
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-7.8.8.tgz#4d39db7f6f9ac1c890a3aaf8f36736702a743422"
221+
integrity sha512-qTXtrT6QxadrUJSWHjuacWsR/lG/jxMeTXAg1NVofiJ98C4e5A8avkEEQ9NA0mKxt21p5E9PQf9HTYm80kigHQ==
222222

223223
"@eslint/eslintrc@^1.3.0":
224224
version "1.3.0"
@@ -687,9 +687,9 @@ camelcase@^6.0.0:
687687
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
688688

689689
caniuse-lite@^1.0.30001349:
690-
version "1.0.30001352"
691-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001352.tgz#cc6f5da3f983979ad1e2cdbae0505dccaa7c6a12"
692-
integrity sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA==
690+
version "1.0.30001356"
691+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001356.tgz#cbf5fe7b33f90962bfbca532212ea478d4ec9de8"
692+
integrity sha512-/30854bktMLhxtjieIxsrJBfs2gTM1pel6MXKF3K+RdIVJZcsn2A2QdhsuR4/p9+R204fZw0zCBBhktX8xWuyQ==
693693

694694
capture-stack-trace@^1.0.0:
695695
version "1.0.1"
@@ -1133,9 +1133,9 @@ ecc-jsbn@~0.1.1:
11331133
safer-buffer "^2.1.0"
11341134

11351135
electron-to-chromium@^1.4.147:
1136-
version "1.4.152"
1137-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.152.tgz#7dedbe8f3dc1c597088982a203f392e60f7ee90a"
1138-
integrity sha512-jk4Ju5SGZAQQJ1iI4Rgru7dDlvkQPLpNPWH9gIZmwCD4YteA5Bbk1xPcPDUf5jUYs3e1e80RXdi8XgKQZaigeg==
1136+
version "1.4.161"
1137+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.161.tgz#49cb5b35385bfee6cc439d0a04fbba7a7a7f08a1"
1138+
integrity sha512-sTjBRhqh6wFodzZtc5Iu8/R95OkwaPNn7tj/TaDU5nu/5EFiQDtADGAXdR4tJcTEHlYfJpHqigzJqHvPgehP8A==
11391139

11401140
emoji-regex@^7.0.1:
11411141
version "7.0.3"
@@ -1322,10 +1322,10 @@ eslint-visitor-keys@^3.3.0:
13221322
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
13231323
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
13241324

1325-
eslint@8.17.0:
1326-
version "8.17.0"
1327-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
1328-
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
1325+
eslint@8.18.0:
1326+
version "8.18.0"
1327+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
1328+
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
13291329
dependencies:
13301330
"@eslint/eslintrc" "^1.3.0"
13311331
"@humanwhocodes/config-array" "^0.9.2"
@@ -2061,7 +2061,7 @@ is-ci@^1.0.10, is-ci@^1.0.8:
20612061
dependencies:
20622062
ci-info "^1.5.0"
20632063

2064-
is-core-module@^2.8.1:
2064+
is-core-module@^2.8.1, is-core-module@^2.9.0:
20652065
version "2.9.0"
20662066
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
20672067
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
@@ -2894,10 +2894,10 @@ object-scan@17.0.0:
28942894
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-17.0.0.tgz#ee51a7f7c2b6a056ae513a67d75955ddcf545fd1"
28952895
integrity sha512-/GkRZGupBmWcbmWqWqQ5/I98MRryIlrTVenteL7DOvymqm11WlL4tcXwxH7iV+9Pc8ouQwtk/4rLAnXJp6Qobw==
28962896

2897-
object-scan@18.1.2:
2898-
version "18.1.2"
2899-
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-18.1.2.tgz#58683c730d0ec144f58d12d8f270a6b8d54a0986"
2900-
integrity sha512-h5jtXDZo5R7s+mF/eBeGCKqhd9QNqM1bqMv/XOaL4pULbnjMk7FMdbDqK++fcq9r0C6ZAWG8AjlC6EGBswHgnQ==
2897+
object-scan@18.3.3:
2898+
version "18.3.3"
2899+
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-18.3.3.tgz#858fad850667b450dededc186f88f19f083b582b"
2900+
integrity sha512-ctRX1akGoTrAXntPQuyRNx8hJdV2FGhS8Jbu6KNW61M97xodac53Gk7OEJ2TlAnsD1Suz1ngf0ph4OH1VbY4yA==
29012901

29022902
object-treeify@2.0.0:
29032903
version "2.0.0"
@@ -3390,11 +3390,11 @@ resolve-from@^4.0.0:
33903390
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
33913391

33923392
resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.0:
3393-
version "1.22.0"
3394-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
3395-
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
3393+
version "1.22.1"
3394+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
3395+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
33963396
dependencies:
3397-
is-core-module "^2.8.1"
3397+
is-core-module "^2.9.0"
33983398
path-parse "^1.0.7"
33993399
supports-preserve-symlinks-flag "^1.0.0"
34003400

0 commit comments

Comments
 (0)