Skip to content

Commit 2da8046

Browse files
Merge pull request #25 from kaliber5/dependabot/npm_and_yarn/release-it-14.5.1
2 parents 1c91634 + 3af749b commit 2da8046

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-prettier": "^3.3.1",
3535
"jest": "^26.6.3",
3636
"prettier": "^2.2.1",
37-
"release-it": "^14.5.0",
37+
"release-it": "^14.5.1",
3838
"release-it-lerna-changelog": "^3.1.0"
3939
},
4040
"engines": {

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,10 @@
855855
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-4.0.1.tgz#bafd3d173974827ba0b733fcca7f1860cb71a9aa"
856856
integrity sha512-k2hRcfcLRyPJjtYfJLzg404n7HZ6sUpAWAR/uNI8tf96NgatWOpw1ocdF+WFfx/trO1ivBh7ckynO1rn+xAw/Q==
857857

858-
"@octokit/openapi-types@^5.3.2":
859-
version "5.3.2"
860-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-5.3.2.tgz#b8ac43c5c3d00aef61a34cf744e315110c78deb4"
861-
integrity sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA==
858+
"@octokit/openapi-types@^6.0.0":
859+
version "6.0.0"
860+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-6.0.0.tgz#7da8d7d5a72d3282c1a3ff9f951c8133a707480d"
861+
integrity sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ==
862862

863863
"@octokit/plugin-paginate-rest@^2.6.2":
864864
version "2.9.1"
@@ -872,12 +872,12 @@
872872
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.3.tgz#70a62be213e1edc04bb8897ee48c311482f9700d"
873873
integrity sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ==
874874

875-
"@octokit/plugin-rest-endpoint-methods@4.13.5":
876-
version "4.13.5"
877-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz#ad76285b82fe05fbb4adf2774a9c887f3534a880"
878-
integrity sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==
875+
"@octokit/plugin-rest-endpoint-methods@5.0.0":
876+
version "5.0.0"
877+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.0.tgz#cf2cdeb24ea829c31688216a5b165010b61f9a98"
878+
integrity sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==
879879
dependencies:
880-
"@octokit/types" "^6.12.2"
880+
"@octokit/types" "^6.13.0"
881881
deprecation "^2.3.1"
882882

883883
"@octokit/request-error@^2.0.0":
@@ -903,15 +903,15 @@
903903
once "^1.4.0"
904904
universal-user-agent "^6.0.0"
905905

906-
"@octokit/rest@18.3.5":
907-
version "18.3.5"
908-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.3.5.tgz#a89903d46e0b4273bd3234674ec2777a651d68ab"
909-
integrity sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==
906+
"@octokit/rest@18.5.2":
907+
version "18.5.2"
908+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.5.2.tgz#0369e554b7076e3749005147be94c661c7a5a74b"
909+
integrity sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==
910910
dependencies:
911911
"@octokit/core" "^3.2.3"
912912
"@octokit/plugin-paginate-rest" "^2.6.2"
913913
"@octokit/plugin-request-log" "^1.0.2"
914-
"@octokit/plugin-rest-endpoint-methods" "4.13.5"
914+
"@octokit/plugin-rest-endpoint-methods" "5.0.0"
915915

916916
"@octokit/types@^6.0.3", "@octokit/types@^6.7.1":
917917
version "6.7.1"
@@ -921,12 +921,12 @@
921921
"@octokit/openapi-types" "^3.4.1"
922922
"@types/node" ">= 8"
923923

924-
"@octokit/types@^6.12.2":
925-
version "6.12.2"
926-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.12.2.tgz#5b44add079a478b8eb27d78cf384cc47e4411362"
927-
integrity sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==
924+
"@octokit/types@^6.13.0":
925+
version "6.13.0"
926+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.13.0.tgz#779e5b7566c8dde68f2f6273861dd2f0409480d0"
927+
integrity sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==
928928
dependencies:
929-
"@octokit/openapi-types" "^5.3.2"
929+
"@octokit/openapi-types" "^6.0.0"
930930

931931
"@octokit/types@^6.8.0":
932932
version "6.8.2"
@@ -2967,10 +2967,10 @@ globals@^13.6.0:
29672967
dependencies:
29682968
type-fest "^0.20.2"
29692969

2970-
[email protected].2, globby@^11.0.0, globby@^11.0.2:
2971-
version "11.0.2"
2972-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
2973-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
2970+
[email protected].3, globby@^11.0.0, globby@^11.0.2:
2971+
version "11.0.3"
2972+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
2973+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
29742974
dependencies:
29752975
array-union "^2.1.0"
29762976
dir-glob "^3.0.1"
@@ -5341,13 +5341,13 @@ release-it-lerna-changelog@^3.1.0:
53415341
validate-peer-dependencies "^1.0.0"
53425342
which "^2.0.2"
53435343

5344-
release-it@^14.5.0:
5345-
version "14.5.0"
5346-
resolved "https://registry.yarnpkg.com/release-it/-/release-it-14.5.0.tgz#84ced16247b2ea92bc8e7b06c87daa60d5ce2b7e"
5347-
integrity sha512-3xwKx3B5i4TVMlCZsNXOCc/S3iviQmi64FJExsvMg5ZjlbBsEYF4qbPLVMq308i7MeDWhubiFHIb3XYuh8pt6Q==
5344+
release-it@^14.5.1:
5345+
version "14.5.1"
5346+
resolved "https://registry.yarnpkg.com/release-it/-/release-it-14.5.1.tgz#79c971f84bb827794a7ddef0b6209bbb5e978ff8"
5347+
integrity sha512-ivbMbYEk4E1RoV3DmWn8T37sjnCx35kwiHDSgfphDr0F8A5zbJCj4ZLZmDseE9sQi9ZjhXTN1webBLW5YbGxNg==
53485348
dependencies:
53495349
"@iarna/toml" "2.2.5"
5350-
"@octokit/rest" "18.3.5"
5350+
"@octokit/rest" "18.5.2"
53515351
async-retry "1.3.1"
53525352
chalk "4.1.0"
53535353
cosmiconfig "7.0.0"
@@ -5357,7 +5357,7 @@ release-it@^14.5.0:
53575357
find-up "5.0.0"
53585358
form-data "4.0.0"
53595359
git-url-parse "11.4.4"
5360-
globby "11.0.2"
5360+
globby "11.0.3"
53615361
got "11.8.2"
53625362
import-cwd "3.0.0"
53635363
inquirer "8.0.0"
@@ -5367,7 +5367,7 @@ release-it@^14.5.0:
53675367
ora "5.4.0"
53685368
os-name "4.0.0"
53695369
parse-json "5.2.0"
5370-
semver "7.3.4"
5370+
semver "7.3.5"
53715371
shelljs "0.8.4"
53725372
update-notifier "5.1.0"
53735373
url-join "4.0.1"
@@ -5645,10 +5645,10 @@ semver-diff@^3.1.1:
56455645
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
56465646
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
56475647

5648-
[email protected].4, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
5649-
version "7.3.4"
5650-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
5651-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
5648+
[email protected].5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
5649+
version "7.3.5"
5650+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
5651+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
56525652
dependencies:
56535653
lru-cache "^6.0.0"
56545654

0 commit comments

Comments
 (0)