Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 43658f9

Browse files
Bump nanoid from 3.1.16 to 3.2.0 in /config-fe
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.16 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.16...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5931d8 commit 43658f9

2 files changed

Lines changed: 143 additions & 9 deletions

File tree

config-fe/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config-fe/yarn.lock

Lines changed: 140 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,6 +3070,11 @@ boolbase@^1.0.0, boolbase@~1.0.0:
30703070
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
30713071
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
30723072

3073+
bowser@^1.7.3:
3074+
version "1.9.4"
3075+
resolved "https://registry.yarnpkg.com/bowser/-/bowser-1.9.4.tgz#890c58a2813a9d3243704334fa81b96a5c150c9a"
3076+
integrity sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==
3077+
30733078
brace-expansion@^1.1.7:
30743079
version "1.1.11"
30753080
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -3815,6 +3820,14 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
38153820
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
38163821
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
38173822

3823+
cors@^2.8.5:
3824+
version "2.8.5"
3825+
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
3826+
integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
3827+
dependencies:
3828+
object-assign "^4"
3829+
vary "^1"
3830+
38183831
cosmiconfig@^5.0.0:
38193832
version "5.2.1"
38203833
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
@@ -3948,6 +3961,14 @@ css-has-pseudo@^0.10.0:
39483961
postcss "^7.0.6"
39493962
postcss-selector-parser "^5.0.0-rc.4"
39503963

3964+
css-in-js-utils@^2.0.0:
3965+
version "2.0.1"
3966+
resolved "https://registry.yarnpkg.com/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz#3b472b398787291b47cfe3e44fecfdd9e914ba99"
3967+
integrity sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==
3968+
dependencies:
3969+
hyphenate-style-name "^1.0.2"
3970+
isobject "^3.0.1"
3971+
39513972
css-loader@4.3.0:
39523973
version "4.3.0"
39533974
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e"
@@ -5111,6 +5132,11 @@ execa@^4.0.0:
51115132
signal-exit "^3.0.2"
51125133
strip-final-newline "^2.0.0"
51135134

5135+
exenv@^1.2.1:
5136+
version "1.2.2"
5137+
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
5138+
integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=
5139+
51145140
exit@^0.1.2:
51155141
version "0.1.2"
51165142
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -6037,7 +6063,7 @@ human-signals@^1.1.1:
60376063
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
60386064
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
60396065

6040-
hyphenate-style-name@^1.0.3:
6066+
hyphenate-style-name@^1.0.2, hyphenate-style-name@^1.0.3:
60416067
version "1.0.4"
60426068
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz#691879af8e220aea5750e8827db4ef62a54e361d"
60436069
integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==
@@ -6204,6 +6230,14 @@ ini@^1.3.5:
62046230
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
62056231
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
62066232

6233+
inline-style-prefixer@^4.0.0:
6234+
version "4.0.2"
6235+
resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-4.0.2.tgz#d390957d26f281255fe101da863158ac6eb60911"
6236+
integrity sha512-N8nVhwfYga9MiV9jWlwfdj1UDIaZlBFu4cJSJkIr7tZX7sHpHhGR5su1qdpW+7KPL8ISTvCIkcaFi/JdBknvPg==
6237+
dependencies:
6238+
bowser "^1.7.3"
6239+
css-in-js-utils "^2.0.0"
6240+
62076241
internal-ip@^4.3.0:
62086242
version "4.3.0"
62096243
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
@@ -7360,6 +7394,11 @@ kleur@^3.0.3:
73607394
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
73617395
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
73627396

7397+
konva@^7.2.0:
7398+
version "7.2.5"
7399+
resolved "https://registry.yarnpkg.com/konva/-/konva-7.2.5.tgz#9b4ac3a353e6be66e3e69123bf2a0cbc61efeb26"
7400+
integrity sha512-yk/li8rUF+09QNlOdkwbEId+QvfATMe/aMGVouWW1oFoUVTYWHsQuIAE6lWy11DK8mLJEJijkNAXC5K+NVlMew==
7401+
73637402
language-subtag-registry@~0.3.2:
73647403
version "0.3.21"
73657404
resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a"
@@ -7401,6 +7440,11 @@ levn@~0.3.0:
74017440
prelude-ls "~1.1.2"
74027441
type-check "~0.3.2"
74037442

7443+
line-reader@^0.4.0:
7444+
version "0.4.0"
7445+
resolved "https://registry.yarnpkg.com/line-reader/-/line-reader-0.4.0.tgz#17e44818da0ac335675ba300954f94ef670e66fd"
7446+
integrity sha1-F+RIGNoKwzVnW6MAlU+U72cOZv0=
7447+
74047448
lines-and-columns@^1.1.6:
74057449
version "1.1.6"
74067450
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
@@ -7926,9 +7970,9 @@ nan@^2.12.1:
79267970
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
79277971

