Skip to content

Commit bc86844

Browse files
chore(deps): bump nanoid from 3.1.30 to 3.2.0 (#228)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24761f9 commit bc86844

File tree

1 file changed

+57
-4
lines changed

1 file changed

+57
-4
lines changed

yarn.lock

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ big.js@^5.2.2:
16281628
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
16291629
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
16301630

1631-
bluebird@^3.7.2:
1631+
bluebird@^3.1.1, bluebird@^3.7.2:
16321632
version "3.7.2"
16331633
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
16341634
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
@@ -2092,6 +2092,13 @@ configstore@^5.0.1:
20922092
write-file-atomic "^3.0.0"
20932093
xdg-basedir "^4.0.0"
20942094

2095+
consolidate@^0.15.1:
2096+
version "0.15.1"
2097+
resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.15.1.tgz#21ab043235c71a07d45d9aad98593b0dba56bab7"
2098+
integrity sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==
2099+
dependencies:
2100+
bluebird "^3.1.1"
2101+
20952102
consolidate@^0.16.0:
20962103
version "0.16.0"
20972104
resolved "https://registry.yarnpkg.com/consolidate/-/consolidate-0.16.0.tgz#a11864768930f2f19431660a65906668f5fbdc16"
@@ -3363,6 +3370,11 @@ has@^1.0.3:
33633370
dependencies:
33643371
function-bind "^1.1.1"
33653372

3373+
hash-sum@^1.0.2:
3374+
version "1.0.2"
3375+
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04"
3376+
integrity sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=
3377+
33663378
hash-sum@^2.0.0:
33673379
version "2.0.0"
33683380
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-2.0.0.tgz#81d01bb5de8ea4a214ad5d6ead1b523460b0b45a"
@@ -4664,6 +4676,14 @@ lowercase-keys@^2.0.0:
46644676
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
46654677
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
46664678

4679+
lru-cache@^4.1.2:
4680+
version "4.1.5"
4681+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
4682+
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
4683+
dependencies:
4684+
pseudomap "^1.0.2"
4685+
yallist "^2.1.2"
4686+
46674687
lru-cache@^5.1.1:
46684688
version "5.1.1"
46694689
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5015,9 +5035,9 @@ mz@^2.4.0, mz@^2.7.0:
50155035
thenify-all "^1.0.0"
50165036

50175037
nanoid@^3.1.30:
5018-
version "3.1.30"
5019-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
5020-
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
5038+
version "3.2.0"
5039+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
5040+
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
50215041

50225042
nanomatch@^1.2.9:
50235043
version "1.2.13"
@@ -5472,6 +5492,11 @@ pathe@^0.2.0:
54725492
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.2.0.tgz#30fd7bbe0a0d91f0e60bae621f5d19e9e225c339"
54735493
integrity sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==
54745494

5495+
picocolors@^0.2.1:
5496+
version "0.2.1"
5497+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
5498+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
5499+
54755500
picocolors@^1.0.0:
54765501
version "1.0.0"
54775502
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
@@ -5585,6 +5610,14 @@ postcss-value-parser@^4.1.0:
55855610
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
55865611
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
55875612

5613+
postcss@^7.0.14:
5614+
version "7.0.39"
5615+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
5616+
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
5617+
dependencies:
5618+
picocolors "^0.2.1"
5619+
source-map "^0.6.1"
5620+
55885621
postcss@^8.1.10:
55895622
version "8.3.11"
55905623
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
@@ -5616,6 +5649,11 @@ prettier-plugin-sort-json@^0.0.2:
56165649
dependencies:
56175650
"@types/prettier" "^2.2.0"
56185651

5652+
prettier@^1.18.2:
5653+
version "1.19.1"
5654+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
5655+
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
5656+
56195657
prettier@^2.0.0:
56205658
version "2.3.1"
56215659
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
@@ -5677,6 +5715,11 @@ prompts@^2.0.1:
56775715
kleur "^3.0.3"
56785716
sisteransi "^1.0.5"
56795717

5718+
pseudomap@^1.0.2:
5719+
version "1.0.2"
5720+
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
5721+
integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
5722+
56805723
psl@^1.1.33:
56815724
version "1.8.0"
56825725
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
@@ -7065,6 +7108,11 @@ vue-eslint-parser@^5.0.0:
70657108
esquery "^1.0.1"
70667109
lodash "^4.17.11"
70677110

7111+
vue-template-es2015-compiler@^1.9.0:
7112+
version "1.9.1"
7113+
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
7114+
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
7115+
70687116
vue@^3.0.11:
70697117
version "3.1.1"
70707118
resolved "https://registry.yarnpkg.com/vue/-/vue-3.1.1.tgz#9ad655758a0fa6c0dee5b3d2431d3912a9b381aa"
@@ -7246,6 +7294,11 @@ y18n@^5.0.5:
72467294
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
72477295
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
72487296

7297+
yallist@^2.1.2:
7298+
version "2.1.2"
7299+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
7300+
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
7301+
72497302
yallist@^3.0.2:
72507303
version "3.1.1"
72517304
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"

0 commit comments

Comments
 (0)