Skip to content

Commit

Permalink
Merge pull request #75 from rwjblue/dependabot/npm_and_yarn/release-i…
Browse files Browse the repository at this point in the history
…t-lerna-changelog-2.3.0
  • Loading branch information
dependabot-preview[bot] authored Apr 28, 2020
2 parents 8cbd08d + ff26639 commit 6a2636e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "^2.0.5",
"qunit": "^2.9.3",
"release-it": "^13.5.5",
"release-it-lerna-changelog": "^2.2.0",
"release-it-lerna-changelog": "^2.3.0",
"release-it-yarn-workspaces": "^1.3.0"
},
"engines": {
Expand Down
33 changes: 20 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2842,15 +2842,15 @@ registry-url@^5.0.0:
dependencies:
rc "^1.2.8"

release-it-lerna-changelog@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-2.2.0.tgz#645824f413ebbba999aa24de4cda5491bbb55b23"
integrity sha512-gM/Ly3k0hX7cpU05wjVB6pYqbjCxg1yewBSa1HJOKWlBHNTOFnKZkNxQ26oiprXCeDDj8j7b2tM6Trgr73a5Ww==
release-it-lerna-changelog@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-2.3.0.tgz#4bcaa0934d2fa2c48b3de47fb993cb0ce061d415"
integrity sha512-UBoquh1Vv5fSICr6ur/j0ZqlVu4qK4MMoGzNp003GJYoj+sg/3gAN0FpAdm1r2jn//XG0PGooadq8uCYX0d08Q==
dependencies:
execa "^4.0.0"
lerna-changelog "^1.0.1"
release-it "^13.5.4"
tmp "^0.1.0"
release-it "^13.5.5"
tmp "^0.2.0"
which "^2.0.2"

release-it-yarn-workspaces@^1.3.0:
Expand All @@ -2865,7 +2865,7 @@ release-it-yarn-workspaces@^1.3.0:
url-join "^4.0.1"
walk-sync "^2.0.2"

release-it@^13.3.2, release-it@^13.5.4, release-it@^13.5.5:
release-it@^13.3.2, release-it@^13.5.5:
version "13.5.5"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.5.5.tgz#052a9d154063b19ad3fd33683c83b77e1686cc5d"
integrity sha512-wdgtDUOtNtGPSHienHObzvYKaACpGlEU/yJhonHoDBkpSSBHF/RBdt3f3f3r+3ugB3i0ogUeUZrRZ4uAq/GWtA==
Expand Down Expand Up @@ -3006,13 +3006,20 @@ [email protected]:
dependencies:
glob "^7.1.3"

rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
rimraf@^2.5.4, rimraf@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
dependencies:
glob "^7.1.3"

rimraf@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"

run-async@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz#e59054a5b86876cfae07f431d18cbaddc594f1e8"
Expand Down Expand Up @@ -3347,12 +3354,12 @@ tmp@^0.0.33:
dependencies:
os-tmpdir "~1.0.2"

tmp@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==
tmp@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.0.tgz#fdc6a78d2a77bf7e426ca476d8a4f82eefcf648c"
integrity sha512-spsb5g6EiPmteS5TcOAECU3rltCMDMp4VMU2Sb0+WttN4qGobEkMAd+dkr1cubscN08JGNDX765dPbGImbG7MQ==
dependencies:
rimraf "^2.6.3"
rimraf "^3.0.0"

to-readable-stream@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 6a2636e

Please sign in to comment.