0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #1895 from naturalcrit/dependabot/npm_and_yarn/pico-check-2.2.0

Bump pico-check from 2.1.3 to 2.2.0
This commit is contained in:
Trevor Buckner
2021-12-15 23:45:22 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -48,7 +48,7 @@
"devDependencies": {
"eslint": "^8.4.1",
"eslint-plugin-react": "^7.27.1",
"pico-check": "^2.1.3"
"pico-check": "^2.2.0"
},
"engines": {
"node": "16.11.x"
@@ -7129,9 +7129,9 @@
}
},
"node_modules/pico-check": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/pico-check/-/pico-check-2.1.3.tgz",
"integrity": "sha512-QkxfOKE35cECjQLbwtM1hwPWMuYWxoR9O3V9MPaQVCHbTt8zJZHoobBN55UsnDyFlbeVzf1JK7ecGqUPrvPtkA==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/pico-check/-/pico-check-2.2.0.tgz",
"integrity": "sha512-ruVsr2h1CDfp0iCqVG6BBBdegZ4+XsqidamvgR5P3b5goW003w+8VjtZATicY8ugnpjN9K83rubQaCQq7zrTVQ==",
"dev": true,
"bin": {
"pico-check": "src/cli.js"
@@ -15042,9 +15042,9 @@
}
},
"pico-check": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/pico-check/-/pico-check-2.1.3.tgz",
"integrity": "sha512-QkxfOKE35cECjQLbwtM1hwPWMuYWxoR9O3V9MPaQVCHbTt8zJZHoobBN55UsnDyFlbeVzf1JK7ecGqUPrvPtkA==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/pico-check/-/pico-check-2.2.0.tgz",
"integrity": "sha512-ruVsr2h1CDfp0iCqVG6BBBdegZ4+XsqidamvgR5P3b5goW003w+8VjtZATicY8ugnpjN9K83rubQaCQq7zrTVQ==",
"dev": true
},
"picocolors": {

View File

@@ -79,6 +79,6 @@
"devDependencies": {
"eslint": "^8.4.1",
"eslint-plugin-react": "^7.27.1",
"pico-check": "^2.1.3"
"pico-check": "^2.2.0"
}
}