Skip to content

Commit

Permalink
chore(deps-dev): changelog-light from 0.4.1 to 0.5.0 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 088afce commit b378e04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@testing-library/react": "^12.1.5",
"apidoc-mock": "^4.3.0",
"babel-jest": "^29.5.0",
"changelog-light": "^0.4.1",
"changelog-light": "^0.5.0",
"copy-webpack-plugin": "^11.0.0",
"cspell": "^6.31.1",
"dotenv": "^16.1.3",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5634,13 +5634,13 @@ chalk@^5.0.1, chalk@^5.2.0:
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==

changelog-light@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/changelog-light/-/changelog-light-0.4.1.tgz#448767175c3f3b6c947a5542deb9cd6274b76f72"
integrity sha512-M/qSVtF3r0IpMJhC+g/0axHUMtSXNrwaMiLuMV7w7jjqhv2SHkizprKF+GDXCSStE2uUqc2YY0S3Xux0RoS+sw==
changelog-light@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/changelog-light/-/changelog-light-0.5.0.tgz#489744695fe12c1c09db6c5dd844c5e395d37ecb"
integrity sha512-pyGzqqkH7SGztF2fGKqQMLDX6bYAx7kiDt7yMRGKsJPCWWjzN43kuXASOIxkgd/XcliFWAPSp8ebQI/G5UE1aw==
dependencies:
conventional-commit-types "^3.0.0"
semver "^7.4.0"
semver "^7.5.3"
yargs "^17.7.2"

char-regex@^1.0.2:
Expand Down Expand Up @@ -14050,6 +14050,13 @@ semver@^7.4.0, semver@^7.5.1:
dependencies:
lru-cache "^6.0.0"

semver@^7.5.3:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
dependencies:
lru-cache "^6.0.0"

semver@~7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
Expand Down

0 comments on commit b378e04

Please sign in to comment.