Skip to content

Commit

Permalink
chore: dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Apr 8, 2022
1 parent 08b58f6 commit c3b8ca4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@oclif/plugin-help": "^3.2.0",
"chokidar": "^3.4.3",
"js-yaml": "^4.0.0",
"strict-callbag-basics": "^0.27.1",
"strict-callbag-basics": "^0.28.0",
"ts-node": "^10.4.0",
"tslib": "^2.0.3",
"typescript": "^4.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ini": "^2.0.0",
"js-yaml": "^4.0.0",
"ramda": "^0.27.1",
"strict-callbag-basics": "^0.27.2"
"strict-callbag-basics": "^0.28.0"
},
"gitHead": "a5aa6a6e10b62a957de11c4bc55ac4d3ee9a2ece"
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3351,9 +3351,9 @@ lru-cache@^6.0.0:
yallist "^4.0.0"

lru-cache@^7.4.0:
version "7.7.3"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.7.3.tgz#98cd19eef89ce6a4a3c4502c17c833888677c252"
integrity sha512-WY9wjJNQt9+PZilnLbuFKM+SwDull9+6IAguOrarOMoOHTcJ9GnXSO11+Gw6c7xtDkBkthR57OZMtZKYr+1CEw==
version "7.8.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747"
integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==

lunr@^2.3.9:
version "2.3.9"
Expand Down Expand Up @@ -3434,9 +3434,9 @@ map-obj@^4.0.0:
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==

marked@^4.0.12:
version "4.0.12"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.12.tgz#2262a4e6fd1afd2f13557726238b69a48b982f7d"
integrity sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==
version "4.0.13"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.13.tgz#4fd46ca93da46448f3d83f054d938c4f905a258d"
integrity sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw==

meow@^8.0.0:
version "8.1.2"
Expand Down Expand Up @@ -4845,10 +4845,10 @@ ssri@^8.0.0, ssri@^8.0.1:
dependencies:
minipass "^3.1.1"

strict-callbag-basics@^0.27.1, strict-callbag-basics@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/strict-callbag-basics/-/strict-callbag-basics-0.27.2.tgz#d558cac3a02bd6a0303cb5db7e872d2d0e9c6551"
integrity sha512-gOMDdCe9Ig6cHySO5QqNvsHVZsqsusNyoTD7MAEfNgBppnGVykI9p/77UXRiVjXGdd0bginOuJ8amF9bnq7EaA==
strict-callbag-basics@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/strict-callbag-basics/-/strict-callbag-basics-0.28.0.tgz#d69a5825a3b5ed8f391ecad5388c731b54c95b4e"
integrity sha512-u7G2np3KxtTDFUE7Rmv7L41NojrwklfRpqs7s7294YsUsmAJl0X5t4IgJlF7mgg++bR8m0ojm7tZ9QbjTOD4yw==
dependencies:
callbag-buffer "^1.0.0"
callbag-buffer-time "^1.0.0"
Expand Down

0 comments on commit c3b8ca4

Please sign in to comment.