Skip to content

Commit 842d3a4

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 9cf3138 commit 842d3a4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ts-jest": "27.1.5",
7070
"ts-node": "10.9.1",
7171
"typescript": "5.2.2",
72-
"ws": "8.13.0"
72+
"ws": "8.14.0"
7373
},
7474
"prettier": {
7575
"trailingComma": "es5",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@theguild/components": "5.2.2",
1515
"next": "13.4.19",
16-
"next-sitemap": "4.2.2",
16+
"next-sitemap": "4.2.3",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
1919
"wrangler": "3.7.0"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9737,10 +9737,10 @@ next-seo@^6.0.0:
97379737
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-6.1.0.tgz#b60b06958cc77e7ed56f0a61b2d6cd0afed88ebb"
97389738
integrity sha512-iMBpFoJsR5zWhguHJvsoBDxDSmdYTHtnVPB1ij+CD0NReQCP78ZxxbdL9qkKIf4oEuZEqZkrjAQLB0bkII7RYA==
97399739

9740-
9741-
version "4.2.2"
9742-
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.2.2.tgz#2336c4e2c1086842ed0f2d3f80e7fb8b8a4e0da1"
9743-
integrity sha512-cz5PyFibUNSJSXOY5mllq5TW0OH6SGG+8GJ9fR9pl1Thu4rvkDye+0N0790h+9kQihDStuVw2xfwC3qihDkflA==
9740+
9741+
version "4.2.3"
9742+
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.2.3.tgz#5db3f650351a51e84b9fd6b58c5af2f9257b5058"
9743+
integrity sha512-vjdCxeDuWDzldhCnyFCQipw5bfpl4HmZA7uoo3GAaYGjGgfL4Cxb1CiztPuWGmS+auYs7/8OekRS8C2cjdAsjQ==
97449744
dependencies:
97459745
"@corex/deepmerge" "^4.0.43"
97469746
"@next/env" "^13.4.3"
@@ -13210,10 +13210,10 @@ write-pkg@^4.0.0:
1321013210
type-fest "^0.4.1"
1321113211
write-json-file "^3.2.0"
1321213212

13213-
ws@8.13.0, ws@^8.11.0:
13214-
version "8.13.0"
13215-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
13216-
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
13213+
ws@8.14.0, ws@^8.11.0:
13214+
version "8.14.0"
13215+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.0.tgz#6c5792c5316dc9266ba8e780433fc45e6680aecd"
13216+
integrity sha512-WR0RJE9Ehsio6U4TuM+LmunEsjQ5ncHlw4sn9ihD6RoJKZrVyH9FWV3dmnwu8B2aNib1OvG2X6adUCyFpQyWcg==
1321713217

1321813218
ws@^5.1.1:
1321913219
version "5.2.3"

0 commit comments

Comments
 (0)