Skip to content

Commit f63b807

Browse files
chore(deps-dev): bump @types/node from 22.13.17 to 22.14.0 in /ui-test (#22556)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f7da63 commit f63b807

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ui-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "^10.0.10",
22-
"@types/node": "^22.13.17",
22+
"@types/node": "^22.14.0",
2323
"dotenv": "^16.4.7",
2424
"mocha": "^11.0.1",
2525
"prettier": "^2.8.8",

ui-test/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
6161
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
6262

63-
"@types/node@*", "@types/node@^22.13.17":
64-
version "22.13.17"
65-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
66-
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
63+
"@types/node@*", "@types/node@^22.14.0":
64+
version "22.14.0"
65+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
66+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
6767
dependencies:
68-
undici-types "~6.20.0"
68+
undici-types "~6.21.0"
6969

7070
"@types/selenium-webdriver@^4.1.28":
7171
version "4.1.28"
@@ -1641,10 +1641,10 @@ typescript@^5.8.2:
16411641
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
16421642
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
16431643

1644-
undici-types@~6.20.0:
1645-
version "6.20.0"
1646-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1647-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1644+
undici-types@~6.21.0:
1645+
version "6.21.0"
1646+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1647+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
16481648

16491649
universalify@^2.0.0:
16501650
version "2.0.1"

0 commit comments

Comments
 (0)