Skip to content

Commit 9f0763e

Browse files
renovate[bot]renovate-botdimitri
authored
chore(deps): update dependency eslint-plugin-eslint-plugin to v4.0.2 (#713)
* chore(deps): update dependency eslint-plugin-eslint-plugin to v4.0.2 * fix: adjust patch for eslint-plugin-eslint-plugin v4 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: dimitri <[email protected]>
1 parent d133f39 commit 9f0763e

File tree

8 files changed

+60
-134
lines changed

8 files changed

+60
-134
lines changed

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"graphql": "15.5.3"
12+
"graphql": "15.7.1"
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "2.3.1",
16-
"eslint": "8.0.0"
16+
"eslint": "8.1.0"
1717
}
1818
}

examples/code-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"graphql": "15.5.3"
12+
"graphql": "15.7.1"
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "2.3.1",
16-
"eslint": "8.0.0"
16+
"eslint": "8.1.0"
1717
}
1818
}

examples/graphql-config-code-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"lint": "eslint --ext graphql,js ."
1010
},
1111
"dependencies": {
12-
"graphql": "15.5.3",
12+
"graphql": "15.7.1",
1313
"graphql-tag": "^2.12.5"
1414
},
1515
"devDependencies": {
1616
"@graphql-eslint/eslint-plugin": "2.3.1",
17-
"eslint": "8.0.0"
17+
"eslint": "8.1.0"
1818
}
1919
}

examples/graphql-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"graphql": "15.5.3"
12+
"graphql": "15.7.1"
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "2.3.1",
16-
"eslint": "8.0.0"
16+
"eslint": "8.1.0"
1717
}
1818
}

examples/prettier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"graphql": "15.5.3"
12+
"graphql": "15.7.1"
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "2.3.1",
16-
"eslint": "8.0.0",
16+
"eslint": "8.1.0",
1717
"eslint-config-prettier": "8.3.0",
1818
"eslint-plugin-prettier": "4.0.0",
1919
"prettier": "2.4.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint": "8.1.0",
3838
"eslint-config-prettier": "8.3.0",
3939
"eslint-config-standard": "16.0.3",
40-
"eslint-plugin-eslint-plugin": "4.0.1",
40+
"eslint-plugin-eslint-plugin": "4.0.2",
4141
"eslint-plugin-import": "2.25.2",
4242
"eslint-plugin-node": "11.1.0",
4343
"eslint-plugin-promise": "5.1.1",

