0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 07:32:40 +00:00

Merge pull request #1705 from naturalcrit/dependabot/npm_and_yarn/eslint-plugin-react-7.26.0

Bump eslint-plugin-react from 7.25.3 to 7.26.0
This commit is contained in:
Trevor Buckner
2021-09-21 07:55:02 -04:00
committed by GitHub
2 changed files with 25 additions and 8 deletions

31
package-lock.json generated
View File

@@ -45,7 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.3", "eslint-plugin-react": "^7.26.0",
"pico-check": "^2.1.3" "pico-check": "^2.1.3"
}, },
"engines": { "engines": {
@@ -3868,9 +3868,9 @@
} }
}, },
"node_modules/eslint-plugin-react": { "node_modules/eslint-plugin-react": {
"version": "7.25.3", "version": "7.26.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz",
"integrity": "sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w==", "integrity": "sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"array-includes": "^3.1.3", "array-includes": "^3.1.3",
@@ -3885,6 +3885,7 @@
"object.values": "^1.1.4", "object.values": "^1.1.4",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"resolve": "^2.0.0-next.3", "resolve": "^2.0.0-next.3",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.5" "string.prototype.matchall": "^4.0.5"
}, },
"engines": { "engines": {
@@ -3925,6 +3926,15 @@
"path-parse": "^1.0.6" "path-parse": "^1.0.6"
} }
}, },
"node_modules/eslint-plugin-react/node_modules/semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true,
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/eslint-scope": { "node_modules/eslint-scope": {
"version": "5.1.1", "version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
@@ -12532,9 +12542,9 @@
} }
}, },
"eslint-plugin-react": { "eslint-plugin-react": {
"version": "7.25.3", "version": "7.26.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz",
"integrity": "sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w==", "integrity": "sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-includes": "^3.1.3", "array-includes": "^3.1.3",
@@ -12549,6 +12559,7 @@
"object.values": "^1.1.4", "object.values": "^1.1.4",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"resolve": "^2.0.0-next.3", "resolve": "^2.0.0-next.3",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.5" "string.prototype.matchall": "^4.0.5"
}, },
"dependencies": { "dependencies": {
@@ -12576,6 +12587,12 @@
"is-core-module": "^2.2.0", "is-core-module": "^2.2.0",
"path-parse": "^1.0.6" "path-parse": "^1.0.6"
} }
},
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true
} }
} }
}, },

View File

@@ -76,7 +76,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.3", "eslint-plugin-react": "^7.26.0",
"pico-check": "^2.1.3" "pico-check": "^2.1.3"
} }
} }