Skip to content

Commit 31ac3a3

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): @code-to-json/formatter
1 parent 0a3045a commit 31ac3a3

File tree

2 files changed

+8
-30
lines changed

2 files changed

+8
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
},
119119
"dependencies": {
120120
"@code-to-json/core": "0.6.19",
121-
"@code-to-json/formatter": "0.5.18",
121+
"@code-to-json/formatter": "0.5.19",
122122
"ember-cli-babel": "7.2.0",
123123
"ember-cli-typescript": "2.0.0-rc.1",
124124
"ember-decorators": "3.1.5"

yarn.lock

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
lodash "^4.17.10"
655655
to-fast-properties "^2.0.0"
656656

657-
"@code-to-json/[email protected]":
657+
"@code-to-json/[email protected]", "@code-to-json/core@^0.6.19":
658658
version "0.6.19"
659659
resolved "https://registry.yarnpkg.com/@code-to-json/core/-/core-0.6.19.tgz#0766647391ec77335d4982528ae4fb7661deab16"
660660
integrity sha512-3R09u/BMFK0TKxd+xvLi8jbxKbPlz9T5xU6PHjJIaGYGIlpLKVGT61SQbvEKMMbxk2bNlYzBS2eyC1Zu6raGDA==
@@ -664,30 +664,13 @@
664664
debug "4.1.0"
665665
typescript "^3.1.0"
666666

667-
"@code-to-json/core@^0.6.18":
668-
version "0.6.18"
669-
resolved "https://registry.yarnpkg.com/@code-to-json/core/-/core-0.6.18.tgz#ce6276e58c179c95a178a22a3e4a4cb3e9de5320"
670-
integrity sha512-HCwQQGh8EwfYrQjL/lupvCCKQ+U6HIu79Wto2HmPpAB6O8QWc0wCj5C921vMAyCUFAXSrE4dn3R2Bia/PQovmA==
671-
dependencies:
672-
"@code-to-json/utils" "^0.5.18"
673-
"@code-to-json/utils-ts" "^0.0.8"
674-
debug "4.1.0"
675-
typescript "^3.1.0"
676-
677-
"@code-to-json/[email protected]":
678-
version "0.5.18"
679-
resolved "https://registry.yarnpkg.com/@code-to-json/formatter/-/formatter-0.5.18.tgz#2960ed1437613a9efe8f4eda7d76d0658cf83559"
680-
integrity sha512-VCd5NiT0XRDjTyxwW+Ihc4LR+7HmzAZ3PlCSwc+diW1uS4xBvc18dIrsOXJ6mZzegS9Tk0sNcAB92c4FXlRMTw==
681-
dependencies:
682-
"@code-to-json/core" "^0.6.18"
683-
"@code-to-json/utils" "^0.5.18"
684-
685-
"@code-to-json/utils-ts@^0.0.8":
686-
version "0.0.8"
687-
resolved "https://registry.yarnpkg.com/@code-to-json/utils-ts/-/utils-ts-0.0.8.tgz#671f89c983ae12423c80330a76da43171080dcc0"
688-
integrity sha512-Js0QxW0GbqsGlRTDjJ+d82xltdSIUAVkIA/Ac/GAqZfddMg4tQDw+ccpd5GphUFIQCjMcxt4VX97615E6YGNWw==
667+
"@code-to-json/[email protected]":
668+
version "0.5.19"
669+
resolved "https://registry.yarnpkg.com/@code-to-json/formatter/-/formatter-0.5.19.tgz#04b05b3f3a6f03b8aad299c799ede3c749aed0a9"
670+
integrity sha512-JQ4f0nBwOI3gAKtbfKG/8vT9J2zhjGoVaofqKlkl79m4TBWx2x2CCTdWSjTCNtPhzXYryqwcyAESaeCg5v6mmw==
689671
dependencies:
690-
typescript "^3.1.0"
672+
"@code-to-json/core" "^0.6.19"
673+
"@code-to-json/utils" "^0.5.19"
691674

692675
"@code-to-json/utils-ts@^0.0.9":
693676
version "0.0.9"
@@ -696,11 +679,6 @@
696679
dependencies:
697680
typescript "^3.1.0"
698681

699-
"@code-to-json/utils@^0.5.18":
700-
version "0.5.18"
701-
resolved "https://registry.yarnpkg.com/@code-to-json/utils/-/utils-0.5.18.tgz#5a77d27813a0fb151d1aeca0f6f41a7af0a72973"
702-
integrity sha512-p4GAUeI1EgQ/QNU+k907Pc+ZtDYuhyFvRU4uDuGPbEbOR0+GK58r1h4jXv1Wns5RMa3mjzcD2yPqd4mKfR45Fw==
703-
704682
"@code-to-json/utils@^0.5.19":
705683
version "0.5.19"
706684
resolved "https://registry.yarnpkg.com/@code-to-json/utils/-/utils-0.5.19.tgz#cef78556c3264f09d76ebc49325a7f3cd6af65b3"

0 commit comments

Comments
 (0)