Skip to content

Commit 1af3461

Browse files
Update dependency shipjs to ^0.18.0 (#34)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a0cb97d commit 1af3461

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jest": "^25.0.0",
3434
"jest-serializer-vue": "^2.0.2",
3535
"lerna-changelog": "^1.0.0",
36-
"shipjs": "^0.17.0",
36+
"shipjs": "^0.18.0",
3737
"vue": "^2.6.8",
3838
"vue-i18n": "^8.9.0",
3939
"vue-jest": "^3.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,10 +3066,10 @@ ini@^1.3.2, ini@^1.3.4:
30663066
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
30673067
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
30683068

3069-
inquirer@7.0.6:
3070-
version "7.0.6"
3071-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.6.tgz#ee4ff0ea7ecda5324656fe665878790f66df7d0c"
3072-
integrity sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w==
3069+
inquirer@7.1.0:
3070+
version "7.1.0"
3071+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
3072+
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
30733073
dependencies:
30743074
ansi-escapes "^4.2.1"
30753075
chalk "^3.0.0"
@@ -5533,21 +5533,21 @@ shellwords@^0.1.1:
55335533
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
55345534
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
55355535

5536-
shipjs-lib@0.17.0:
5537-
version "0.17.0"
5538-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.17.0.tgz#d679a74bb15da204428a42749ccc956219f3945d"
5539-
integrity sha512-L5fWc+kTISWsNLBPV4miWNvBD8DiGpWflNCHU/GsvAEIau7henH2SzN2WGA6YsirmsTsK8SZaEjOzK0ncrDhbQ==
5536+
shipjs-lib@0.18.0:
5537+
version "0.18.0"
5538+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.18.0.tgz#df6282395179621e06dc67b40bdd8ccb5cefca21"
5539+
integrity sha512-X2rtkLeOlTjZjfZC3NHAYXC5JaMTWnJFMwTNC+T5NJFdHMnNrLuR7ZVXS3mh//ku/1AU7AOka8UuhfH8UBsYBg==
55405540
dependencies:
55415541
deepmerge "^4.2.2"
55425542
dotenv "^8.1.0"
55435543
parse-github-url "1.0.2"
55445544
semver "6.3.0"
55455545
shelljs "0.8.3"
55465546

5547-
shipjs@^0.17.0:
5548-
version "0.17.0"
5549-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.17.0.tgz#7de59dcc3e1dabc7b2d6b246f74406df8f59c9dd"
5550-
integrity sha512-9F2uSGiWOo6U9GBWVhnuD8tpbxTwodpQdPCbejNJ7l8a54aBpZjyh2bP3rxdd3u4SzEMRHZik61/llkjjqwwww==
5547+
shipjs@^0.18.0:
5548+
version "0.18.0"
5549+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.18.0.tgz#c05fc30558f5d315b8e1a2482775e1f0260dcf6c"
5550+
integrity sha512-Rs07yBSygKvvLiRQQA4hqZHEySibuAOiP30UGLraBY0/XevD66XjCZliyVwck6zSBRUromy+4BIQ191n2unJkA==
55515551
dependencies:
55525552
"@babel/runtime" "^7.6.3"
55535553
"@octokit/rest" "^17.0.0"
@@ -5561,14 +5561,14 @@ shipjs@^0.17.0:
55615561
ejs "^3.0.0"
55625562
esm "3.2.25"
55635563
globby "^10.0.1"
5564-
inquirer "7.0.6"
5564+
inquirer "7.1.0"
55655565
mime-types "^2.1.25"
55665566
mkdirp "^1.0.0"
55675567
open "^7.0.0"
55685568
prettier "^1.18.2"
55695569
serialize-javascript "^3.0.0"
55705570
shell-quote "^1.7.2"
5571-
shipjs-lib "0.17.0"
5571+
shipjs-lib "0.18.0"
55725572
temp-write "4.0.0"
55735573
tempfile "^3.0.0"
55745574

0 commit comments

Comments
 (0)