aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-03 08:39:31 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit183b480fdf9c2cd345f57af99b76574fad36f2c9 (patch)
treef3941683b268cb086abc44ad2a1d55bc66356f78 /vnext
parentd85d8a511d1b0d700bd5368352702f74cd263e0e (diff)
Bump eslint-plugin-react from 7.21.4 to 7.21.5
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.4 to 7.21.5. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json24
-rw-r--r--vnext/package.json2
2 files changed, 18 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 81d204c0..d3139b6c 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -6806,9 +6806,9 @@
}
},
"eslint-plugin-react": {
- "version": "7.21.4",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz",
- "integrity": "sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==",
+ "version": "7.21.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz",
+ "integrity": "sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==",
"dev": true,
"requires": {
"array-includes": "^3.1.1",
@@ -6820,7 +6820,7 @@
"object.fromentries": "^2.0.2",
"object.values": "^1.1.1",
"prop-types": "^15.7.2",
- "resolve": "^1.17.0",
+ "resolve": "^1.18.1",
"string.prototype.matchall": "^4.0.2"
},
"dependencies": {
@@ -6832,6 +6832,16 @@
"requires": {
"esutils": "^2.0.2"
}
+ },
+ "resolve": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz",
+ "integrity": "sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==",
+ "dev": true,
+ "requires": {
+ "is-core-module": "^2.0.0",
+ "path-parse": "^1.0.6"
+ }
}
}
},
@@ -11564,9 +11574,9 @@
}
},
"jsx-ast-utils": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.0.0.tgz",
- "integrity": "sha512-sPuicm6EPKYI/UnWpOatvg4pI50qaBo4dSOMGUPutmJ26ttedFKXr0It0XXPk4HKnQ/1X0st4eSS2w2jhFk9Ow==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz",
+ "integrity": "sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==",
"dev": true,
"requires": {
"array-includes": "^3.1.1",
diff --git a/vnext/package.json b/vnext/package.json
index a1c4b795..c421fbf7 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -25,7 +25,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-only-ascii": "^0.0.0",
- "eslint-plugin-react": "^7.21.4",
+ "eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.1.0",
"file-loader": "^6.1.1",