Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v18.19.44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent a1c85df commit 7fe076c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "^14.1.2",
"@tinymce/tinymce-react": "^4.3.0",
"@types/d3": "^7.4.0",
"@types/node": "18.16.19",
"@types/node": "18.19.44",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-spinner": "^0.2.0",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@
integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==
dependencies:
graphql "*"

"@types/hast@^2.0.0":
version "2.3.8"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.8.tgz#4ac5caf38b262b7bd5ca3202dda71f0271635660"
Expand Down Expand Up @@ -1944,10 +1944,12 @@
dependencies:
undici-types "~5.26.4"

"@types/node@18.16.19":
version "18.16.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
"@types/node@18.19.44":
version "18.19.44"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.44.tgz#875a8322d17ff12bf82b3af8c07b9310a00e72f8"
integrity sha512-ZsbGerYg72WMXUIE9fYxtvfzLEuq6q8mKERdWFnqTmOvudMxnz+CBNRoOwJ2kNpFOncrKjT1hZwxjlFgQ9qvQA==
dependencies:
undici-types "~5.26.4"

"@types/node@20.5.1":
version "20.5.1"
Expand Down

0 comments on commit 7fe076c

Please sign in to comment.