1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

Bump release-it from 13.3.2 to 13.4.0 (#329)

Bumps [release-it](https://github.com/release-it/release-it) from 13.3.2 to 13.4.0.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/13.3.2...13.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-27 10:14:21 -07:00
committed by GitHub
parent 729ba9b26f
commit 94c1afe16f
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View File

@@ -2366,9 +2366,9 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.3.tgz",
"integrity": "sha512-5YTXjsX2UzJvrDc7wU+Ectv8sUnxQSSTmcxYT91lm2E2pwy2SEyFa1AkiwWYftUnHG+mm7zouet5hrgUkU7Kcw==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.4.0.tgz",
"integrity": "sha512-Tvctk0u5SVrSLAzi8SLo0KrLSBl5biAHBgWy3L65vsbO/2fjzr62HVkoDPyr+WRT+eHhhqpKAERF3dQWOIUOvQ==",
"dev": true,
"requires": {
"@octokit/types": "^2.0.1",
@@ -2420,21 +2420,21 @@
}
},
"@octokit/rest": {
"version": "17.1.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.1.2.tgz",
"integrity": "sha512-Dm24iVakcVQwl1mrANYdaf1lvSeMwN9SxnEEh+EZQCfx5R8BE8E8w5Oe+LaKexbYZTv+MHqE7Af4LrSHSo9JgQ==",
"version": "17.1.4",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.1.4.tgz",
"integrity": "sha512-LGghhepxoXyvi7ew0OdedrlwXQog8gvTbcdXoQ6RDKnzoYW2rBpcqeWC4fTuPUp9K0UEykcMix8kFnQ5b+64JQ==",
"dev": true,
"requires": {
"@octokit/core": "^2.4.3",
"@octokit/plugin-paginate-rest": "^2.0.0",
"@octokit/plugin-request-log": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "^3.3.0"
"@octokit/plugin-rest-endpoint-methods": "3.4.0"
}
},
"@octokit/types": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.5.0.tgz",
"integrity": "sha512-KEnLwOfdXzxPNL34fj508bhi9Z9cStyN7qY1kOfVahmqtAfrWw6Oq3P4R+dtsg0lYtZdWBpUrS/Ixmd5YILSww==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.5.1.tgz",
"integrity": "sha512-q4Wr7RexkPRrkQpXzUYF5Fj/14Mr65RyOHj6B9d/sQACpqGcStkHZj4qMEtlMY5SnD/69jlL9ItGPbDM0dR/dA==",
"dev": true,
"requires": {
"@types/node": ">= 8"
@@ -7760,7 +7760,7 @@
},
"is-obj": {
"version": "1.0.1",
"resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
"dev": true
},
@@ -13025,13 +13025,13 @@
}
},
"release-it": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.3.2.tgz",
"integrity": "sha512-ktGgXpOqYpvwlL07IeIbYYFom4cIlYF+xHvDwV5HsxcLSBpFtCeGcTPhBl4ZgP4rSwiioQiDOdLJBku+1Lm3MQ==",
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.4.0.tgz",
"integrity": "sha512-iOJAUPK96LYalSGwWWBcEykpWhlBFcxR5ZE/jCRWWezYNWn2u+inzi8gZ2UccIjqA2CKNE9punYDyd6VwQBKBQ==",
"dev": true,
"requires": {
"@iarna/toml": "2.2.3",
"@octokit/rest": "17.1.2",
"@octokit/rest": "17.1.4",
"async-retry": "1.3.1",
"chalk": "3.0.0",
"cosmiconfig": "6.0.0",
@@ -13060,7 +13060,7 @@
"uuid": "7.0.2",
"window-size": "1.1.1",
"yaml": "1.8.3",
"yargs-parser": "18.1.1"
"yargs-parser": "18.1.2"
},
"dependencies": {
"@babel/runtime": {
@@ -13413,9 +13413,9 @@
}
},
"yargs-parser": {
"version": "18.1.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.1.tgz",
"integrity": "sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA==",
"version": "18.1.2",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz",
"integrity": "sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ==",
"dev": true,
"requires": {
"camelcase": "^5.0.0",

View File

@@ -56,7 +56,7 @@
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.2",
"release-it": "^13.3.2",
"release-it": "^13.4.0",
"sass": "^1.26.3",
"vue-hot-reload-api": "^2.3.4",
"vue-jest": "^3.0.5",