File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
"editorconfig" : " 0.15.3" ,
39
39
"editorconfig-to-prettier" : " 0.2.0" ,
40
40
"escape-string-regexp" : " 4.0.0" ,
41
- "espree" : " 8 .0.0" ,
41
+ "espree" : " 9 .0.0" ,
42
42
"esutils" : " 2.0.3" ,
43
43
"fast-glob" : " 3.2.7" ,
44
44
"fast-json-stable-stringify" : " 2.1.0" ,
Original file line number Diff line number Diff line change @@ -1964,7 +1964,7 @@ acorn@^7.1.1, acorn@^7.4.0:
1964
1964
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
1965
1965
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
1966
1966
1967
- acorn@^8.2.4, acorn@^8.4.1 :
1967
+ acorn@^8.2.4, acorn@^8.4.1, acorn@^8.5.0 :
1968
1968
version "8.5.0"
1969
1969
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
1970
1970
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
@@ -3180,12 +3180,12 @@ esm-utils@2.0.0:
3180
3180
resolved "https://registry.yarnpkg.com/esm-utils/-/esm-utils-2.0.0.tgz#94c18662cb50ab52f8a8c87125c0e7c43c8ac28b"
3181
3181
integrity sha512-FM1aYzy+6rfTR4XHE5CwGAEliEvKCpCgDpnjqtk2eYEcLuTHK5SzypGQrkyaFB21utY8EePOrZhQvk3ayZhQjQ==
3182
3182
3183
- espree@8 .0.0 :
3184
- version "8 .0.0"
3185
- resolved "https://registry.yarnpkg.com/espree/-/espree-8 .0.0.tgz#08c92c31814c96c96c54d3a35cc80f1cdb420275 "
3186
- integrity sha512-y/+i23dwTjIDJrYCcjcAMr3c3UGbPIjC6THMQKjWmhP97fW0FPiI89kmpKfmgV/5jrkIi6toQP+CMm3qBE1Hig ==
3183
+ espree@9 .0.0 :
3184
+ version "9 .0.0"
3185
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9 .0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090 "
3186
+ integrity sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ ==
3187
3187
dependencies :
3188
- acorn "^8.4.1 "
3188
+ acorn "^8.5.0 "
3189
3189
acorn-jsx "^5.3.1"
3190
3190
eslint-visitor-keys "^3.0.0"
3191
3191
You can’t perform that action at this time.
0 commit comments