diff --git a/package.json b/package.json index d8ee6a4c..6e1275bd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/jest": "^26.0.19", - "@types/node": "^15.0.0", + "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "del-cli": "^3.0.1", diff --git a/packages/react-filters/package.json b/packages/react-filters/package.json index 5a415b83..86dcf36b 100644 --- a/packages/react-filters/package.json +++ b/packages/react-filters/package.json @@ -71,7 +71,7 @@ "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^13.1.1", "@types/jest": "^26.0.15", - "@types/node": "^15.0.0", + "@types/node": "^18.11.18", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "babel-loader": "^8.2.2", diff --git a/packages/sync/package.json b/packages/sync/package.json index 0dc4258d..409d3754 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -45,7 +45,7 @@ "@nishans/types": "0.0.35", "@types/js-yaml": "^4.0.0", "@types/mongodb": "^3.6.3", - "@types/node": "^15.0.0", + "@types/node": "^18.11.18", "@types/uuid": "^8.3.0" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index 098b3db3..3bdec3f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2809,6 +2809,16 @@ resolved "https://registry.yarnpkg.com/@nishans/types/-/types-0.0.28.tgz#4319dbbbcbb36d375b619912f73168c36350c298" integrity sha512-b4niZI/9iEuYB2c8NXoYQbGrdLTN924lZrz1lR4Iy8DszsnWX5YX/Vg6+Om0mxqzbWmExmg4P7ow2kuNM9hW2Q== +"@nishans/types@0.0.35", "@nishans/types@^0.0.35": + version "0.0.35" + resolved "https://registry.yarnpkg.com/@nishans/types/-/types-0.0.35.tgz#edbede935b6cf92b5d633ee60d7b348088fbd291" + integrity sha512-XlrfmggJpQ7CBJKVUqzxUD5/N2rr6j2qaPkeIWh86qX5Wu965D76eq7N79Wvt/jqDqCVjc8vjz5fIwwng4WnJg== + +"@nishans/types@0.0.47": + version "0.0.47" + resolved "https://registry.yarnpkg.com/@nishans/types/-/types-0.0.47.tgz#10a279b193a5ed5a2a4a547b7e34d78a3856426e" + integrity sha512-g2tYL6VL41Z5OEvhgeQMASXy9XEimzzAsbEtrktnoqwiUuf8M3Vw//1eKGgy/CFK4Gkz1oDGEF6M9YFB6DyVAA== + "@nishans/utils@0.0.19": version "0.0.19" resolved "https://registry.yarnpkg.com/@nishans/utils/-/utils-0.0.19.tgz#5127ae7a9240290d2ea03fecdcb4df455aa8f2cc" @@ -4310,10 +4320,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^15.0.0": - version "15.0.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.3.tgz#ee09fcaac513576474c327da5818d421b98db88a" - integrity sha512-/WbxFeBU+0F79z9RdEOXH4CsDga+ibi5M8uEYr91u3CkT/pdWcV8MCook+4wDPnZBexRdwWS+PiVZ2xJviAzcQ== +"@types/node@*", "@types/node@^18.11.18": + version "18.11.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" + integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== "@types/node@^10.1.0": version "10.17.55"