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

Bump release-it from 13.4.0 to 13.5.0 (#331)

Bumps [release-it](https://github.com/release-it/release-it) from 13.4.0 to 13.5.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.4.0...13.5.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-29 14:02:31 -07:00
committed by GitHub
parent 8c5cd12a30
commit ee90ab021f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -3504,9 +3504,9 @@
}
},
"@types/node": {
"version": "12.12.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.31.tgz",
"integrity": "sha512-T+wnJno8uh27G9c+1T+a1/WYCHzLeDqtsGJkoEdSp2X8RTh3oOCZQcUnjAx90CS8cmmADX51O0FI/tu9s0yssg==",
"version": "13.9.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.5.tgz",
"integrity": "sha512-hkzMMD3xu6BrJpGVLeQ3htQQNAcOrJjX7WFmtK8zWQpz2UJf13LCFF2ALA7c9OVdvc2vQJeDdjfR35M0sBCxvw==",
"dev": true
},
"@types/parse-json": {
@@ -13462,9 +13462,9 @@
}
},
"release-it": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.4.0.tgz",
"integrity": "sha512-iOJAUPK96LYalSGwWWBcEykpWhlBFcxR5ZE/jCRWWezYNWn2u+inzi8gZ2UccIjqA2CKNE9punYDyd6VwQBKBQ==",
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.5.0.tgz",
"integrity": "sha512-jArSTUaGzQiWjEUCwWG5chNmE1xNTaI9HQQhPPIJfzk+cL6KvT5MwRkaUQeJbTkrqlB5UjIM9sF35OMndEUuUA==",
"dev": true,
"requires": {
"@iarna/toml": "2.2.3",

View File

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