patches/eslint-plugin-eslint-plugin+4.0.1.patch renamed to patches/eslint-plugin-eslint-plugin+4.0.2.patch

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/eslint-plugin-eslint-plugin/lib/rules/no-only-tests.js b/node_modules/eslint-plugin-eslint-plugin/lib/rules/no-only-tests.js
2-
index 56ca29a..f3bb142 100644
2+
index f680961..c9a08b4 100644
33
--- a/node_modules/eslint-plugin-eslint-plugin/lib/rules/no-only-tests.js
44
+++ b/node_modules/eslint-plugin-eslint-plugin/lib/rules/no-only-tests.js
5-
@@ -30,7 +30,7 @@ module.exports = {
5+
@@ -31,7 +31,7 @@ module.exports = {
66

77
const onlyProperty = test.properties.find(
88
property =>
@@ -11,32 +11,11 @@ index 56ca29a..f3bb142 100644
1111
property.key.name === 'only' &&
1212
property.value.type === 'Literal' &&
1313
property.value.value
14-
diff --git a/node_modules/eslint-plugin-eslint-plugin/lib/rules/require-meta-docs-url.js b/node_modules/eslint-plugin-eslint-plugin/lib/rules/require-meta-docs-url.js
15-
index ed7d67a..af8ea5c 100644
16-
--- a/node_modules/eslint-plugin-eslint-plugin/lib/rules/require-meta-docs-url.js
17-
+++ b/node_modules/eslint-plugin-eslint-plugin/lib/rules/require-meta-docs-url.js
18-
@@ -48,7 +48,7 @@ module.exports = {
19-
const options = context.options[0] || {};
20-
const sourceCode = context.getSourceCode();
21-
const filename = context.getFilename();
22-
- const ruleName = filename === '<input>' ? undefined : path.basename(filename, '.js');
23-
+ const ruleName = filename === '<input>' ? undefined : path.basename(filename, '.ts');
24-
const expectedUrl = !options.pattern || !ruleName
25-
? undefined
26-
: options.pattern.replace(/{{\s*name\s*}}/g, ruleName);
2714
diff --git a/node_modules/eslint-plugin-eslint-plugin/lib/utils.js b/node_modules/eslint-plugin-eslint-plugin/lib/utils.js
28-
index 3b27af1..9754663 100644
15+
index d7a2b82..326d387 100644
2916
--- a/node_modules/eslint-plugin-eslint-plugin/lib/utils.js
3017
+++ b/node_modules/eslint-plugin-eslint-plugin/lib/utils.js
31-
@@ -1,6 +1,6 @@
32-
'use strict';
33-
34-
-const { getStaticValue } = require('eslint-utils');
35-
+const { getStaticValue, findVariable } = require('eslint-utils');
36-
const estraverse = require('estraverse');
37-
38-
/**
39-
@@ -77,10 +77,10 @@ function isNormalFunctionExpressionReference (node, scopeManager) {
18+
@@ -24,10 +24,10 @@ function isNormalFunctionExpression (node) {
4019
*/
4120
function isRuleTesterConstruction (node) {
4221
return node.type === 'NewExpression' && (
@@ -49,7 +28,7 @@ index 3b27af1..9754663 100644
4928
);
5029
}
5130

52-
@@ -138,12 +138,18 @@ function isFunctionRule (node) {
31+
@@ -85,12 +85,17 @@ function isFunctionRule (node) {
5332
/**
5433
* Helper for `getRuleInfo`. Handles ESM and TypeScript rules.
5534
*/
@@ -65,11 +44,10 @@ index 3b27af1..9754663 100644
6544
+ const variable = findVariable(scopeManager.globalScope, node);
6645
+ return collectInterestingProperties(variable.defs[0].node.init.properties, INTERESTING_RULE_KEYS);
6746
+ }
68-
+
6947
if (node.type === 'ObjectExpression') {
7048
// Check `export default { create() {}, meta: {} }`
7149
return collectInterestingProperties(node.properties, INTERESTING_RULE_KEYS);
72-
@@ -244,7 +250,7 @@ module.exports = {
50+
@@ -218,7 +223,7 @@ module.exports = {
7351
from the file, the return value will be `null`.
7452
*/
7553
getRuleInfo ({ ast, scopeManager }) {
@@ -78,7 +56,7 @@ index 3b27af1..9754663 100644
7856

7957
const createExists = Object.prototype.hasOwnProperty.call(exportNodes, 'create');
8058
if (!createExists) {
81-
@@ -335,7 +341,7 @@ module.exports = {
59+
@@ -317,7 +322,7 @@ module.exports = {
8260
variableIdentifiers.has(statement.expression.callee.object)
8361
) &&
8462
statement.expression.callee.property.type === 'Identifier' &&

yarn.lock

Lines changed: 42 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,21 +1421,6 @@
14211421
ts-node "^9"
14221422
tslib "^2"
14231423

1424-
"@eslint/eslintrc@^1.0.2":
1425-
version "1.0.2"
1426-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.2.tgz#6044884f7f93c4ecc2d1694c7486cce91ef8f746"
1427-
integrity sha512-x1ZXdEFsvTcnbTZgqcWUL9w2ybgZCw/qbKTPQnab+XnYA2bMQpJCh+/bBzCRfDJaJdlrrQlOk49jNtru9gL/6Q==
1428-
dependencies:
1429-
ajv "^6.12.4"
1430-
debug "^4.3.2"
1431-
espree "^9.0.0"
1432-
globals "^13.9.0"
1433-
ignore "^4.0.6"
1434-
import-fresh "^3.2.1"
1435-
js-yaml "^3.13.1"
1436-
minimatch "^3.0.4"
1437-
strip-json-comments "^3.1.1"
1438-
14391424
"@eslint/eslintrc@^1.0.3":
14401425
version "1.0.3"
14411426
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
@@ -2305,12 +2290,7 @@ ansi-regex@^3.0.0:
23052290
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
23062291
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
23072292

2308-
ansi-regex@^5.0.0:
2309-
version "5.0.0"
2310-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
2311-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
2312-
2313-
ansi-regex@^5.0.1:
2293+
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
23142294
version "5.0.1"
23152295
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
23162296
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -3080,7 +3060,12 @@ [email protected], dedent@^0.7.0:
30803060
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
30813061
integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
30823062

3083-
deep-is@^0.1.3, deep-is@~0.1.3:
3063+
deep-is@^0.1.3:
3064+
version "0.1.4"
3065+
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
3066+
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
3067+
3068+
deep-is@~0.1.3:
30843069
version "0.1.3"
30853070
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
30863071
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
@@ -3306,10 +3291,10 @@ eslint-plugin-es@^3.0.0:
33063291
eslint-utils "^2.0.0"
33073292
regexpp "^3.0.0"
33083293

3309-
3310-
version "4.0.1"
3311-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.0.1.tgz#9624f4d8aca75ab52aa5efff9d99889b318b6a06"
3312-
integrity sha512-ey21uE/uOanYAWakWNeFDXF4MEySczTyhdxbKYs5SCTa89MH5Z/TOZ/ui8OqSsAC+QR49iKNuh5kvVSoZhdc7Q==
3294+
3295+
version "4.0.2"
3296+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.0.2.tgz#80f63080c0a5b444a949ef1ed5f79a4dc2ef4ef4"
3297+
integrity sha512-EUNNLrWvwQ7QU6GGYWGMw7IHGSIGDn5GCbnQlzFHH5ypgL1gR9Fk0dUnOpzyPaI+OLc6rAs7Askv+IPFUKJdOQ==
33133298
dependencies:
33143299
eslint-utils "^3.0.0"
33153300
estraverse "^5.2.0"
@@ -3439,50 +3424,6 @@ eslint-visitor-keys@^3.0.0:
34393424
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
34403425
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
34413426

3442-
3443-
version "8.0.0"
3444-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.0.tgz#2c2d0ac6353755667ac90c9ff4a9c1315e43fcff"
3445-
integrity sha512-03spzPzMAO4pElm44m60Nj08nYonPGQXmw6Ceai/S4QK82IgwWO1EXx1s9namKzVlbVu3Jf81hb+N+8+v21/HQ==
3446-
dependencies:
3447-
"@eslint/eslintrc" "^1.0.2"
3448-
"@humanwhocodes/config-array" "^0.6.0"
3449-
ajv "^6.10.0"
3450-
chalk "^4.0.0"
3451-
cross-spawn "^7.0.2"
3452-
debug "^4.3.2"
3453-
doctrine "^3.0.0"
3454-
enquirer "^2.3.5"
3455-
escape-string-regexp "^4.0.0"
3456-
eslint-scope "^6.0.0"
3457-
eslint-utils "^3.0.0"
3458-
eslint-visitor-keys "^3.0.0"
3459-
espree "^9.0.0"
3460-
esquery "^1.4.0"
3461-
esutils "^2.0.2"
3462-
fast-deep-equal "^3.1.3"
3463-
file-entry-cache "^6.0.1"
3464-
functional-red-black-tree "^1.0.1"
3465-
glob-parent "^6.0.1"
3466-
globals "^13.6.0"
3467-
ignore "^4.0.6"
3468-
import-fresh "^3.0.0"
3469-
imurmurhash "^0.1.4"
3470-
is-glob "^4.0.0"
3471-
js-yaml "^4.1.0"
3472-
json-stable-stringify-without-jsonify "^1.0.1"
3473-
levn "^0.4.1"
3474-
lodash.merge "^4.6.2"
3475-
minimatch "^3.0.4"
3476-
natural-compare "^1.4.0"
3477-
optionator "^0.9.1"
3478-
progress "^2.0.0"
3479-
regexpp "^3.2.0"
3480-
semver "^7.2.1"
3481-
strip-ansi "^6.0.0"
3482-
strip-json-comments "^3.1.0"
3483-
text-table "^0.2.0"
3484-
v8-compile-cache "^2.0.3"
3485-
34863427
34873428
version "8.1.0"
34883429
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.1.0.tgz#00f1f7dbf4134f26588e6c9f2efe970760f64664"
@@ -3561,9 +3502,9 @@ estraverse@^4.1.1:
35613502
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
35623503

35633504
estraverse@^5.1.0, estraverse@^5.2.0:
3564-
version "5.2.0"
3565-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
3566-
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
3505+
version "5.3.0"
3506+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
3507+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
35673508

35683509
estree-walker@^1.0.1:
35693510
version "1.0.1"
@@ -3900,7 +3841,7 @@ glob-parent@^6.0.1:
39003841
dependencies:
39013842
is-glob "^4.0.3"
39023843

3903-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
3844+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
39043845
version "7.1.7"
39053846
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
39063847
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -3912,15 +3853,27 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
39123853
once "^1.3.0"
39133854
path-is-absolute "^1.0.0"
39143855

3856+
glob@^7.1.3:
3857+
version "7.2.0"
3858+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3859+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
3860+
dependencies:
3861+
fs.realpath "^1.0.0"
3862+
inflight "^1.0.4"
3863+
inherits "2"
3864+
minimatch "^3.0.4"
3865+
once "^1.3.0"
3866+
path-is-absolute "^1.0.0"
3867+
39153868
globals@^11.1.0:
39163869
version "11.12.0"
39173870
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
39183871
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
39193872

39203873
globals@^13.6.0, globals@^13.9.0:
3921-
version "13.10.0"
3922-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.10.0.tgz#60ba56c3ac2ca845cfbf4faeca727ad9dd204676"
3923-
integrity sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==
3874+
version "13.12.0"
3875+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
3876+
integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
39243877
dependencies:
39253878
type-fest "^0.20.2"
39263879

@@ -3994,11 +3947,6 @@ graphql-ws@^5.0.0:
39943947
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.3.0.tgz#345f73686b639735f1f4ef0b9ea28e17c7f6a745"
39953948
integrity sha512-53MbSTOmgx5i6hf3DHVD5PrXix1drDmt2ja8MW7NG+aTpKGzkXVLyNcyNpxme4SK8jVtIV6ZIHkiwirqN0efpw==
39963949

3997-
3998-
version "15.5.3"
3999-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
4000-
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
4001-
40023950
40033951
version "15.7.1"
40043952
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.1.tgz#c821a1741e04e2bc2c91e138f34c06a86c0464f1"
@@ -4264,20 +4212,20 @@ is-generator-fn@^2.0.0:
42644212
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
42654213
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
42664214

4267-
is-glob@^4.0.0, is-glob@^4.0.1:
4268-
version "4.0.1"
4269-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
4270-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
4271-
dependencies:
4272-
is-extglob "^2.1.1"
4273-
4274-
is-glob@^4.0.3:
4215+
is-glob@^4.0.0, is-glob@^4.0.3:
42754216
version "4.0.3"
42764217
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
42774218
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
42784219
dependencies:
42794220
is-extglob "^2.1.1"
42804221

4222+
is-glob@^4.0.1:
4223+
version "4.0.1"
4224+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
4225+
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
4226+
dependencies:
4227+
is-extglob "^2.1.1"
4228+
42814229
is-module@^1.0.0:
42824230
version "1.0.0"
42834231
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
@@ -6311,11 +6259,11 @@ strip-ansi@^4.0.0:
63116259
ansi-regex "^3.0.0"
63126260

63136261
strip-ansi@^6.0.0:
6314-
version "6.0.0"
6315-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
6316-
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
6262+
version "6.0.1"
6263+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6264+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
63176265
dependencies:
6318-
ansi-regex "^5.0.0"
6266+
ansi-regex "^5.0.1"
63196267

63206268
strip-bom@^3.0.0:
63216269
version "3.0.0"

0 commit comments

Comments
 (0)