Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v5.14.0 (#74)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| eslint | devDependencies | minor | `5.13.0` -> `5.14.0` | [homepage](https://eslint.org), [source](https://togithub.com/eslint/eslint) |

---

### Release Notes

<details>
<summary>eslint/eslint</summary>

### [`v5.14.0`](https://togithub.com/eslint/eslint/releases/v5.14.0)

[Compare Source](https://togithub.com/eslint/eslint/compare/v5.13.0...v5.14.0)

-   [`85a04b3`](https://togithub.com/eslint/eslint/commit/85a04b319e6dfde1458174cd1d8c9e7d33da0871) Fix: adds conditional for separateRequires in one-var (fixes [#&#8203;10179](https://togithub.com/eslint/eslint/issues/10179)) ([#&#8203;10980](https://togithub.com/eslint/eslint/issues/10980)) (Scott Stern)
-   [`0c02932`](https://togithub.com/eslint/eslint/commit/0c02932f1b2e2a85809e84617efa1b8836c19cfb) Upgrade: espree@5.0.1 ([#&#8203;11401](https://togithub.com/eslint/eslint/issues/11401)) (Ilya Volodin)
-   [`104ae88`](https://togithub.com/eslint/eslint/commit/104ae881d0b21e9c64e006b2a2c21535cef0ad28) Docs: Update governance doc with reviewers status ([#&#8203;11399](https://togithub.com/eslint/eslint/issues/11399)) (Nicholas C. Zakas)
-   [`ab8ac6a`](https://togithub.com/eslint/eslint/commit/ab8ac6adaaf7a88e160899e7f438a4cfd655eb6e) Fix: Support boundary spread elements in sort-keys ([#&#8203;11158](https://togithub.com/eslint/eslint/issues/11158)) (Jakub Rożek)
-   [`a23d197`](https://togithub.com/eslint/eslint/commit/a23d1975d48841eafdead1a1357e2af842f688bc) New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes [#&#8203;7145](https://togithub.com/eslint/eslint/issues/7145)) ([#&#8203;11243](https://togithub.com/eslint/eslint/issues/11243)) (richie3366)
-   [`e25e7aa`](https://togithub.com/eslint/eslint/commit/e25e7aa3ea1e8c9b3cd3242acda6d4a5572c2c6a) Fix: comma-spacing ignore comma before closing paren (fixes [#&#8203;11295](https://togithub.com/eslint/eslint/issues/11295)) ([#&#8203;11374](https://togithub.com/eslint/eslint/issues/11374)) (Pig Fang)
-   [`a1f7c44`](https://togithub.com/eslint/eslint/commit/a1f7c44ea9efbd9393889c1cc91b74260e0a8e02) Docs: fix space-before-blocks correct code for "classes": "never" ([#&#8203;11391](https://togithub.com/eslint/eslint/issues/11391)) (PoziWorld)
-   [`14f58a2`](https://togithub.com/eslint/eslint/commit/14f58a2bec4d6aade0de22771c378b86b1e51959) Docs: fix grammar in object-curly-spacing docs ([#&#8203;11389](https://togithub.com/eslint/eslint/issues/11389)) (PoziWorld)
-   [`d3e9a27`](https://togithub.com/eslint/eslint/commit/d3e9a27bbba30008a610df59e82b7192f0ecc3a3) Docs: fix grammar in “those who says” ([#&#8203;11390](https://togithub.com/eslint/eslint/issues/11390)) (PoziWorld)
-   [`ea8e804`](https://togithub.com/eslint/eslint/commit/ea8e8045ba0e6c1e1015104346af962f3e16fd81) Docs: Add note about support for object spread (fixes [#&#8203;11136](https://togithub.com/eslint/eslint/issues/11136)) ([#&#8203;11395](https://togithub.com/eslint/eslint/issues/11395)) (Steven Thomas)
-   [`95aa3fd`](https://togithub.com/eslint/eslint/commit/95aa3fdb392d265e6c3d813d54076458e88e7ad8) Docs: Update README team and sponsors (ESLint Jenkins)
-   [`51c4972`](https://togithub.com/eslint/eslint/commit/51c497298a15ad296a2b1f8fc397df687976b836) Update: Behavior of --init (fixes [#&#8203;11105](https://togithub.com/eslint/eslint/issues/11105)) ([#&#8203;11332](https://togithub.com/eslint/eslint/issues/11332)) (Nicholas C. Zakas)
-   [`ad7a380`](https://togithub.com/eslint/eslint/commit/ad7a38097c32a91e5a831ef1bc8933601532576c) Docs: Update README team and sponsors (ESLint Jenkins)
-   [`550de1e`](https://togithub.com/eslint/eslint/commit/550de1e611a1e9af873bcb18d74cf2056e8d2e1b) Update: use `default` keyword in JSON schema (fixes [#&#8203;9929](https://togithub.com/eslint/eslint/issues/9929)) ([#&#8203;11288](https://togithub.com/eslint/eslint/issues/11288)) (Pig Fang)
-   [`983c520`](https://togithub.com/eslint/eslint/commit/983c5201210d7a4ffab0b3d05ab9919c0754e5ca) Update: Use 'readonly' and 'writable' for globals (fixes [#&#8203;11359](https://togithub.com/eslint/eslint/issues/11359)) ([#&#8203;11384](https://togithub.com/eslint/eslint/issues/11384)) (Nicholas C. Zakas)
-   [`f1d3a7e`](https://togithub.com/eslint/eslint/commit/f1d3a7ee7c82365989e219b1dae379f08f6dd526) Upgrade: some deps (fixes [#&#8203;11372](https://togithub.com/eslint/eslint/issues/11372)) ([#&#8203;11373](https://togithub.com/eslint/eslint/issues/11373)) (薛定谔的猫)
-   [`3e0c417`](https://togithub.com/eslint/eslint/commit/3e0c4176eff085498b813f8ba1732d7ed6ee44f8) Docs: Fix grammar in “there’s nothing prevent you” ([#&#8203;11385](https://togithub.com/eslint/eslint/issues/11385)) (PoziWorld)
-   [`de988bc`](https://togithub.com/eslint/eslint/commit/de988bc909b491366ad0cd9bc83f4d6de42d041a) Docs: Fix grammar: Spacing improve -> Spacing improves ([#&#8203;11386](https://togithub.com/eslint/eslint/issues/11386)) (PoziWorld)
-   [`1309dfd`](https://togithub.com/eslint/eslint/commit/1309dfdebb5595460b79dcac20df6a1f109e7566) Revert "Build: fix test failure on Node 11 ([#&#8203;11100](https://togithub.com/eslint/eslint/issues/11100))" ([#&#8203;11375](https://togithub.com/eslint/eslint/issues/11375)) (薛定谔的猫)
-   [`1e56897`](https://togithub.com/eslint/eslint/commit/1e56897db3e254e0aef6d2fe3274157fc379c79e) Docs: “the function actually use”: use -> uses ([#&#8203;11380](https://togithub.com/eslint/eslint/issues/11380)) (PoziWorld)
-   [`5a71bc9`](https://togithub.com/eslint/eslint/commit/5a71bc95a7e961b1b1b77022645e0bd9cdd08dc0) Docs: Update README team and sponsors (ESLint Jenkins)
-   [`82a58ce`](https://togithub.com/eslint/eslint/commit/82a58ce26b282fd80335b3ac4fc88f21266c3ba1) Docs: Update README team and sponsors (ESLint Jenkins)
-   [`546d355`](https://togithub.com/eslint/eslint/commit/546d355ace65631e27de859baea3ffcc50e0ad2c) Docs: Update README with latest sponsors/team data ([#&#8203;11378](https://togithub.com/eslint/eslint/issues/11378)) (Nicholas C. Zakas)
-   [`c0df9fe`](https://togithub.com/eslint/eslint/commit/c0df9febb7c7e045ababc10b88dbcbb3f28c724c) Docs: `...` is not an operator ([#&#8203;11232](https://togithub.com/eslint/eslint/issues/11232)) (Felix Kling)
-   [`7ecfdef`](https://togithub.com/eslint/eslint/commit/7ecfdefaeadb772f8b96ffe37c4a2c97fde0da16) Docs: update typescript parser (refs [#&#8203;11368](https://togithub.com/eslint/eslint/issues/11368)) ([#&#8203;11369](https://togithub.com/eslint/eslint/issues/11369)) (薛定谔的猫)
-   [`3c90dd7`](https://togithub.com/eslint/eslint/commit/3c90dd7e25cf97833deddb11cfbc107a5663ac08) Update: remove prefer-spread autofix (fixes [#&#8203;11330](https://togithub.com/eslint/eslint/issues/11330)) ([#&#8203;11365](https://togithub.com/eslint/eslint/issues/11365)) (薛定谔的猫)
-   [`5eb3121`](https://togithub.com/eslint/eslint/commit/5eb3121b82c1837da0c3021b7d9384bb30832e36) Update: add fixer for `prefer-destructuring` (fixes [#&#8203;11151](https://togithub.com/eslint/eslint/issues/11151)) ([#&#8203;11301](https://togithub.com/eslint/eslint/issues/11301)) (golopot)
-   [`173eb38`](https://togithub.com/eslint/eslint/commit/173eb38cdb3e4673cba947521f27158828186d77) Docs: Clarify ecmaVersion doesn't imply globals (refs [#&#8203;9812](https://togithub.com/eslint/eslint/issues/9812)) ([#&#8203;11364](https://togithub.com/eslint/eslint/issues/11364)) (Keith Maxwell)
-   [`84ce72f`](https://togithub.com/eslint/eslint/commit/84ce72fdeba082b7b132e4ac6b714fb1a93831b7) Fix: Remove extraneous linefeeds in `one-var` fixer (fixes [#&#8203;10741](https://togithub.com/eslint/eslint/issues/10741)) ([#&#8203;10955](https://togithub.com/eslint/eslint/issues/10955)) (st-sloth)
-   [`389362a`](https://togithub.com/eslint/eslint/commit/389362a06ac6601512b872d3e843c7371f2a1bcc) Docs: clarify motivation for no-prototype-builtins ([#&#8203;11356](https://togithub.com/eslint/eslint/issues/11356)) (Teddy Katz)
-   [`533d240`](https://togithub.com/eslint/eslint/commit/533d240b0811f663494cb213b06cc9e51e1ff2d0) Update: no-shadow-restricted-names lets unassigned vars shadow undefined ([#&#8203;11341](https://togithub.com/eslint/eslint/issues/11341)) (Teddy Katz)
-   [`d0e823a`](https://togithub.com/eslint/eslint/commit/d0e823aef196a6564c87a78b72c1ef980ce67af9) Update: Make --init run js config files through linter (fixes [#&#8203;9947](https://togithub.com/eslint/eslint/issues/9947)) ([#&#8203;11337](https://togithub.com/eslint/eslint/issues/11337)) (Brian Kurek)
-   [`92fc2f4`](https://togithub.com/eslint/eslint/commit/92fc2f4f3faf8aeaae8a8e71db0de405404fb6c3) Fix: CircularJSON dependency warning (fixes [#&#8203;11052](https://togithub.com/eslint/eslint/issues/11052)) ([#&#8203;11314](https://togithub.com/eslint/eslint/issues/11314)) (Terry)
-   [`4dd19a3`](https://togithub.com/eslint/eslint/commit/4dd19a3c4c037adc860a65e96f2ba3eeccace1de) Docs: mention 'prefer-spread' in docs of 'no-useless-call' ([#&#8203;11348](https://togithub.com/eslint/eslint/issues/11348)) (Klaus Meinhardt)
-   [`4fd83d5`](https://togithub.com/eslint/eslint/commit/4fd83d5ec47a6a7b81cd8801c3bd63d27ea1c7c4) Docs: fix a misleading example in one-var ([#&#8203;11350](https://togithub.com/eslint/eslint/issues/11350)) (薛定谔的猫)
-   [`9441ce7`](https://togithub.com/eslint/eslint/commit/9441ce77b7228f2c4562e158a10905afe11f31f2) Chore: update incorrect tests to fix build failing ([#&#8203;11354](https://togithub.com/eslint/eslint/issues/11354)) (薛定谔的猫)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#evenchange4/graphql.macro).
  • Loading branch information
renovate[bot] authored and evenchange4 committed Feb 18, 2019
1 parent 0f8a61a commit 058a3e3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"babel-plugin-tester": "6.0.0",
"codecov": "3.2.0",
"conventional-changelog-cli": "2.0.12",
"eslint": "5.13.0",
"eslint": "5.14.0",
"flow-bin": "0.93.0",
"graphql": "14.1.1",
"hsu-scripts": "1.0.5",
Expand Down
95 changes: 50 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ acorn@^5.5.3:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==

acorn@^6.0.1, acorn@^6.0.2:
acorn@^6.0.1, acorn@^6.0.7:
version "6.1.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
integrity sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==
Expand All @@ -826,7 +826,7 @@ agent-base@^4.1.0:
dependencies:
es6-promisify "^5.0.0"

ajv@^6.5.3, ajv@^6.5.5, ajv@^6.9.1:
ajv@^6.5.5, ajv@^6.9.1:
version "6.9.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.1.tgz#a4d3683d74abc5670e75f0b16520f70a20ea8dc1"
integrity sha512-XDN92U311aINL77ieWHmqCcNlwjoP5cHXDxIxbf2MaPYuCXOHS7gHH8jktxeK5omgd52XbSTX6a4Piwd1pQmzA==
Expand Down Expand Up @@ -1440,11 +1440,6 @@ ci-info@^2.0.0:
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==

circular-json@^0.3.1:
version "0.3.3"
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
integrity sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==

class-utils@^0.3.5:
version "0.3.6"
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
Expand Down Expand Up @@ -2073,6 +2068,13 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"

doctrine@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
dependencies:
esutils "^2.0.2"

dom-serializer@0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
Expand Down Expand Up @@ -2356,35 +2358,35 @@ eslint-visitor-keys@^1.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==

eslint@5.13.0:
version "5.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.13.0.tgz#ce71cc529c450eed9504530939aa97527861ede9"
integrity sha512-nqD5WQMisciZC5EHZowejLKQjWGuFS5c70fxqSKlnDME+oz9zmE8KTlX+lHSg+/5wsC/kf9Q9eMkC8qS3oM2fg==
eslint@5.14.0:
version "5.14.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.0.tgz#380739df2489dd846baea008638b036c1e987974"
integrity sha512-jrOhiYyENRrRnWlMYANlGZTqb89r2FuRT+615AabBoajhNjeh9ywDNlh2LU9vTqf0WYN+L3xdXuIi7xuj/tK9w==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
ajv "^6.9.1"
chalk "^2.1.0"
cross-spawn "^6.0.5"
debug "^4.0.1"
doctrine "^2.1.0"
doctrine "^3.0.0"
eslint-scope "^4.0.0"
eslint-utils "^1.3.1"
eslint-visitor-keys "^1.0.0"
espree "^5.0.0"
espree "^5.0.1"
esquery "^1.0.1"
esutils "^2.0.2"
file-entry-cache "^2.0.0"
file-entry-cache "^5.0.1"
functional-red-black-tree "^1.0.1"
glob "^7.1.2"
globals "^11.7.0"
ignore "^4.0.6"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
inquirer "^6.1.0"
inquirer "^6.2.2"
js-yaml "^3.12.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.5"
lodash "^4.17.11"
minimatch "^3.0.4"
mkdirp "^0.5.1"
natural-compare "^1.4.0"
Expand All @@ -2395,15 +2397,15 @@ eslint@5.13.0:
semver "^5.5.1"
strip-ansi "^4.0.0"
strip-json-comments "^2.0.1"
table "^5.0.2"
table "^5.2.3"
text-table "^0.2.0"

espree@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
integrity sha512-1MpUfwsdS9MMoN7ZXqAr9e9UKdVHDcvrJpyx7mm1WuQlx/ygErEQBzgi5Nh5qBHIoYweprhtMkTCb9GhcAIcsA==
espree@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
dependencies:
acorn "^6.0.2"
acorn "^6.0.7"
acorn-jsx "^5.0.0"
eslint-visitor-keys "^1.0.0"

Expand Down Expand Up @@ -2618,13 +2620,12 @@ figures@^2.0.0:
dependencies:
escape-string-regexp "^1.0.5"

file-entry-cache@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361"
integrity sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=
file-entry-cache@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
dependencies:
flat-cache "^1.2.1"
object-assign "^4.0.1"
flat-cache "^2.0.1"

fileset@^2.0.3:
version "2.0.3"
Expand Down Expand Up @@ -2686,15 +2687,19 @@ find-up@^3.0.0:
dependencies:
locate-path "^3.0.0"

flat-cache@^1.2.1:
version "1.3.4"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
integrity sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==
flat-cache@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
dependencies:
circular-json "^0.3.1"
graceful-fs "^4.1.2"
rimraf "~2.6.2"
write "^0.2.1"
flatted "^2.0.0"
rimraf "2.6.3"
write "1.0.3"

flatted@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==

flow-annotation-check@1.8.1:
version "1.8.1"
Expand Down Expand Up @@ -3275,7 +3280,7 @@ ini@^1.3.2, ini@^1.3.4, ini@~1.3.0:
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==

inquirer@^6.1.0:
inquirer@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.2.tgz#46941176f65c9eb20804627149b743a218f25406"
integrity sha512-Z2rREiXA6cHRR9KBOarR3WuLlFzlIfAEIiB45ll5SSadMg7WqOh1MKEjjndfuH5ewXdixWCxqnVfGOQzPeiztA==
Expand Down Expand Up @@ -4360,7 +4365,7 @@ lodash.templatesettings@^4.0.0:
dependencies:
lodash._reinterpolate "~3.0.0"

lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.2.1:
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.2.1:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
Expand Down Expand Up @@ -5735,7 +5740,7 @@ ret@~0.1.10:
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==

rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@~2.6.2:
rimraf@2.6.3, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
Expand Down Expand Up @@ -6231,7 +6236,7 @@ synchronous-promise@^2.0.5:
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.6.tgz#de76e0ea2b3558c1e673942e47e714a930fa64aa"
integrity sha512-TyOuWLwkmtPL49LHCX1caIwHjRzcVd62+GF6h8W/jHOeZUFHpnd2XJDVuUlaTaLPH1nuu2M69mfHr5XbQJnf/g==

table@^5.0.2:
table@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/table/-/table-5.2.3.tgz#cde0cc6eb06751c009efab27e8c820ca5b67b7f2"
integrity sha512-N2RsDAMvDLvYwFcwbPyF3VmVSSkuF+G1e+8inhBLtHpvwXGw4QRPEZhihQNeEN0i1up6/f6ObCJXNdlRG3YVyQ==
Expand Down Expand Up @@ -6698,10 +6703,10 @@ write-file-atomic@2.4.1:
imurmurhash "^0.1.4"
signal-exit "^3.0.2"

write@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757"
integrity sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=
write@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
dependencies:
mkdirp "^0.5.1"

Expand Down

0 comments on commit 058a3e3

Please sign in to comment.