0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

Merge pull request #1372 from naturalcrit/dependabot/npm_and_yarn/pico-check-2.1.3

Bump pico-check from 2.0.3 to 2.1.3
This commit is contained in:
Trevor Buckner
2021-06-01 23:47:17 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5772,9 +5772,9 @@
} }
}, },
"pico-check": { "pico-check": {
"version": "2.0.3", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/pico-check/-/pico-check-2.0.3.tgz", "resolved": "https://registry.npmjs.org/pico-check/-/pico-check-2.1.3.tgz",
"integrity": "sha512-tXKRO0UCPERpHBWFJOsE/CPiyNXI3qx3Du4mres6iNs82qbDafEyQFh7LC8/goaY16RdobiE1ZukjkzaMvCGew==", "integrity": "sha512-QkxfOKE35cECjQLbwtM1hwPWMuYWxoR9O3V9MPaQVCHbTt8zJZHoobBN55UsnDyFlbeVzf1JK7ecGqUPrvPtkA==",
"dev": true "dev": true
}, },
"picomatch": { "picomatch": {

View File

@@ -76,6 +76,6 @@
"devDependencies": { "devDependencies": {
"eslint": "^7.27.0", "eslint": "^7.27.0",
"eslint-plugin-react": "^7.23.2", "eslint-plugin-react": "^7.23.2",
"pico-check": "^2.0.3" "pico-check": "^2.1.3"
} }
} }