Skip to content

Commit d9693fa

Browse files
authored
Merge pull request #18 from BaseMax/dependabot/npm_and_yarn/nestjs/core-11.1.18
build(deps): bump @nestjs/core from 9.4.0 to 11.1.18
2 parents d790c11 + ff4ad82 commit d9693fa

2 files changed

Lines changed: 28 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nestjs/apollo": "^11.0.5",
2525
"@nestjs/common": "^9.0.0",
2626
"@nestjs/config": "^2.3.1",
27-
"@nestjs/core": "^9.0.0",
27+
"@nestjs/core": "^11.1.18",
2828
"@nestjs/graphql": "^11.0.5",
2929
"@nestjs/jwt": "^10.0.3",
3030
"@nestjs/platform-express": "^9.0.0",

yarn.lock

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,17 +1054,17 @@
10541054
lodash "4.17.21"
10551055
uuid "9.0.0"
10561056

1057-
"@nestjs/core@^9.0.0":
1058-
version "9.4.0"
1059-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.4.0.tgz#bca5128138fcf9b4668bc524b578f3805a325183"
1060-
integrity sha512-yTLryCgFD0462wPe4HIzhyTcDgibt8Stfwb5YzcX7Ma0NM4m8uBIpcPG109KBubp8ZmV85e5mw4rl20qLQQVsQ==
1057+
"@nestjs/core@^11.1.18":
1058+
version "11.1.18"
1059+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.18.tgz#cf3585bc34fd5fd62d3903b89a5512c456b66eef"
1060+
integrity sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ==
10611061
dependencies:
10621062
uid "2.0.2"
1063-
"@nuxtjs/opencollective" "0.3.2"
1063+
"@nuxt/opencollective" "0.4.1"
10641064
fast-safe-stringify "2.1.1"
10651065
iterare "1.2.1"
1066-
path-to-regexp "3.2.0"
1067-
tslib "2.5.0"
1066+
path-to-regexp "8.4.2"
1067+
tslib "2.8.1"
10681068

10691069
"@nestjs/graphql@^11.0.5":
10701070
version "11.0.5"
@@ -1148,14 +1148,12 @@
11481148
"@nodelib/fs.scandir" "2.1.5"
11491149
fastq "^1.6.0"
11501150

1151-
"@nuxtjs/opencollective@0.3.2":
1152-
version "0.3.2"
1153-
resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz#620ce1044f7ac77185e825e1936115bb38e2681c"
1154-
integrity sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==
1151+
"@nuxt/opencollective@0.4.1":
1152+
version "0.4.1"
1153+
resolved "https://registry.yarnpkg.com/@nuxt/opencollective/-/opencollective-0.4.1.tgz#57bc41d2b03b2fba20b935c15950ac0f4bd2cea2"
1154+
integrity sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==
11551155
dependencies:
1156-
chalk "^4.1.0"
1157-
consola "^2.15.0"
1158-
node-fetch "^2.6.1"
1156+
consola "^3.2.3"
11591157

11601158
"@phc/format@^1.0.0":
11611159
version "1.0.0"
@@ -2383,10 +2381,10 @@ concat-stream@^1.5.2:
23832381
readable-stream "^2.2.2"
23842382
typedarray "^0.0.6"
23852383

2386-
consola@^2.15.0:
2387-
version "2.15.3"
2388-
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
2389-
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
2384+
consola@^3.2.3:
2385+
version "3.4.2"
2386+
resolved "https://registry.yarnpkg.com/consola/-/consola-3.4.2.tgz#5af110145397bb67afdab77013fdc34cae590ea7"
2387+
integrity sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==
23902388

23912389
console-control-strings@^1.0.0, console-control-strings@^1.1.0:
23922390
version "1.1.0"
@@ -4516,7 +4514,7 @@ node-emoji@1.11.0:
45164514
dependencies:
45174515
lodash "^4.17.21"
45184516

4519-
node-fetch@^2.6.1, node-fetch@^2.6.7:
4517+
node-fetch@^2.6.7:
45204518
version "2.6.11"
45214519
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25"
45224520
integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==
@@ -4726,10 +4724,10 @@ path-to-regexp@0.1.7:
47264724
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
47274725
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
47284726

4729-
path-to-regexp@3.2.0:
4730-
version "3.2.0"
4731-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f"
4732-
integrity sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==
4727+
path-to-regexp@8.4.2:
4728+
version "8.4.2"
4729+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.2.tgz#795c420c4f7ca45c5b887366f622ee0c9852cccd"
4730+
integrity sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==
47334731

47344732
path-type@^4.0.0:
47354733
version "4.0.0"
@@ -5582,21 +5580,21 @@ tsconfig-paths@4.2.0, tsconfig-paths@^4.1.2:
55825580
minimist "^1.2.6"
55835581
strip-bom "^3.0.0"
55845582

5585-
tslib@2.5.0, tslib@^2.1.0, tslib@^2.4.0:
5583+
tslib@2.5.0:
55865584
version "2.5.0"
55875585
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
55885586
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
55895587

5588+
tslib@2.8.1, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.3:
5589+
version "2.8.1"
5590+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
5591+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
5592+
55905593
tslib@^1.8.1, tslib@^1.9.0:
55915594
version "1.14.1"
55925595
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
55935596
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
55945597

5595-
tslib@^2.6.3:
5596-
version "2.8.1"
5597-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
5598-
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
5599-
56005598
tsutils@^3.21.0:
56015599
version "3.21.0"
56025600
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)