From 842d3a4dbf74ad0707b5e4824f003bde393460a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:20:18 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package.json | 2 +- website/package.json | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 932a53e9f7..960cf89be7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "ts-jest": "27.1.5", "ts-node": "10.9.1", "typescript": "5.2.2", - "ws": "8.13.0" + "ws": "8.14.0" }, "prettier": { "trailingComma": "es5", diff --git a/website/package.json b/website/package.json index 6154c4c670..988360e279 100644 --- a/website/package.json +++ b/website/package.json @@ -13,7 +13,7 @@ "dependencies": { "@theguild/components": "5.2.2", "next": "13.4.19", - "next-sitemap": "4.2.2", + "next-sitemap": "4.2.3", "react": "18.2.0", "react-dom": "18.2.0", "wrangler": "3.7.0" diff --git a/yarn.lock b/yarn.lock index 0f078002d8..e40c99564a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9737,10 +9737,10 @@ next-seo@^6.0.0: resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-6.1.0.tgz#b60b06958cc77e7ed56f0a61b2d6cd0afed88ebb" integrity sha512-iMBpFoJsR5zWhguHJvsoBDxDSmdYTHtnVPB1ij+CD0NReQCP78ZxxbdL9qkKIf4oEuZEqZkrjAQLB0bkII7RYA== -next-sitemap@4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.2.2.tgz#2336c4e2c1086842ed0f2d3f80e7fb8b8a4e0da1" - integrity sha512-cz5PyFibUNSJSXOY5mllq5TW0OH6SGG+8GJ9fR9pl1Thu4rvkDye+0N0790h+9kQihDStuVw2xfwC3qihDkflA== +next-sitemap@4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.2.3.tgz#5db3f650351a51e84b9fd6b58c5af2f9257b5058" + integrity sha512-vjdCxeDuWDzldhCnyFCQipw5bfpl4HmZA7uoo3GAaYGjGgfL4Cxb1CiztPuWGmS+auYs7/8OekRS8C2cjdAsjQ== dependencies: "@corex/deepmerge" "^4.0.43" "@next/env" "^13.4.3" @@ -13210,10 +13210,10 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@8.13.0, ws@^8.11.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" - integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== +ws@8.14.0, ws@^8.11.0: + version "8.14.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.0.tgz#6c5792c5316dc9266ba8e780433fc45e6680aecd" + integrity sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg== ws@^5.1.1: version "5.2.3"