79287972
nanoid@^3.1.18:
7929-
version "3.1.18"
7930-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.18.tgz#0680db22ab01c372e89209f5d18283d98de3e96d"
7931-
integrity sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==
7973+
version "3.2.0"
7974+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
7975+
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
79327976

79337977
nanomatch@^1.2.9:
79347978
version "1.2.13"
@@ -8131,7 +8175,12 @@ oauth-sign@~0.9.0:
81318175
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
81328176
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
81338177

8134-
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
8178+
object-assign@^3.0.0:
8179+
version "3.0.0"
8180+
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2"
8181+
integrity sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=
8182+
8183+
object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
81358184
version "4.1.1"
81368185
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
81378186
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
@@ -9448,6 +9497,15 @@ prompts@2.4.0, prompts@^2.0.1:
94489497
kleur "^3.0.3"
94499498
sisteransi "^1.0.5"
94509499

9500+
prop-types@^15.5.10, prop-types@^15.5.8:
9501+
version "15.8.1"
9502+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
9503+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
9504+
dependencies:
9505+
loose-envify "^1.4.0"
9506+
object-assign "^4.1.1"
9507+
react-is "^16.13.1"
9508+
94519509
prop-types@^15.6.2, prop-types@^15.7.2:
94529510
version "15.7.2"
94539511
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
@@ -9570,6 +9628,15 @@ querystringify@^2.1.1:
95709628
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
95719629
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
95729630

9631+
radium@^0.25.0:
9632+
version "0.25.2"
9633+
resolved "https://registry.yarnpkg.com/radium/-/radium-0.25.2.tgz#a9c24684d35dac8e55f4cb0d4a24ca739d772cdf"
9634+
integrity sha512-I2+G4axdz+wW2LA8gsXWvcNWE0vBjXixMFgkSaYQrCO1Ag2m+Dz447OY9Hs2QK7rJ8lXL2gGx1bbZdI4sPvoIQ==
9635+
dependencies:
9636+
exenv "^1.2.1"
9637+
inline-style-prefixer "^4.0.0"
9638+
prop-types "^15.5.8"
9639+
95739640
raf@^3.4.1:
95749641
version "3.4.1"
95759642
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
@@ -9624,6 +9691,33 @@ react-async-component@^2.0.0:
96249691
resolved "https://registry.yarnpkg.com/react-async-component/-/react-async-component-2.0.0.tgz#a56c1278ac588291fce6cd5cf033eb97eb36483c"
96259692
integrity sha512-wefjuqJt5dYQC0y6v5uKqeDhigiVJQN3PO4L2/nF0/r3shtH52iRH3JvLP0UADhNsNnQmyORoqhVOJ59K7XQZA==
96269693

9694+
react-autosuggest@^9.0.1:
9695+
version "9.4.3"
9696+
resolved "https://registry.yarnpkg.com/react-autosuggest/-/react-autosuggest-9.4.3.tgz#eb46852422a48144ab9f39fb5470319222f26c7c"
9697+
integrity sha512-wFbp5QpgFQRfw9cwKvcgLR8theikOUkv8PFsuLYqI2PUgVlx186Cz8MYt5bLxculi+jxGGUUVt+h0esaBZZouw==
9698+
dependencies:
9699+
prop-types "^15.5.10"
9700+
react-autowhatever "^10.1.2"
9701+
shallow-equal "^1.0.0"
9702+
9703+
react-autowhatever@^10.1.2:
9704+
version "10.2.1"
9705+
resolved "https://registry.yarnpkg.com/react-autowhatever/-/react-autowhatever-10.2.1.tgz#a6d421dc6135173efedc249ab7216e4f5b691bcc"
9706+
integrity sha512-5gQyoETyBH6GmuW1N1J81CuoAV+Djeg66DEo03xiZOl3WOwJHBP5LisKUvCGOakjrXU4M3hcIvCIqMBYGUmqOA==
9707+
dependencies:
9708+
prop-types "^15.5.8"
9709+
react-themeable "^1.1.0"
9710+
section-iterator "^2.0.0"
9711+
9712+
react-chips@^0.8.0:
9713+
version "0.8.0"
9714+
resolved "https://registry.yarnpkg.com/react-chips/-/react-chips-0.8.0.tgz#fc50c9fb469983989b356cf4595b86097ebacc25"
9715+
integrity sha512-hYMKTd5ph/7c0ThzgWE0wtafPh5sfTCE/U6xcbD/grsocageY0gvQB1c6WptYl7GcG7A34ebUkr2MltTJtQyFQ==
9716+
dependencies:
9717+
radium "^0.25.0"
9718+
react-autosuggest "^9.0.1"
9719+
react-themeable "^1.1.0"
9720+
96279721
react-dev-utils@^11.0.1:
96289722
version "11.0.1"
96299723
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.1.tgz#30106c2055acfd6b047d2dc478a85c356e66fe45"
@@ -9684,6 +9778,14 @@ react-is@^17.0.1:
96849778
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
96859779
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
96869780

