Skip to content

Commit 9f088e2

Browse files
committed
chore(deps): update devdependencies (non-major)
1 parent a6ecd66 commit 9f088e2

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"@types/lodash.clonedeep": "^4.5.9",
9090
"@types/lodash.isequal": "^4.5.8",
9191
"@types/lodash.shuffle": "^4.2.9",
92-
"@types/node": "20.12.2",
93-
"@types/react": "18.2.73",
92+
"@types/node": "20.12.3",
93+
"@types/react": "18.2.74",
9494
"@types/react-dom": "18.2.23",
9595
"@types/react-plotly.js": "^2.6.3",
9696
"@types/uuid": "9.0.8",
@@ -99,7 +99,7 @@
9999
"@vitejs/plugin-react": "^4.2.1",
100100
"@vitest/browser": "^1.3.0",
101101
"concurrently": "8.2.2",
102-
"cypress": "13.7.1",
102+
"cypress": "13.7.2",
103103
"env-cmd": "10.1.0",
104104
"eslint": "8.57.0",
105105
"eslint-config-airbnb": "19.0.4",

yarn.lock

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4862,7 +4862,7 @@ __metadata:
48624862
languageName: node
48634863
linkType: hard
48644864

4865-
"@types/node@npm:*, @types/node@npm:20.12.2":
4865+
"@types/node@npm:*":
48664866
version: 20.12.2
48674867
resolution: "@types/node@npm:20.12.2"
48684868
dependencies:
@@ -4871,6 +4871,15 @@ __metadata:
48714871
languageName: node
48724872
linkType: hard
48734873

4874+
"@types/node@npm:20.12.3":
4875+
version: 20.12.3
4876+
resolution: "@types/node@npm:20.12.3"
4877+
dependencies:
4878+
undici-types: "npm:~5.26.4"
4879+
checksum: 10/3f3c5c6ba118a18aa997c51cdc3c66259d69021f87475a99ed6c913a6956e22de49748e09843bf6447a7a63ae474e61945a6dbcca93e23b2359fc0b6f9914f7a
4880+
languageName: node
4881+
linkType: hard
4882+
48744883
"@types/node@npm:^18.0.0":
48754884
version: 18.19.28
48764885
resolution: "@types/node@npm:18.19.28"
@@ -4968,7 +4977,7 @@ __metadata:
49684977
languageName: node
49694978
linkType: hard
49704979

4971-
"@types/react@npm:*, @types/react@npm:18.2.73":
4980+
"@types/react@npm:*":
49724981
version: 18.2.73
49734982
resolution: "@types/react@npm:18.2.73"
49744983
dependencies:
@@ -4978,6 +4987,16 @@ __metadata:
49784987
languageName: node
49794988
linkType: hard
49804989

4990+
"@types/react@npm:18.2.74":
4991+
version: 18.2.74
4992+
resolution: "@types/react@npm:18.2.74"
4993+
dependencies:
4994+
"@types/prop-types": "npm:*"
4995+
csstype: "npm:^3.0.2"
4996+
checksum: 10/4057aa7d082d434f8e580e5aebd4007e5dbe7f8e9ae5e506a34a629e382070694a0401bf3f0d38fe8d64f4b38622e5794341e634b9739784deae19b037ae43fa
4997+
languageName: node
4998+
linkType: hard
4999+
49815000
"@types/resolve@npm:^1.20.2":
49825001
version: 1.20.6
49835002
resolution: "@types/resolve@npm:1.20.6"
@@ -7165,9 +7184,9 @@ __metadata:
71657184
languageName: node
71667185
linkType: hard
71677186

7168-
"cypress@npm:13.7.1":
7169-
version: 13.7.1
7170-
resolution: "cypress@npm:13.7.1"
7187+
"cypress@npm:13.7.2":
7188+
version: 13.7.2
7189+
resolution: "cypress@npm:13.7.2"
71717190
dependencies:
71727191
"@cypress/request": "npm:^3.0.0"
71737192
"@cypress/xvfb": "npm:^1.2.4"
@@ -7213,7 +7232,7 @@ __metadata:
72137232
yauzl: "npm:^2.10.0"
72147233
bin:
72157234
cypress: bin/cypress
7216-
checksum: 10/897abf011156af85fae617b20177ed945fb76c78ac9bfad10af870e62181f9d56fdc886e00602e576cfbc79cc97230dc20c7bd5b4b87a4ada7ed83025fb147d3
7235+
checksum: 10/072c93c8f10b520ff29d7ec49c42a9ccfa3f3dd579d3429e508fda67ee29ff1013091bdab81f779961910a04fe7e33e1b61ea4e9f24f56b43ca08b056609dfcb
72177236
languageName: node
72187237
linkType: hard
72197238

@@ -9965,8 +9984,8 @@ __metadata:
99659984
"@types/lodash.clonedeep": "npm:^4.5.9"
99669985
"@types/lodash.isequal": "npm:^4.5.8"
99679986
"@types/lodash.shuffle": "npm:^4.2.9"
9968-
"@types/node": "npm:20.12.2"
9969-
"@types/react": "npm:18.2.73"
9987+
"@types/node": "npm:20.12.3"
9988+
"@types/react": "npm:18.2.74"
99709989
"@types/react-dom": "npm:18.2.23"
99719990
"@types/react-plotly.js": "npm:^2.6.3"
99729991
"@types/uuid": "npm:9.0.8"
@@ -9976,7 +9995,7 @@ __metadata:
99769995
"@vitejs/plugin-react": "npm:^4.2.1"
99779996
"@vitest/browser": "npm:^1.3.0"
99789997
concurrently: "npm:8.2.2"
9979-
cypress: "npm:13.7.1"
9998+
cypress: "npm:13.7.2"
99809999
date-fns: "npm:^3.3.1"
998110000
env-cmd: "npm:10.1.0"
998210001
eslint: "npm:8.57.0"

0 commit comments

Comments
 (0)