Skip to content

Commit bbbb3a4

Browse files
chore(deps): update devdependency release-it to v15.8.0
1 parent 9064566 commit bbbb3a4

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"husky": "8.0.3",
5757
"lint-staged": "13.1.4",
5858
"nuxt": "npm:[email protected]",
59-
"release-it": "15.6.1",
59+
"release-it": "15.8.0",
6060
"vitest": "^0.29.2"
6161
},
6262
"resolutions": {

yarn.lock

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,19 @@ cacheable-request@^10.2.1:
19421942
normalize-url "^8.0.0"
19431943
responselike "^3.0.0"
19441944

1945+
cacheable-request@^10.2.8:
1946+
version "10.2.8"
1947+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-10.2.8.tgz#899ae6c0c8c7127f263b2005ecaac07c95124079"
1948+
integrity sha512-IDVO5MJ4LItE6HKFQTqT2ocAQsisOoCTUDu1ddCmnhyiwFQjXNPp4081Xj23N4tO+AFEFNzGuNEf/c8Gwwt15A==
1949+
dependencies:
1950+
"@types/http-cache-semantics" "^4.0.1"
1951+
get-stream "^6.0.1"
1952+
http-cache-semantics "^4.1.1"
1953+
keyv "^4.5.2"
1954+
mimic-response "^4.0.0"
1955+
normalize-url "^8.0.0"
1956+
responselike "^3.0.0"
1957+
19451958
call-bind@^1.0.0, call-bind@^1.0.2:
19461959
version "1.0.2"
19471960
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -4114,7 +4127,24 @@ gopd@^1.0.1:
41144127
dependencies:
41154128
get-intrinsic "^1.1.3"
41164129

4117-
[email protected], got@^12.1.0:
4130+
4131+
version "12.6.0"
4132+
resolved "https://registry.yarnpkg.com/got/-/got-12.6.0.tgz#8d382ee5de4432c086e83c133efdd474484f6ac7"
4133+
integrity sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==
4134+
dependencies:
4135+
"@sindresorhus/is" "^5.2.0"
4136+
"@szmarczak/http-timer" "^5.0.1"
4137+
cacheable-lookup "^7.0.0"
4138+
cacheable-request "^10.2.8"
4139+
decompress-response "^6.0.0"
4140+
form-data-encoder "^2.1.2"
4141+
get-stream "^6.0.1"
4142+
http2-wrapper "^2.1.10"
4143+
lowercase-keys "^3.0.0"
4144+
p-cancelable "^3.0.0"
4145+
responselike "^3.0.0"
4146+
4147+
got@^12.1.0:
41184148
version "12.5.3"
41194149
resolved "https://registry.yarnpkg.com/got/-/got-12.5.3.tgz#82bdca2dd61258a02e24d668ea6e7abb70ac3598"
41204150
integrity sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==
@@ -4268,6 +4298,11 @@ http-cache-semantics@^4.1.0:
42684298
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
42694299
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
42704300

4301+
http-cache-semantics@^4.1.1:
4302+
version "4.1.1"
4303+
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
4304+
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
4305+
42714306
42724307
version "2.0.0"
42734308
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
@@ -6781,10 +6816,10 @@ registry-url@^6.0.0:
67816816
dependencies:
67826817
rc "1.2.8"
67836818

6784-
release-it@15.6.1:
6785-
version "15.6.1"
6786-
resolved "https://registry.yarnpkg.com/release-it/-/release-it-15.6.1.tgz#843e4ab66110bf2460d14536fb7ce36804f2a078"
6787-
integrity sha512-oPJKP2yxMcA/TaGFnS5uB0spDSPiDXXd1yGKSSMQ2xutyiSs8X+1UahlJCF/xHnp01QwUqRv0fpsV9MFr2GKmQ==
6819+
release-it@15.8.0:
6820+
version "15.8.0"
6821+
resolved "https://registry.yarnpkg.com/release-it/-/release-it-15.8.0.tgz#ab03987ce2e7192869ba54ff93f1fd503188404c"
6822+
integrity sha512-eJwYY/vXefcnWn7OHlZRcQJYPSJw/fdO+29C/Re5MZE8FZReCHu+EYq3yB0Bm39/3cTVz/5I/2Fk5rtAsVFU1g==
67886823
dependencies:
67896824
"@iarna/toml" "2.2.5"
67906825
"@octokit/rest" "19.0.7"
@@ -6794,7 +6829,7 @@ [email protected]:
67946829
execa "7.0.0"
67956830
git-url-parse "13.1.0"
67966831
globby "13.1.3"
6797-
got "12.5.3"
6832+
got "12.6.0"
67986833
inquirer "9.1.4"
67996834
is-ci "3.0.1"
68006835
lodash "4.17.21"

0 commit comments

Comments
 (0)