diff --git a/package.json b/package.json index d0435c105..84ac8bbee 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "remap:img": "node src/remap-img.js" }, "devDependencies": { - "@types/node": "^18.16.3", + "@types/node": "^20.8.0", "csv-generate": "^4.2.5", "csv-parse": "^5.3.9", "snazzy": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index e658683ef..c3421dfd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -68,10 +68,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@^18.16.3": - version "18.16.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" - integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== +"@types/node@^20.8.0": + version "20.8.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.0.tgz#10ddf0119cf20028781c06d7115562934e53f745" + integrity sha512-LzcWltT83s1bthcvjBmiBvGJiiUe84NWRHkw+ZV6Fr41z2FbIzvc815dk2nQ3RAKMuN2fkenM/z3Xv2QzEpYxQ== acorn-jsx@^5.3.2: version "5.3.2"