Skip to content

Commit dd54d49

Browse files
committed
fix: bug
1 parent f466531 commit dd54d49

File tree

5 files changed

+747
-664
lines changed

5 files changed

+747
-664
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
],
6969
"i18n-ally.sourceLanguage": "en",
7070
"i18n-ally.keystyle": "nested",
71-
"eslint.enable": true
71+
"eslint.enable": true,
72+
"nuxt.isNuxtApp": false
7273
}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,33 @@
2323
"eslint": "eslint src --ext .ts,.js,.tsx,.jsx,.vue,.json"
2424
},
2525
"dependencies": {
26-
"@graphql-tools/merge": "8.2.13",
27-
"@graphql-tools/schema": "8.3.13",
28-
"@graphql-tools/utils": "8.6.12",
26+
"@graphql-tools/merge": "8.3.11",
27+
"@graphql-tools/schema": "9.0.9",
28+
"@graphql-tools/utils": "9.1.0",
2929
"@liaoliaots/nestjs-redis": "^8.2.0",
30-
"@mapbox/mapbox-sdk": "^0.13.3",
31-
"@nestjs-modules/mailer": "^1.6.1",
32-
"@nestjs/apollo": "^10.0.14",
33-
"@nestjs/common": "^8.4.6",
34-
"@nestjs/core": "^8.4.6",
35-
"@nestjs/graphql": "^10.0.15",
30+
"@mapbox/mapbox-sdk": "^0.13.7",
31+
"@nestjs-modules/mailer": "^1.8.1",
32+
"@nestjs/apollo": "^10.1.6",
33+
"@nestjs/common": "^9.2.0",
34+
"@nestjs/core": "^9.2.0",
35+
"@nestjs/graphql": "^10.1.6",
3636
"@nestjs/passport": "^8.2.1",
37-
"@nestjs/platform-express": "^8.4.6",
38-
"@nestjs/platform-socket.io": "^8.4.6",
39-
"@nestjs/platform-ws": "^8.4.6",
40-
"@nestjs/swagger": "^5.2.1",
41-
"@nestjs/typeorm": "^8.1.2",
42-
"@nestjs/websockets": "^8.4.6",
37+
"@nestjs/platform-express": "^9.2.0",
38+
"@nestjs/platform-socket.io": "^9.2.0",
39+
"@nestjs/platform-ws": "^9.2.0",
40+
"@nestjs/swagger": "^6.1.3",
41+
"@nestjs/typeorm": "^9.0.1",
42+
"@nestjs/websockets": "^9.2.0",
4343
"@ntegral/nestjs-sentry": "^3.0.7",
4444
"@sentry/node": "^6.16.1",
4545
"@types/graphql-fields": "^1.3.4",
4646
"@types/jsonp": "^0.2.1",
4747
"ali-oss": "^6.17.1",
48-
"apollo-server-core": "^3.8.2",
49-
"apollo-server-express": "^3.8.2",
48+
"apollo-server-core": "^3.11.1",
49+
"apollo-server-express": "^3.11.1",
5050
"axios": "^0.27.2",
5151
"blurhash": "^1.1.5",
52-
"body-parser": "^1.20.0",
52+
"body-parser": "^1.20.1",
5353
"cache-manager": "^4.0.1",
5454
"cache-manager-redis-store": "^2.0.0",
5555
"canvas": "2.9.1",
@@ -67,17 +67,17 @@
6767
"filehound": "^1.17.5",
6868
"fs-extra": "^10.0.0",
6969
"gcoord": "^0.3.2",
70-
"graphql": "^16.5.0",
70+
"graphql": "^16.6.0",
7171
"graphql-fields": "^2.0.3",
7272
"graphql-fields-list": "^2.2.4",
73-
"graphql-redis-subscriptions": "^2.4.2",
74-
"graphql-request": "^4.3.0",
73+
"graphql-redis-subscriptions": "^2.5.0",
74+
"graphql-request": "^5.0.0",
7575
"graphql-subscriptions": "2.0.0",
7676
"graphql-tag": "^2.12.6",
77-
"graphql-tools": "^8.2.11",
78-
"graphql-ws": "^5.8.2",
79-
"helmet": "^4.6.0",
80-
"ioredis": "^5.0.6",
77+
"graphql-tools": "^8.3.11",
78+
"graphql-ws": "^5.11.2",
79+
"helmet": "^6.0.0",
80+
"ioredis": "^5.2.4",
8181
"js-cookie": "^3.0.1",
8282
"jsonp": "^0.2.1",
8383
"jsonp-get": "^0.0.6",
@@ -95,7 +95,7 @@
9595
"nest-schedule": "^0.6.4",
9696
"nestjs-redis": "^1.3.3",
9797
"node-instagram": "^4.3.0",
98-
"nodejieba": "^2.5.2",
98+
"nodejieba": "2.5.2",
9999
"nodemailer": "^6.7.2",
100100
"oauth2-server": "^3.1.1",
101101
"optimism": "^0.16.1",
@@ -208,7 +208,7 @@
208208
"ts-node": "^10.4.0",
209209
"tsconfig-paths": "^3.12.0",
210210
"tscpaths": "^0.0.9",
211-
"typescript": "^4.5.4"
211+
"typescript": "^4.8.4"
212212
},
213213
"husky": {
214214
"hooks": {

0 commit comments

Comments
 (0)