Skip to content

Commit 31642ca

Browse files
chore(deps-dev): bump @babel/eslint-parser in /docs (#320)
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.18.9 to 7.19.1. - [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.19.1/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29563c4 commit 31642ca

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.9",
29+
"@babel/eslint-parser": "^7.19.1",
3030
"@docusaurus/eslint-plugin": "^2.1.0",
3131
"@docusaurus/module-type-aliases": "^2.1.0",
3232
"eslint": "^8.23.1",

docs/yarn.lock

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

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==
208+
"@babel/eslint-parser@^7.19.1":
209+
version "7.19.1"
210+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
211+
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
212212
dependencies:
213-
eslint-scope "^5.1.1"
213+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
214214
eslint-visitor-keys "^2.1.0"
215215
semver "^6.3.0"
216216

@@ -1914,6 +1914,13 @@
19141914
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
19151915
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
19161916

1917+
"@nicolo-ribaudo/[email protected]":
1918+
version "5.1.1-v1"
1919+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1920+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1921+
dependencies:
1922+
eslint-scope "5.1.1"
1923+
19171924
"@nodelib/[email protected]":
19181925
version "2.1.5"
19191926
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

0 commit comments

Comments
 (0)