Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 40f6cb8

Browse files
Bump ejs from 3.1.9 to 3.1.10 in /example/webdriverio-test
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](mde/ejs@v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a54af08 commit 40f6cb8

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

example/webdriverio-test/yarn.lock

+23-5
Original file line numberDiff line numberDiff line change
@@ -1932,9 +1932,9 @@ ee-first@1.1.1:
19321932
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
19331933

19341934
ejs@^3.1.9:
1935-
version "3.1.9"
1936-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
1937-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
1935+
version "3.1.10"
1936+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
1937+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
19381938
dependencies:
19391939
jake "^10.8.5"
19401940

@@ -4356,7 +4356,16 @@ streamx@^2.13.0, streamx@^2.15.0:
43564356
optionalDependencies:
43574357
bare-events "^2.2.0"
43584358

4359-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4359+
"string-width-cjs@npm:string-width@^4.2.0":
4360+
version "4.2.3"
4361+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4362+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4363+
dependencies:
4364+
emoji-regex "^8.0.0"
4365+
is-fullwidth-code-point "^3.0.0"
4366+
strip-ansi "^6.0.1"
4367+
4368+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
43604369
version "4.2.3"
43614370
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
43624371
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4801,7 +4810,7 @@ workerpool@6.2.1:
48014810
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
48024811
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
48034812

4804-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4813+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
48054814
version "7.0.0"
48064815
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
48074816
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4819,6 +4828,15 @@ wrap-ansi@^6.2.0:
48194828
string-width "^4.1.0"
48204829
strip-ansi "^6.0.0"
48214830

4831+
wrap-ansi@^7.0.0:
4832+
version "7.0.0"
4833+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4834+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4835+
dependencies:
4836+
ansi-styles "^4.0.0"
4837+
string-width "^4.1.0"
4838+
strip-ansi "^6.0.0"
4839+
48224840
wrap-ansi@^8.1.0:
48234841
version "8.1.0"
48244842
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)