0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Bump pico-check from 2.0.3 to 2.1.3

Bumps [pico-check](https://github.com/stolksdorf/pico-check) from 2.0.3 to 2.1.3.
- [Release notes](https://github.com/stolksdorf/pico-check/releases)
- [Commits](https://github.com/stolksdorf/pico-check/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-01 05:06:37 +00:00
committed by GitHub
parent d666bacf1f
commit 22a078b628
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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