Skip to content

Commit e0e46d8

Browse files
committed
chore: version & dependencies bump
1 parent 812afb2 commit e0e46d8

File tree

3 files changed

+43
-7
lines changed

3 files changed

+43
-7
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.17.3
1+
v14.20.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-comments",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "Strapi - Comments plugin",
55
"strapi": {
66
"name": "comments",
@@ -26,8 +26,8 @@
2626
"url": "https://github.com/VirtusLab-Open-Source/strapi-plugin-comments"
2727
},
2828
"dependencies": {
29-
"@strapi/utils": "^4.1.12",
30-
"@strapi/plugin-graphql": "^4.1.12",
29+
"@strapi/utils": "^4.3.0",
30+
"@strapi/plugin-graphql": "^4.3.0",
3131
"bad-words": "^3.0.4"
3232
},
3333
"devDependencies": {
@@ -82,7 +82,7 @@
8282
}
8383
],
8484
"engines": {
85-
"node": ">=14.x.x <=17.x.x",
85+
"node": ">=14.19.1 <=17.x.x",
8686
"npm": ">=7.x.x"
8787
},
8888
"keywords": [

yarn.lock

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
dependencies:
764764
"@sinonjs/commons" "^1.7.0"
765765

766-
"@strapi/plugin-graphql@^4.1.12", "@strapi/plugin-graphql@^4.1.8":
766+
"@strapi/plugin-graphql@^4.1.8":
767767
version "4.2.3"
768768
resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.2.3.tgz#02b412de14956320abc660e94ac810cfe0fc9745"
769769
integrity sha512-D8qXhjbHR7mmelQEOhG91p+0wAeuMXexm+Li9q1eKVd2rkNEjU9UNZrJgwSKB8awQQJnooe5hOEpyN90tn+VyQ==
@@ -788,7 +788,32 @@
788788
pluralize "^8.0.0"
789789
subscriptions-transport-ws "0.9.19"
790790

791-
"@strapi/[email protected]", "@strapi/utils@^4.1.12", "@strapi/utils@^4.1.8":
791+
"@strapi/plugin-graphql@^4.3.0":
792+
version "4.3.0"
793+
resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.3.0.tgz#08f9af907806671d73798993db6886cfb5f7ff9e"
794+
integrity sha512-h/Iet6bTlQCduVnIJOnRAtlbcK/cDFkl2rFw2JwnuScTRxSgREzdqSCqIao34m8FN/avUEFK3EZY+HuIMuW4NA==
795+
dependencies:
796+
"@apollo/federation" "^0.28.0"
797+
"@graphql-tools/schema" "8.1.2"
798+
"@graphql-tools/utils" "^8.0.2"
799+
"@strapi/utils" "4.3.0"
800+
apollo-server-core "3.1.2"
801+
apollo-server-koa "3.1.2"
802+
glob "^7.1.7"
803+
graphql "^15.5.1"
804+
graphql-depth-limit "^1.1.0"
805+
graphql-iso-date "^3.6.1"
806+
graphql-playground-middleware-koa "^1.6.21"
807+
graphql-type-json "^0.3.2"
808+
graphql-type-long "^0.1.1"
809+
graphql-upload "^13.0.0"
810+
koa-compose "^4.1.0"
811+
lodash "4.17.21"
812+
nexus "1.2.0"
813+
pluralize "^8.0.0"
814+
subscriptions-transport-ws "0.9.19"
815+
816+
"@strapi/[email protected]", "@strapi/utils@^4.1.8":
792817
version "4.2.3"
793818
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.2.3.tgz#4970361779581e5e01b7b824f8ee4c189bc87857"
794819
integrity sha512-ICkOI+JqSYyocwazZlaUz6oHgacyx3H5V9edeAdhISXjfZRX6GjtUDElTfQdGj9xsUUYSApFvY0DaiLTc0Utpg==
@@ -799,6 +824,17 @@
799824
lodash "4.17.21"
800825
yup "0.32.9"
801826

827+
"@strapi/[email protected]", "@strapi/utils@^4.3.0":
828+
version "4.3.0"
829+
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.3.0.tgz#335bbec19c5c82a14542502e4ea275af39b86c1c"
830+
integrity sha512-wizuvJX8yGB3T+VU83ZJ0hiWS+rBsLFLMzbSR54b858HSyjWHQWotcxMboxRKu1MZsmX3uXzY1RK8pF22bLTng==
831+
dependencies:
832+
"@sindresorhus/slugify" "1.1.0"
833+
date-fns "2.28.0"
834+
http-errors "1.8.1"
835+
lodash "4.17.21"
836+
yup "0.32.9"
837+
802838
"@tootallnate/once@1":
803839
version "1.1.2"
804840
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"

0 commit comments

Comments
 (0)