Skip to content

Commit

Permalink
Upgrade to andromatic 1.1.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter authored Jul 12, 2023
1 parent cb7cc87 commit 5c8de3f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@oclif/core": "^2",
"@oclif/plugin-autocomplete": "^2.1.8",
"@oclif/plugin-help": "^5",
"andromatic": "^1.1.0",
"andromatic": "^1.1.1",
"chalk": "^5.2.0",
"cyanoacrylate": "^0.6.3",
"enquirer": "^2.3.6",
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,14 @@
"@typescript-eslint/types" "5.59.9"
eslint-visitor-keys "^3.3.0"

"@viperproject/locate-java-home@^1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@viperproject/locate-java-home/-/locate-java-home-1.1.12.tgz#78028c9839868135cc667dd8c743a61401863189"
integrity sha512-Rlvdp+k9aoiFD35UgLW41rgt66hcs1FacwZT/JxuW7PBcmDVpAyENN/AzETtIPcgQCl+cF4Xf4YFB/pQQsYmXQ==
dependencies:
async "^3.2.3"
semver "^7.3.5"

abbrev@1, abbrev@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
Expand Down Expand Up @@ -1458,6 +1466,22 @@ andromatic@^1.0.0, andromatic@^1.1.0:
semver "^7.5.0"
yargs "^17.7.2"

andromatic@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/andromatic/-/andromatic-1.1.1.tgz#9fcdb1ff4159c5c36f60730f1311dc7933a41a52"
integrity sha512-qMjt9r0mNUJIyB40mr4YWaoJNvf99Y7zBbZUXt1RH/55yunT0waa+cPRAffKlDubtApYdqGBfUrVVwgUEwezdg==
dependencies:
"@viperproject/locate-java-home" "^1.1.12"
cross-fetch "^3.1.5"
decompress "^4.2.1"
execa "^7.1.1"
fs-extra "^11.1.1"
global-cache-dir "^4.4.0"
globby "^13.1.4"
node-java-connector "^1.1.1"
semver "^7.5.0"
yargs "^17.7.2"

ansi-colors@^4.1.1:
version "4.1.3"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
Expand Down

0 comments on commit 5c8de3f

Please sign in to comment.