Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group with 2 updates #175

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
"class-validator": "0.14.0",
"esbuild": "0.19.5",
"fast-glob": "3.3.1",
"is-unicode-supported": "1.3.0",
"is-unicode-supported": "2.0.0",
"json5": "2.2.3",
"node-emoji": "2.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"semver": "7.5.4",
"string-width": "6.1.0",
"string-width": "7.0.0",
"tinyrainbow": "1.1.1",
"word-wrap": "1.2.5"
},
Expand Down
41 changes: 24 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ __metadata:
growl: "npm:1.10.5"
husky: "npm:8.0.3"
is-ci: "npm:3.0.1"
is-unicode-supported: "npm:1.3.0"
is-unicode-supported: "npm:2.0.0"
json5: "npm:2.2.3"
jsonc-eslint-parser: "npm:2.3.0"
lint-staged: "npm:15.0.2"
Expand All @@ -1196,7 +1196,7 @@ __metadata:
rxjs: "npm:7.8.1"
semver: "npm:7.5.4"
sh-syntax: "npm:0.4.1"
string-width: "npm:6.1.0"
string-width: "npm:7.0.0"
tempfile: "npm:5.0.0"
tinyrainbow: "npm:1.1.1"
trash-cli: "npm:5.0.0"
Expand Down Expand Up @@ -3580,10 +3580,10 @@ __metadata:
languageName: node
linkType: hard

"emoji-regex@npm:^10.2.1":
version: 10.2.1
resolution: "emoji-regex@npm:10.2.1"
checksum: fb2143d669ed7a3b180a56bfb5fc0638af25aeef421df4bb9c3a835dccfc4b737bcb45dfc8cea33c3f2b9dcd92a3fdb79820c7a840491a899e2d68aa3245c4b5
"emoji-regex@npm:^10.3.0":
version: 10.3.0
resolution: "emoji-regex@npm:10.3.0"
checksum: b9b084ebe904f13bb4b66ee4c29fb41a7a4a1165adcc33c1ce8056c0194b882cc91ebdc782f1a779b5d7ea7375c5064643a7734893d7c657b44c5c6b9d7bf1e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4614,6 +4614,13 @@ __metadata:
languageName: node
linkType: hard

"get-east-asian-width@npm:^1.0.0":
version: 1.2.0
resolution: "get-east-asian-width@npm:1.2.0"
checksum: c9b280e7c7c67fb89fa17e867c4a9d1c9f1321aba2a9ee27bff37fb6ca9552bccda328c70a80c1f83a0e39ba1b7e3427e60f47823402d19e7a41b83417ec047a
languageName: node
linkType: hard

"get-func-name@npm:^2.0.0":
version: 2.0.2
resolution: "get-func-name@npm:2.0.2"
Expand Down Expand Up @@ -5414,10 +5421,10 @@ __metadata:
languageName: node
linkType: hard

"is-unicode-supported@npm:1.3.0":
version: 1.3.0
resolution: "is-unicode-supported@npm:1.3.0"
checksum: 20a1fc161afafaf49243551a5ac33b6c4cf0bbcce369fcd8f2951fbdd000c30698ce320de3ee6830497310a8f41880f8066d440aa3eb0a853e2aa4836dd89abc
"is-unicode-supported@npm:2.0.0":
version: 2.0.0
resolution: "is-unicode-supported@npm:2.0.0"
checksum: 000b80639dedaf59a385f1c0a57f97a4d1435e0723716f24cc19ad94253a7a0a9f838bdc9ac49b10a29ac93b01f52ae9b2ed358a8876caf1eb74d73b4ede92b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7635,14 +7642,14 @@ __metadata:
languageName: node
linkType: hard

"string-width@npm:6.1.0":
version: 6.1.0
resolution: "string-width@npm:6.1.0"
"string-width@npm:7.0.0":
version: 7.0.0
resolution: "string-width@npm:7.0.0"
dependencies:
eastasianwidth: "npm:^0.2.0"
emoji-regex: "npm:^10.2.1"
strip-ansi: "npm:^7.0.1"
checksum: 8aefb456a230c8d7fe254049b1b2d62603da1a3b6c7fc9f3332f6779583cc1c72653f9b6e4cd0c1c92befee1565d4a0a7542d09ba4ceb6d96af02fbd8425bb03
emoji-regex: "npm:^10.3.0"
get-east-asian-width: "npm:^1.0.0"
strip-ansi: "npm:^7.1.0"
checksum: bc0de5700a2690895169fce447ec4ed44bc62de80312c2093d5606bfd48319bb88e48a99e97f269dff2bc9577448b91c26b3804c16e7d9b389699795e4655c3b
languageName: node
linkType: hard

Expand Down
Loading