Skip to content

Commit

Permalink
chore(deps): update dependency shipjs to v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 375621b commit 4489559
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 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.26.4",
"typescript": "^4.0.0"
},
"scripts": {
Expand Down
37 changes: 24 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1949,9 +1949,10 @@
once "^1.4.0"
universal-user-agent "^4.0.0"

"@octokit/rest@^17.0.0":
"@octokit/rest@^17.11.0":
version "17.11.2"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.11.2.tgz#f3dbd46f9f06361c646230fd0ef8598e59183ead"
integrity sha512-4jTmn8WossTUaLfNDfXk4fVJgbz5JgZE8eCs4BvIb52lvIH8rpVMD1fgRCrHbSd6LRPE5JFZSfAEtszrOq3ZFQ==
dependencies:
"@octokit/core" "^2.4.3"
"@octokit/plugin-paginate-rest" "^2.2.0"
Expand Down Expand Up @@ -6165,7 +6166,7 @@ [email protected]:
version "1.44.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"

mime-types@^2.1.12, mime-types@^2.1.25, mime-types@~2.1.19:
mime-types@^2.1.12, mime-types@~2.1.19:
version "2.1.27"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
dependencies:
Expand Down Expand Up @@ -7781,7 +7782,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,22 +7803,24 @@ 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.26.4"
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.26.4.tgz#ffacd9a430b2cfb16c3fe0cfab2408e85fac0a51"
integrity sha512-14gBpRocyYPyi5DWlct+lKk3YwRSLLL650UFzM/8L2gnFoYOrk0JAesuXa0X5PC6Pg+aVmmwd372yh7nmVN84A==
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.26.4"
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.26.4.tgz#cfdb18ba214b8d63eaf82b6ac84fe0a65b26849c"
integrity sha512-NeXCbCuvwMzUL544kGVQIahshRddj2AskkScock5iH75868zWE1l5esnj0jWTvWkQ6UnBS0wuip/5v9vHQ4eyA==
dependencies:
"@babel/runtime" "^7.6.3"
"@octokit/rest" "^17.0.0"
"@octokit/rest" "^17.11.0"
"@slack/webhook" "^5.0.1"
add-stream "^1.0.0"
arg "4.1.3"
Expand All @@ -7823,13 +7835,12 @@ [email protected]:
esm "3.2.25"
globby "^10.0.1"
inquirer "7.1.0"
mime-types "^2.1.25"
mkdirp "^1.0.0"
open "^7.0.0"
prettier "^2.0.0"
serialize-javascript "^3.0.0"
shell-quote "^1.7.2"
shipjs-lib "0.23.0"
shipjs-lib "0.26.4"
temp-write "4.0.0"
tempfile "^3.0.0"

Expand Down

0 comments on commit 4489559

Please sign in to comment.