From 2b8a83204a17e5ea33eb6ea0e0add86023a9f789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 08:40:29 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.16.19 --- package.json | 2 +- packages/neuron-ui/package.json | 2 +- yarn.lock | 13 +++++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c1fc67abfc..bcd74ca885 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@babel/core": "7.22.5", "@types/jest": "27.5.2", - "@types/node": "18.16.18", + "@types/node": "18.16.19", "@types/npmlog": "4.1.4", "@typescript-eslint/eslint-plugin": "5.60.1", "@typescript-eslint/parser": "5.60.1", diff --git a/packages/neuron-ui/package.json b/packages/neuron-ui/package.json index 6423272f70..ed4403bc0a 100644 --- a/packages/neuron-ui/package.json +++ b/packages/neuron-ui/package.json @@ -74,7 +74,7 @@ "@storybook/testing-library": "0.2.0", "@types/enzyme": "3.10.13", "@types/enzyme-adapter-react-16": "1.0.6", - "@types/node": "18.16.18", + "@types/node": "18.16.19", "@types/react": "17.0.62", "@types/react-dom": "17.0.20", "@types/react-router-dom": "5.3.3", diff --git a/yarn.lock b/yarn.lock index 727ac5a555..3cec36e14b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4444,16 +4444,21 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.2.tgz#fa6a90f2600e052a03c18b8cb3fd83dd4e599898" integrity sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw== -"@types/node@18.16.18", "@types/node@^18.11.18": - version "18.16.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390" - integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== +"@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@^16.0.0": version "16.18.37" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.37.tgz#a1f8728e4dc30163deb41e9b7aba65d0c2d4eda1" integrity sha512-ql+4dw4PlPFBP495k8JzUX/oMNRI2Ei4PrMHgj8oT4VhGlYUzF4EYr0qk2fW+XBVGIrq8Zzk13m4cvyXZuv4pA== +"@types/node@^18.11.18": + version "18.16.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390" + integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== + "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"