9781+
react-konva@^16.13.0-6:
9782+
version "16.13.0-6"
9783+
resolved "https://registry.yarnpkg.com/react-konva/-/react-konva-16.13.0-6.tgz#eae2864da3810bbfa33e159d027fcff82fcb0c32"
9784+
integrity sha512-wqIrZSneJWn2D2ExwtSqp9U804OUA3RhkxzzRbp/2s+54mx9iU2lpP2CNGHMAnxNccR03mcLwGirb6wvPOOPLA==
9785+
dependencies:
9786+
react-reconciler "^0.25.1"
9787+
scheduler "^0.19.1"
9788+
96879789
react-player@^2.6.2:
96889790
version "2.7.0"
96899791
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.7.0.tgz#7f25c83b6111770adbae51679f7ad27fb0fa0269"
@@ -9695,6 +9797,16 @@ react-player@^2.6.2:
96959797
prop-types "^15.7.2"
96969798
react-fast-compare "^3.0.1"
96979799

9800+
react-reconciler@^0.25.1:
9801+
version "0.25.1"
9802+
resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.25.1.tgz#f9814d59d115e1210762287ce987801529363aaa"
9803+
integrity sha512-R5UwsIvRcSs3w8n9k3tBoTtUHdVhu9u84EG7E5M0Jk9F5i6DA1pQzPfUZd6opYWGy56MJOtV3VADzy6DRwYDjw==
9804+
dependencies:
9805+
loose-envify "^1.1.0"
9806+
object-assign "^4.1.1"
9807+
prop-types "^15.6.2"
9808+
scheduler "^0.19.1"
9809+
96989810
react-redux@^7.2.1:
96999811
version "7.2.2"
97009812
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.2.tgz#03862e803a30b6b9ef8582dadcc810947f74b736"
@@ -9806,6 +9918,13 @@ react-scripts@^4.0.0:
98069918
optionalDependencies:
98079919
fsevents "^2.1.3"
98089920

9921+
react-themeable@^1.1.0:
9922+
version "1.1.0"
9923+
resolved "https://registry.yarnpkg.com/react-themeable/-/react-themeable-1.1.0.tgz#7d4466dd9b2b5fa75058727825e9f152ba379a0e"
9924+
integrity sha1-fURm3ZsrX6dQWHJ4JenxUro3mg4=
9925+
dependencies:
9926+
object-assign "^3.0.0"
9927+
98099928
react-transition-group@^4.4.0:
98109929
version "4.4.1"
98119930
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9"
@@ -10413,6 +10532,11 @@ schema-utils@^3.0.0:
1041310532
ajv "^6.12.5"
1041410533
ajv-keywords "^3.5.2"
1041510534

10535+
section-iterator@^2.0.0:
10536+
version "2.0.0"
10537+
resolved "https://registry.yarnpkg.com/section-iterator/-/section-iterator-2.0.0.tgz#bf444d7afeeb94ad43c39ad2fb26151627ccba2a"
10538+
integrity sha1-v0RNev7rlK1Dw5rS+yYVFifMuio=
10539+
1041610540
select-hose@^2.0.0:
1041710541
version "2.0.0"
1041810542
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
@@ -10546,6 +10670,11 @@ shallow-clone@^3.0.0:
1054610670
dependencies:
1054710671
kind-of "^6.0.2"
1054810672

10673+
shallow-equal@^1.0.0:
10674+
version "1.2.1"
10675+
resolved "https://registry.yarnpkg.com/shallow-equal/-/shallow-equal-1.2.1.tgz#4c16abfa56043aa20d050324efa68940b0da79da"
10676+
integrity sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==
10677+
1054910678
shebang-command@^1.2.0:
1055010679
version "1.2.0"
1055110680
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -11642,6 +11771,11 @@ url@^0.11.0:
1164211771
punycode "1.3.2"
1164311772
querystring "0.2.0"
1164411773

11774+
use-image@^1.0.6:
11775+
version "1.0.8"
11776+
resolved "https://registry.yarnpkg.com/use-image/-/use-image-1.0.8.tgz#a8fa4ae359afbb0fc30c7cab0a7f4d537281a9d4"
11777+
integrity sha512-mTQBg+e+tLXvhxq2MozH2ZdUPglG7ozLUlSB036soydO1wg1ZV5msZ4X3aw7gX4ozW0P9yHYZAiZB+qbIdQJZQ==
11778+
1164511779
use@^3.1.0:
1164611780
version "3.1.1"
1164711781
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
@@ -11738,7 +11872,7 @@ value-equal@^1.0.1:
1173811872
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
1173911873
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
1174011874

11741-
vary@~1.1.2:
11875+
vary@^1, vary@~1.1.2:
1174211876
version "1.1.2"
1174311877
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
1174411878
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=

0 commit comments

Comments
 (0)