Skip to content

Commit

Permalink
chore(deps): bump linkinator from 6.0.4 to 6.0.5 (#330)
Browse files Browse the repository at this point in the history
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](JustinBeckwith/linkinator@v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: linkinator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent 53989cd commit 3520cd2
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 @@ -45,7 +45,7 @@
"cosmiconfig": "^8.3.6",
"eslint-config-salesforce-typescript": "^3.3.0",
"husky": "^7.0.4",
"linkinator": "^6.0.4",
"linkinator": "^6.0.5",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2693,17 +2693,17 @@ lines-and-columns@^1.1.6:
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

linkinator@^6.0.4:
version "6.0.4"
resolved "https://registry.npmjs.org/linkinator/-/linkinator-6.0.4.tgz#2a4a9f76732b0f8968abf35ed09d57a3a8be3427"
integrity sha512-gxZ9ePUBeoaCk29p+2gAwrRIVnKOqAV8ZVCEM8N7MvpwbccDBQiKjXFyS6nQx56K1CCZLboan2i5iJfpWCsnSQ==
linkinator@^6.0.5:
version "6.0.5"
resolved "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz#b19344d65824d3a8beafd94c9db86ddbfb8e83aa"
integrity sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==
dependencies:
chalk "^5.0.0"
escape-html "^1.0.3"
gaxios "^6.0.0"
glob "^10.3.10"
htmlparser2 "^9.0.0"
marked "^10.0.0"
marked "^12.0.1"
meow "^13.0.0"
mime "^4.0.0"
server-destroy "^1.0.1"
Expand Down Expand Up @@ -2842,10 +2842,10 @@ map-obj@^4.0.0:
resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==

marked@^10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
marked@^12.0.1:
version "12.0.2"
resolved "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e"
integrity sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==

marked@^4.3.0:
version "4.3.0"
Expand Down

0 comments on commit 3520cd2

Please sign in to comment.