chore(deps-dev): bump eslint-plugin-react from 7.27.0 to 7.27.1 (#7686)

This commit is contained in:
dependabot[bot]
2021-12-10 13:09:57 +00:00
committed by GitHub
parent 86e7f002c6
commit 744454c7bb
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "swagger-ui",
"version": "4.1.2",
"version": "4.1.3",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "^7.16.3",
@@ -79,7 +79,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"esm": "=3.2.25",
"expect": "=27.3.1",
"express": "^4.17.1",
@@ -10051,9 +10051,9 @@
}
},
"node_modules/eslint-plugin-react": {
"version": "7.27.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz",
"integrity": "sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==",
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz",
"integrity": "sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.4",
@@ -38279,9 +38279,9 @@
}
},
"eslint-plugin-react": {
"version": "7.27.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.0.tgz",
"integrity": "sha512-0Ut+CkzpppgFtoIhdzi2LpdpxxBvgFf99eFqWxJnUrO7mMe0eOiNpou6rvNYeVVV6lWZvTah0BFne7k5xHjARg==",
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.27.1.tgz",
"integrity": "sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==",
"dev": true,
"requires": {
"array-includes": "^3.1.4",

View File

@@ -122,7 +122,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"esm": "=3.2.25",
"expect": "=27.3.1",
"express": "^4.17.1",