Skip to content

Commit

Permalink
Update dependency mvn-artifact-download to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 14, 2022
1 parent 8ed4ef4 commit db32458
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/yauzl": "^2.9.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mvn-artifact-download": "^5.0.0",
"mvn-artifact-download": "^6.0.0",
"ncp": "^2.0.0",
"node-fetch": "^2.6.0",
"pug": "^3.0.0",
Expand Down
69 changes: 47 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2874,33 +2874,33 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==

mvn-artifact-download@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-download/-/mvn-artifact-download-5.0.0.tgz#ab94be6a5c02662a3fd4c506fecf6c9130703862"
integrity sha512-VKPTQ/ayCrCJc9YhQ6tt7xNRl4XMxP6OABSPbXijs6vMCHzuPo3Gu7tnnLydRxsnpWPhbOWVaGEHnnLeDOh5Sw==
mvn-artifact-download@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-download/-/mvn-artifact-download-6.0.0.tgz#0036e6f67a45bcf20adb54447a3cfcf7abf7bc6a"
integrity sha512-/eIZ3/cgIm8NeE+ICq3xCvSNf3uvS7Tb/yEf8x5ACEoDcDuOwM88m2HXFUCeiqavF3irk0vWgX9VJN2tZkbqkQ==
dependencies:
mvn-artifact-filename "^5.0.0"
mvn-artifact-name-parser "^5.0.0"
mvn-artifact-url "^5.0.0"
node-fetch "^2.6.0"
mvn-artifact-filename "^6.0.0"
mvn-artifact-name-parser "^6.0.0"
mvn-artifact-url "^6.0.0"
node-fetch "^2.6.1"

mvn-artifact-filename@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-filename/-/mvn-artifact-filename-5.0.0.tgz#02e1c9d149fde2cb002c5d5c800c6baf2ae3c03c"
integrity sha512-ue6M+nKu/iyBx91flSoyfCBs94uz5ZSVGI3HdsDHR2cooNn425Cbpm7D81CgcDLvBcEdXUk0FVvfgGVtgGbKWg==
mvn-artifact-filename@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-filename/-/mvn-artifact-filename-6.0.0.tgz#bcb010f14f726371074e9af71856621baa0fb56d"
integrity sha512-sDHE+LMJBylCSnRZYKBVhNAslJR9fdLaRynhHVdicxgRa36+TxvHHJl+AaEje1F0VSjejRr2ab/PG7lgV9Ar5Q==

mvn-artifact-name-parser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-name-parser/-/mvn-artifact-name-parser-5.0.0.tgz#160ddb3bbbe9e85cc454f9a55f8f46bf2117954d"
integrity sha512-NMIP9GElpgqQbycxUSiXZyCpApRpkQm+Z4HI0D20jZrSnghJ3wvOyNNdRK0jQWoQL5TrC3+gLbLEjiKnRkSUpg==
mvn-artifact-name-parser@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-name-parser/-/mvn-artifact-name-parser-6.0.0.tgz#441506503326d4633b922e3d3dd843daebfa6cc9"
integrity sha512-ZWnGAMB/tHREFrH/6L3M13r+xiPJtyskKTnv7rHAbNoEKrzP6E3jeaLEwNceEVqfO7Px4iowVlYijJbCdDmijw==

mvn-artifact-url@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-url/-/mvn-artifact-url-5.0.0.tgz#d5bded7e72f05a3e9838bfcfec15969e654e5ab9"
integrity sha512-r8rqLCWElcp1vY0zyRffwL5X+5vQMdN51mr7wpgmxMlmFeLzTRW+nLVqOr6B4uGW4qL+lnbkP/GxF/bC8yTz9Q==
mvn-artifact-url@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/mvn-artifact-url/-/mvn-artifact-url-6.0.0.tgz#060456cb3bd7aa82096f133534af5da0ce8dd1a9"
integrity sha512-OOhwPzybaBV5KH4LJ2tR6MHC9cBiPSMtbY1e/mOqJ+ZYNyr6cILktLLDWmm3R46UVzALeOqFRK0sJnMq8ixeHA==
dependencies:
mvn-artifact-filename "^5.0.0"
node-fetch "^2.6.0"
mvn-artifact-filename "^6.0.0"
node-fetch "^2.6.1"
xml2js "^0.4.23"

natural-compare@^1.4.0:
Expand All @@ -2918,6 +2918,13 @@ node-fetch@^2.6.0:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==

node-fetch@^2.6.1:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
Expand Down Expand Up @@ -3798,6 +3805,11 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"

tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=

trim-newlines@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
Expand Down Expand Up @@ -3999,6 +4011,11 @@ walker@^1.0.7:
dependencies:
makeerror "1.0.x"

webidl-conversions@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=

webidl-conversions@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
Expand All @@ -4021,6 +4038,14 @@ whatwg-mimetype@^2.3.0:
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==

whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
dependencies:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"

whatwg-url@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.0.0.tgz#37f256cb746398e19b107bd6ef820b4ae2d15871"
Expand Down

0 comments on commit db32458

Please sign in to comment.