Skip to content

Commit 1f30867

Browse files
Update dependency @types/node to ^18.16.18
1 parent 83e9101 commit 1f30867

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@cypress/grep": "^3.1.5",
23-
"@types/node": "^18.16.3",
23+
"@types/node": "^18.16.18",
2424
"@types/qs": "^6.9.7",
2525
"cypress-multi-reporters": "^1.6.3",
2626
"cypress-parallel": "^0.12.0",

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@testing-library/react": "^14.0.0",
6767
"@types/lodash": "^4.14.191",
6868
"@types/luxon": "^3.2.0",
69-
"@types/node": "^18.16.3",
69+
"@types/node": "^18.16.18",
7070
"@types/qs": "^6.9.7",
7171
"@types/react": "^17.0.21",
7272
"@types/react-router-dom": "^5.3.3",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2971,10 +2971,10 @@
29712971
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.17.tgz#37d3c01043fd09f3f17ffa8c17062bbb580f9558"
29722972
integrity sha512-oajWz4kOajqpKJMPgnCvBajPq8QAvl2xIWoFjlAJPKGu6n7pjov5SxGE45a+0RxHDoo4ycOMoZw1SCOWtDERbw==
29732973

2974-
"@types/node@^18.16.3":
2975-
version "18.16.3"
2976-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01"
2977-
integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==
2974+
"@types/node@^18.16.18":
2975+
version "18.16.18"
2976+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
2977+
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==
29782978

29792979
"@types/parse-json@^4.0.0":
29802980
version "4.0.0"
@@ -4568,10 +4568,10 @@ cypress-parallel@^0.12.0:
45684568
mocha "~9.2.0"
45694569
yargs "15.3.1"
45704570

4571-
4572-
version "12.12.0"
4573-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.12.0.tgz#0da622a34c970d8699ca6562d8e905ed7ce33c77"
4574-
integrity sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==
4571+
cypress@^12.12.0:
4572+
version "12.14.0"
4573+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.14.0.tgz#37a19b85f5e9d881995e9fee1ddf41b3d3a623dd"
4574+
integrity sha512-HiLIXKXZaIT1RT7sw1sVPt+qKtis3uYNm6KwC4qoYjabwLKaqZlyS/P+uVvvlBNcHIwL/BC6nQZajpbUd7hOgQ==
45754575
dependencies:
45764576
"@cypress/request" "^2.88.10"
45774577
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)