Skip to content

Commit

Permalink
chore(deps): update dependency shipjs to v0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 375621b commit 35bae3f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@razors/build-jest": "*",
"lerna": "^3.22.1",
"rollup": "^2.33.3",
"shipjs": "0.23.0",
"shipjs": "0.24.3",
"typescript": "^4.0.0"
},
"scripts": {
Expand Down
29 changes: 20 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7781,7 +7781,16 @@ shell-quote@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"

[email protected], shelljs@^0.8.3:
[email protected]:
version "0.8.5"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
dependencies:
glob "^7.0.0"
interpret "^1.0.0"
rechoir "^0.6.2"

shelljs@^0.8.3:
version "0.8.4"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
dependencies:
Expand All @@ -7793,19 +7802,21 @@ shellwords@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"

[email protected]:
version "0.23.0"
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.23.0.tgz#f16c2c0e586affde8ca649261f2cfe36e0eae6ea"
[email protected]:
version "0.24.3"
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.24.3.tgz#4062a347ddf9108d90b4f404f3bdee5d6e56184f"
integrity sha512-UiUEx4lJ2620DjKW+38B8To+mOvqoMikgsKzGohU5YW3oTxljaxh5lA1h+ujcAcixQagkkZ+vtsbg+88xlqrgg==
dependencies:
deepmerge "^4.2.2"
dotenv "^8.1.0"
parse-github-url "1.0.2"
semver "6.3.0"
shelljs "0.8.4"
shelljs "0.8.5"

[email protected]:
version "0.23.0"
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.23.0.tgz#7072e6dde01ba3f5fe726ecf29bd21097c3d9d85"
[email protected]:
version "0.24.3"
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.24.3.tgz#1c66360c5218010f2977fb6702baf4b609a6247a"
integrity sha512-+luxPgPlwtIknQi9WQutAgqpmKsgrcfu6FaxoYt+3LA7gLjVTAnSR/VbMxQGjJtUs7d+j1Fjb+kLjHfQDnN4Mg==
dependencies:
"@babel/runtime" "^7.6.3"
"@octokit/rest" "^17.0.0"
Expand All @@ -7829,7 +7840,7 @@ [email protected]:
prettier "^2.0.0"
serialize-javascript "^3.0.0"
shell-quote "^1.7.2"
shipjs-lib "0.23.0"
shipjs-lib "0.24.3"
temp-write "4.0.0"
tempfile "^3.0.0"

Expand Down

0 comments on commit 35bae3f

Please sign in to comment.