Skip to content

Commit 28cf16c

Browse files
chore(deps-dev): bump semver from 7.6.2 to 7.7.1
Bumps [semver](https://github.com/npm/node-semver) from 7.6.2 to 7.7.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.2...v7.7.1) --- updated-dependencies: - dependency-name: semver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77a441d commit 28cf16c

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"devDependencies": {
2525
"@types/node": "18.11.9",
2626
"@types/semver": "^7.5.8",
27-
"semver": "^7.6.0"
27+
"semver": "^7.7.1"
2828
}
2929
}

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -15002,10 +15002,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
1500215002
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1500315003
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1500415004

15005-
semver@^7.0.0, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.8, semver@^7.5.3, semver@^7.6.0:
15006-
version "7.6.2"
15007-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
15008-
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
15005+
semver@^7.0.0, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.8, semver@^7.5.3, semver@^7.7.1:
15006+
version "7.7.1"
15007+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
15008+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
1500915009

1501015010
semver@~7.0.0:
1501115011
version "7.0.0"
@@ -15682,7 +15682,7 @@ string-length@^4.0.1:
1568215682
char-regex "^1.0.2"
1568315683
strip-ansi "^6.0.0"
1568415684

15685-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15685+
"string-width-cjs@npm:string-width@^4.2.0":
1568615686
version "4.2.3"
1568715687
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1568815688
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -15700,6 +15700,15 @@ string-width@^3.0.0, string-width@^3.1.0:
1570015700
is-fullwidth-code-point "^2.0.0"
1570115701
strip-ansi "^5.1.0"
1570215702

15703+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15704+
version "4.2.3"
15705+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15706+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15707+
dependencies:
15708+
emoji-regex "^8.0.0"
15709+
is-fullwidth-code-point "^3.0.0"
15710+
strip-ansi "^6.0.1"
15711+
1570315712
string-width@^5.0.1, string-width@^5.1.2:
1570415713
version "5.1.2"
1570515714
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -15751,7 +15760,7 @@ string_decoder@~1.1.1:
1575115760
dependencies:
1575215761
safe-buffer "~5.1.0"
1575315762

15754-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15763+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1575515764
version "6.0.1"
1575615765
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1575715766
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15772,6 +15781,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1577215781
dependencies:
1577315782
ansi-regex "^4.1.0"
1577415783

15784+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15785+
version "6.0.1"
15786+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
15787+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
15788+
dependencies:
15789+
ansi-regex "^5.0.1"
15790+
1577515791
strip-ansi@^7.0.1:
1577615792
version "7.1.0"
1577715793
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -17474,7 +17490,7 @@ worker-rpc@^0.1.0:
1747417490
dependencies:
1747517491
microevent.ts "~0.1.1"
1747617492

17477-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
17493+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1747817494
version "7.0.0"
1747917495
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1748017496
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -17501,6 +17517,15 @@ wrap-ansi@^6.0.0, wrap-ansi@^6.2.0:
1750117517
string-width "^4.1.0"
1750217518
strip-ansi "^6.0.0"
1750317519

17520+
wrap-ansi@^7.0.0:
17521+
version "7.0.0"
17522+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
17523+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
17524+
dependencies:
17525+
ansi-styles "^4.0.0"
17526+
string-width "^4.1.0"
17527+
strip-ansi "^6.0.0"
17528+
1750417529
wrap-ansi@^8.1.0:
1750517530
version "8.1.0"
1750617531
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)