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

Bump pico-check from 2.1.3 to 2.2.0

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

---
updated-dependencies:
- dependency-name: pico-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-16 03:01:09 +00:00
committed by GitHub
parent 0555427805
commit cfe9bcdfe6
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"
}
}