From 60a85b36e67b17e749516493308e0eab59b9a69d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 06:38:45 +0000 Subject: [PATCH] Update dependency next-remote-watch to v2 --- package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8b42cf5..3f437e8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gray-matter": "^4.0.2", "next": "latest", "next-mdx-remote": "^3.0.1", - "next-remote-watch": "1.0.0", + "next-remote-watch": "2.0.0", "octokit": "^1.7.1", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/yarn.lock b/yarn.lock index 0c56389..239f7b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -992,7 +992,7 @@ bn.js@^5.0.0, bn.js@^5.1.1: resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== -body-parser@1.19.0, body-parser@^1.19.0: +body-parser@1.19.0: version "1.19.0" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== @@ -2738,12 +2738,11 @@ next-mdx-remote@^3.0.1: esbuild "^0.12.9" pkg-dir "^5.0.0" -next-remote-watch@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/next-remote-watch/-/next-remote-watch-1.0.0.tgz#34c5a015b1bd191f906479c00baabd1a33cf04f5" - integrity sha512-kV+pglCwcnKyqJIXPHUUrnZr9d3rCqCIEQWBkFYC02GDXHyKVmcFytoY6q0+wMIQqh/izIAQL1x6OKXZhksjLA== +next-remote-watch@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/next-remote-watch/-/next-remote-watch-2.0.0.tgz#416af12af6abc7633429d2c0e09d27a522d4d06d" + integrity sha512-FyKDFMwbjKCPdu8ypZ8WTkDBzuxnH6rgfR89vgQwsND4ErrfXnDFZcZJAmSpwND6QA7G9f0DRzYMSdspY6t8Uw== dependencies: - body-parser "^1.19.0" chalk "^4.0.0" chokidar "^3.4.0" commander "^5.0.0"