0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 08:12:42 +00:00

Bump shortid from 2.2.8 to 2.2.15

Bumps [shortid](https://github.com/dylang/shortid) from 2.2.8 to 2.2.15.
- [Release notes](https://github.com/dylang/shortid/releases)
- [Changelog](https://github.com/dylang/shortid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dylang/shortid/compare/2.2.8...2.2.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-04 02:53:28 +00:00
committed by Trevor Buckner
parent b56d4fb773
commit 36d0f15960
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View File

@@ -5200,6 +5200,11 @@
"integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==", "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
"optional": true "optional": true
}, },
"nanoid": {
"version": "2.1.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.11.tgz",
"integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA=="
},
"nanomatch": { "nanomatch": {
"version": "1.2.9", "version": "1.2.9",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.9.tgz", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.9.tgz",
@@ -7006,9 +7011,12 @@
} }
}, },
"shortid": { "shortid": {
"version": "2.2.8", "version": "2.2.15",
"resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.8.tgz", "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.15.tgz",
"integrity": "sha1-AzsRfWoul1gE9vCWnb59PQs1UTE=" "integrity": "sha512-5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw==",
"requires": {
"nanoid": "^2.1.0"
}
}, },
"side-channel": { "side-channel": {
"version": "1.0.2", "version": "1.0.2",

View File

@@ -53,7 +53,7 @@
"pico-router": "^2.1.0", "pico-router": "^2.1.0",
"react": "^16.12.0", "react": "^16.12.0",
"react-dom": "^16.3.3", "react-dom": "^16.3.3",
"shortid": "^2.2.4", "shortid": "^2.2.15",
"superagent": "^5.2.1", "superagent": "^5.2.1",
"vitreum": "^4.10.1" "vitreum": "^4.10.1"
}, },