Skip to content

Commit

Permalink
fix(deps): bump @jayree/changelog from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [@jayree/changelog](https://github.com/jayree/changelog) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/jayree/changelog/releases)
- [Changelog](https://github.com/jayree/changelog/blob/main/CHANGELOG.md)
- [Commits](jayree/changelog@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: "@jayree/changelog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 16, 2023
1 parent 039f528 commit e692442
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
"dependencies": {
"@jayree/changelog": "^1.1.2",
"@jayree/changelog": "^1.1.3",
"@salesforce/sf-plugins-core": "^3.0.4",
"@salesforce/source-deploy-retrieve": "^9.2.1",
"@salesforce/ts-types": "^2.0.3",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -488,16 +488,16 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==

"@jayree/changelog@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.2.tgz#3b2ddc4ccbcca3069f70494e0abe2f2178957672"
integrity sha512-k/yzIrtk9lh9Q3ir7hvrMDFOt2+65uzx6TZn38oE9YW4uV/x9nK6ruyV5Fu/ePm6+xIhwamj22e4pcln9R+evQ==
"@jayree/changelog@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.3.tgz#8f9bb9e8babc6e835042879970082c66ff93b4a8"
integrity sha512-ZfJKNuCg/MTlzOCo5n/M1Ne0YY0jx6q1hwMDTUWKko81vrbodCiWjX7FMo4ACfU7zJeRhvvITezMjIJ3+oCyaA==
dependencies:
debug "^4.3.4"
fs-extra "^11.1.1"
marked "^4.3.0"
marked "^5.0.5"
marked-terminal "^5.2.0"
semver "^7.5.0"
semver "^7.5.1"
semver-compare "^1.0.0"

"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
Expand Down Expand Up @@ -5265,11 +5265,16 @@ marked-terminal@^5.2.0:
node-emoji "^1.11.0"
supports-hyperlinks "^2.3.0"

marked@^4.0.19, marked@^4.3.0:
marked@^4.0.19:
version "4.3.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==

marked@^5.0.5:
version "5.1.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-5.1.0.tgz#cf51f03ba04dfb3469774029fd0106d258658767"
integrity sha512-z3/nBe7aTI8JDszlYLk7dDVNpngjw0o1ZJtrA9kIfkkHcIF+xH7mO23aISl4WxP83elU+MFROgahqdpd05lMEQ==

"mem-fs-editor@^8.1.2 || ^9.0.0", mem-fs-editor@^9.0.0:
version "9.7.0"
resolved "https://registry.yarnpkg.com/mem-fs-editor/-/mem-fs-editor-9.7.0.tgz#dbb458b8acb885c84013645e93f71aa267a7fdf6"
Expand Down

0 comments on commit e692442

Please sign in to comment.