Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3da4243

Browse files
authoredDec 27, 2023
fix(deps): update dependency @types/node to v18.16.20
1 parent ca1965c commit 3da4243

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
@@ -18,7 +18,7 @@
1818
"@testing-library/react": "^14.1.2",
1919
"@tinymce/tinymce-react": "^4.3.0",
2020
"@types/d3": "^7.4.0",
21-
"@types/node": "18.16.19",
21+
"@types/node": "18.16.20",
2222
"@types/react": "18.2.14",
2323
"@types/react-dom": "18.2.6",
2424
"@types/react-spinner": "^0.2.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1941,10 +1941,10 @@
19411941
dependencies:
19421942
undici-types "~5.26.4"
19431943

1944-
"@types/node@18.16.19":
1945-
version "18.16.19"
1946-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
1947-
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
1944+
"@types/node@18.16.20":
1945+
version "18.16.20"
1946+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.20.tgz#b27be1ceb267bfb47d8bac024ff6379998f62207"
1947+
integrity sha512-nL54VfDjThdP2UXJXZao5wp76CDiDw4zSRO8d4Tk7UgDqNKGKVEQB0/t3ti63NS+YNNkIQDvwEAF04BO+WYu7Q==
19481948

19491949
"@types/node@20.5.1":
19501950
version "20.5.1"

0 commit comments

Comments
 (0)
Please sign in to comment.