Skip to content

Commit 66052b1

Browse files
chore(deps-dev): bump @babel/eslint-parser in /docs (#193)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.18.2 to 7.18.9. - [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.18.9/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Angelov <[email protected]>
1 parent 92f48d6 commit 66052b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": "^17.0.2"
2727
},
2828
"devDependencies": {
29-
"@babel/eslint-parser": "^7.18.2",
29+
"@babel/eslint-parser": "^7.18.9",
3030
"@docusaurus/eslint-plugin": "^2.0.0-rc.1",
3131
"@docusaurus/module-type-aliases": "^2.0.0-rc.1",
3232
"eslint": "^8.20.0",

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@
205205
json5 "^2.2.1"
206206
semver "^6.3.0"
207207

208-
"@babel/eslint-parser@^7.18.2":
209-
version "7.18.2"
210-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245"
211-
integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==
208+
"@babel/eslint-parser@^7.18.9":
209+
version "7.18.9"
210+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031"
211+
integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==
212212
dependencies:
213213
eslint-scope "^5.1.1"
214214
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)