Skip to content

Commit

Permalink
build(deps-dev): changelog-light from 0.4.0 to 0.4.1 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2023
1 parent b118cad commit fc1320e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"changelog-light": "^0.4.0",
"changelog-light": "^0.4.1",
"cspell": "^6.31.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1957,14 +1957,14 @@ 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.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/changelog-light/-/changelog-light-0.4.0.tgz#1e1d3e9007b36ddc3239f26a1c4a2d69a82f9266"
integrity sha512-TPWljLYHQAVlkdXTGH7I6BB95OpfnvZ9cu6LkZDbEkO2GaO2+ABfFpMwL0rrwUnhgX97mwO2+TsVqFkFD4lvOQ==
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==
dependencies:
conventional-commit-types "^3.0.0"
semver "^7.3.8"
yargs "^17.7.1"
semver "^7.4.0"
yargs "^17.7.2"

char-regex@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -6032,10 +6032,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0, semver@^7.5.0:
version "7.5.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec"
integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
dependencies:
lru-cache "^6.0.0"

Expand Down Expand Up @@ -7044,7 +7044,7 @@ yargs-parser@^21.1.1:
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==

yargs@^17.3.1, yargs@^17.7.1, yargs@^17.7.2:
yargs@^17.3.1, yargs@^17.7.2:
version "17.7.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
Expand Down

0 comments on commit fc1320e

Please sign in to comment.