chore(deps): bump shortid from 2.2.15 to 2.2.16 in /api-server

Bumps [shortid](https://github.com/dylang/shortid) from 2.2.15 to 2.2.16.
- [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.15...2.2.16)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-22 05:04:55 +00:00
parent ce22493371
commit ef6cbb4da5
2 changed files with 7 additions and 7 deletions

View File

@ -19454,17 +19454,17 @@
"dev": true "dev": true
}, },
"shortid": { "shortid": {
"version": "2.2.15", "version": "2.2.16",
"resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.15.tgz", "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.16.tgz",
"integrity": "sha512-5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw==", "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==",
"requires": { "requires": {
"nanoid": "^2.1.0" "nanoid": "^2.1.0"
}, },
"dependencies": { "dependencies": {
"nanoid": { "nanoid": {
"version": "2.1.4", "version": "2.1.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.4.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.11.tgz",
"integrity": "sha512-PijW88Ry+swMFfArOrm7uRAdVmJilLbej7WwVY6L5QwLDckqxSOinGGMV596yp5C8+MH3VvCXCSZ6AodGtKrYQ==" "integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA=="
} }
} }
}, },

View File

@ -58,7 +58,7 @@
"query-string": "^6.13.6", "query-string": "^6.13.6",
"rss-parser": "^3.9.0", "rss-parser": "^3.9.0",
"rx": "^4.1.0", "rx": "^4.1.0",
"shortid": "^2.2.15", "shortid": "^2.2.16",
"stripe": "^6.36.0", "stripe": "^6.36.0",
"uuid": "^3.4.0", "uuid": "^3.4.0",
"validator": "^9.4.1" "validator": "^9.4.1"