Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2023
1 parent 20551cb commit 4e6f102
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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-source/issues",
"dependencies": {
"@jayree/changelog": "^1.1.0",
"@jayree/changelog": "^1.1.1",
"@oclif/core": "^2.8.2",
"@salesforce/kit": "^1.9.2",
"@salesforce/sf-plugins-core": "^2.4.2",
Expand Down
18 changes: 9 additions & 9 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.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.0.tgz#77137797daaa13dd4dbece7965a9e6b3b52dfb1b"
integrity sha512-JBIlQLiCHpThkSX5vwg7Ih3qAGFFMylPif+qlKyTfRn8SF8t/+5uKAR/P6yNGPQnYUvumpQJCiD4UzLgTEAHfw==
"@jayree/changelog@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.1.tgz#fb4ae46577e1076a618258375d70cbebd394345b"
integrity sha512-AKemQRDNZ3binXvo/mYkW67l1oRsClPFItX2w3Wky0+S8KaIAwx5mJeFXaqTtDZAQb5AyZN4InB4RA2hYPgEdg==
dependencies:
debug "^4.3.4"
fs-extra "^11.1.0"
marked "^4.2.12"
fs-extra "^11.1.1"
marked "^4.3.0"
marked-terminal "^5.1.1"
semver "^7.3.8"
semver "^7.5.0"
semver-compare "^1.0.0"

"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
Expand Down Expand Up @@ -3705,7 +3705,7 @@ fs-constants@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==

fs-extra@^11.0.0, fs-extra@^11.1.0, fs-extra@^11.1.1:
fs-extra@^11.0.0, fs-extra@^11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
Expand Down Expand Up @@ -5276,7 +5276,7 @@ marked-terminal@^5.1.1:
node-emoji "^1.11.0"
supports-hyperlinks "^2.2.0"

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

0 comments on commit 4e6f102

Please sign in to comment.