Skip to content

Commit

Permalink
Merge pull request #7 from redpeacock78/hothouse-20210526031710-a9c41…
Browse files Browse the repository at this point in the history
…8e4db
  • Loading branch information
redpeacock78 committed Jun 26, 2021
2 parents 577b5a0 + 1a65829 commit 4e897ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cie.js",
"version": "1.0.26",
"version": "1.0.27",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"description": "Node wrapper around CIE.sh.",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"commander": "^7.2.0",
"commander": "^8.0.0",
"spawn-promise": "^0.1.8"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1225,10 +1225,10 @@ combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

commander@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
commander@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-8.0.0.tgz#1da2139548caef59bd23e66d18908dfb54b02258"
integrity sha512-Xvf85aAtu6v22+E5hfVoLHqyul/jyxh91zvqk/ioJTQuJR7Z78n7H558vMPKanPSRgIEeZemT92I2g9Y8LPbSQ==

concat-map@0.0.1:
version "0.0.1"
Expand Down

0 comments on commit 4e897ee

Please sign in to comment.