Skip to content

Commit 3ca90d4

Browse files
authoredOct 15, 2023
fix(deps): update dependency @types/node to v18.16.20
1 parent 6cdc663 commit 3ca90d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tanstack/react-query": "^4.35.3",
1616
"@tinymce/tinymce-react": "^4.3.0",
1717
"@types/d3": "^7.4.0",
18-
"@types/node": "18.16.19",
18+
"@types/node": "18.16.20",
1919
"@types/react": "18.2.14",
2020
"@types/react-dom": "18.2.6",
2121
"@types/react-infinite-scroll-component": "^5.0.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2569,10 +2569,10 @@
25692569
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9"
25702570
integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA==
25712571

2572-
"@types/node@18.16.19":
2573-
version "18.16.19"
2574-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
2575-
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
2572+
"@types/node@18.16.20":
2573+
version "18.16.20"
2574+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.20.tgz#b27be1ceb267bfb47d8bac024ff6379998f62207"
2575+
integrity sha512-nL54VfDjThdP2UXJXZao5wp76CDiDw4zSRO8d4Tk7UgDqNKGKVEQB0/t3ti63NS+YNNkIQDvwEAF04BO+WYu7Q==
25762576

25772577
"@types/node@20.4.7":
25782578
version "20.4.7"

0 commit comments

Comments
 (0)
Please sign in to comment.