Skip to content

Commit afeddb0

Browse files
chore(deps): bump the npm-dependencies group with 2 updates
Bumps the npm-dependencies group with 2 updates: [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) and [marked](https://github.com/markedjs/marked). Updates `eslint-plugin-react-hooks` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `marked` from 18.0.1 to 18.0.2 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v18.0.1...v18.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: marked dependency-version: 18.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b98876a commit afeddb0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"eslint-config-google": "^0.14.0",
4646
"eslint-config-prettier": "^10.1.8",
4747
"eslint-plugin-react": "^7.37.5",
48-
"eslint-plugin-react-hooks": "^7.1.0",
48+
"eslint-plugin-react-hooks": "^7.1.1",
4949
"eslint-plugin-simple-import-sort": "^13.0.0",
5050
"highlight.js": "^11.11.1",
5151
"husky": "^9.1.7",
5252
"jest": "^30.3.0",
5353
"markdown-it": "^14.1.1",
54-
"marked": "^18.0.1",
54+
"marked": "^18.0.2",
5555
"typescript": "^6.0.3"
5656
}
5757
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,10 +1759,10 @@ eslint-config-prettier@^10.1.8:
17591759
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
17601760
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
17611761

1762-
eslint-plugin-react-hooks@^7.1.0:
1763-
version "7.1.0"
1764-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0.tgz#46f19a653041fab6fc4b6d66873cd387f779e6ad"
1765-
integrity sha512-LDicyhrRFrIaheDYryeM2W8gWyZXnAs4zIr2WVPiOSeTmIu2RjR4x/9N0xLaRWZ+9hssBDGo3AadcohuzAvSvg==
1762+
eslint-plugin-react-hooks@^7.1.1:
1763+
version "7.1.1"
1764+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz#e6742cad75d970c0a3f30d7d3fa80a4784f55927"
1765+
integrity sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==
17661766
dependencies:
17671767
"@babel/core" "^7.24.4"
17681768
"@babel/parser" "^7.24.4"
@@ -3167,10 +3167,10 @@ markdown-it@^14.1.1:
31673167
punycode.js "^2.3.1"
31683168
uc.micro "^2.1.0"
31693169

3170-
marked@^18.0.1:
3171-
version "18.0.1"
3172-
resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.1.tgz#4e69a3518b31efe307a5ecb3e8f921555113dd3f"
3173-
integrity sha512-IILJE4Aap/KIGu4ZRCzQcYMxkhumblXnbqfQe+HAD4f982wrRAsJEGKGM653yAioS6g3Yq3yOhjrUebcrtOgRA==
3170+
marked@^18.0.2:
3171+
version "18.0.2"
3172+
resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.2.tgz#180cb158a2d2dc377821cfb088a10ca1b5630ef0"
3173+
integrity sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==
31743174

31753175
math-intrinsics@^1.1.0:
31763176
version "1.1.0"

0 commit comments

Comments
 (0)