Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/eslint-parser from 7.23.3 to 7.23.10 (#340)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @babel/eslint-parser from 7.23.3 to 7.23.10

Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.23.3 to 7.23.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.10/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changeset): Upgraded @babel/eslint-parser from 7.23.3 to 7.23.10

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dipak Parmar <hi@dipak.tech>
  • Loading branch information
dependabot[bot] and dipakparmar authored Feb 11, 2024
1 parent 0bb0cd7 commit a65e153
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-fans-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'docs-diary': patch
---

Upgraded @babel/eslint-parser from 7.23.3 to 7.23.10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tailwindcss": "3.4.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.23.10",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.5.0",
"@docusaurus/eslint-plugin": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
json5 "^2.2.3"
semver "^6.3.1"

"@babel/eslint-parser@7.23.3":
version "7.23.3"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca"
integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==
"@babel/eslint-parser@7.23.10":
version "7.23.10"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz#2d4164842d6db798873b40e0c4238827084667a2"
integrity sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
eslint-visitor-keys "^2.1.0"
Expand Down

0 comments on commit a65e153

Please sign in to comment.