Skip to content

Commit b1a67fd

Browse files
build(deps): Bump nanoid from 3.3.7 to 3.3.8 (#3)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- 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 51569f1 commit b1a67fd

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

yarn.lock

+21-6
Original file line numberDiff line numberDiff line change
@@ -2927,9 +2927,9 @@ mz@^2.7.0:
29272927
thenify-all "^1.0.0"
29282928

29292929
nanoid@^3.3.6, nanoid@^3.3.7:
2930-
version "3.3.7"
2931-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
2932-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
2930+
version "3.3.8"
2931+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
2932+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
29332933

29342934
natural-compare@^1.4.0:
29352935
version "1.4.0"
@@ -3490,8 +3490,16 @@ streamsearch@^1.1.0:
34903490
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
34913491
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
34923492

3493-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
3494-
name string-width-cjs
3493+
"string-width-cjs@npm:string-width@^4.2.0":
3494+
version "4.2.3"
3495+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3496+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3497+
dependencies:
3498+
emoji-regex "^8.0.0"
3499+
is-fullwidth-code-point "^3.0.0"
3500+
strip-ansi "^6.0.1"
3501+
3502+
string-width@^4.1.0:
34953503
version "4.2.3"
34963504
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
34973505
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3572,7 +3580,14 @@ string.prototype.trimstart@^1.0.8:
35723580
define-properties "^1.2.1"
35733581
es-object-atoms "^1.0.0"
35743582

3575-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3583+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3584+
version "6.0.1"
3585+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3586+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3587+
dependencies:
3588+
ansi-regex "^5.0.1"
3589+
3590+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
35763591
version "6.0.1"
35773592
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
35783593
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)