Skip to content

Commit c8e9cbe

Browse files
chore(deps): update devdependency @babel/eslint-parser to ^7.19.1
1 parent 00d4e13 commit c8e9cbe

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"nuxt": "^2.15.8"
1717
},
1818
"devDependencies": {
19-
"@babel/eslint-parser": "^7.18.9",
19+
"@babel/eslint-parser": "^7.19.1",
2020
"@nuxtjs/eslint-config": "^10.0.0",
2121
"@nuxtjs/eslint-module": "^3.1.0",
2222
"eslint": "^7.32.0",

nuxt/yarn.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
json5 "^2.1.2"
5050
semver "^6.3.0"
5151

52-
"@babel/eslint-parser@^7.18.9":
53-
version "7.18.9"
54-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031"
55-
integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==
52+
"@babel/eslint-parser@^7.19.1":
53+
version "7.19.1"
54+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
55+
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
5656
dependencies:
57-
eslint-scope "^5.1.1"
57+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5858
eslint-visitor-keys "^2.1.0"
5959
semver "^6.3.0"
6060

@@ -1012,6 +1012,13 @@
10121012
"@jridgewell/resolve-uri" "^3.0.3"
10131013
"@jridgewell/sourcemap-codec" "^1.4.10"
10141014

1015+
"@nicolo-ribaudo/[email protected]":
1016+
version "5.1.1-v1"
1017+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1018+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1019+
dependencies:
1020+
eslint-scope "5.1.1"
1021+
10151022
"@nodelib/[email protected]":
10161023
version "2.1.5"
10171024
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -3837,6 +3844,14 @@ eslint-plugin-vue@^8.7.1:
38373844
semver "^7.3.5"
38383845
vue-eslint-parser "^8.0.1"
38393846

3847+
[email protected], eslint-scope@^5.1.1:
3848+
version "5.1.1"
3849+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3850+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3851+
dependencies:
3852+
esrecurse "^4.3.0"
3853+
estraverse "^4.1.1"
3854+
38403855
eslint-scope@^4.0.3:
38413856
version "4.0.3"
38423857
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -3845,14 +3860,6 @@ eslint-scope@^4.0.3:
38453860
esrecurse "^4.1.0"
38463861
estraverse "^4.1.1"
38473862

3848-
eslint-scope@^5.1.1:
3849-
version "5.1.1"
3850-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3851-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3852-
dependencies:
3853-
esrecurse "^4.3.0"
3854-
estraverse "^4.1.1"
3855-
38563863
eslint-scope@^7.0.0:
38573864
version "7.1.1"
38583865
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"

0 commit comments

Comments
 (0)