Skip to content

Commit b943723

Browse files
author
hubert
committed
chore: package upgrade
1 parent 321471b commit b943723

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

.github/workflows/deploy-bwg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
with:
9696
path: .submodules
9797
key: ${{ runner.os }}-submodules-${{ hashFiles('.submodules/**/yarn.lock') }}
98+
- name: Update Browserslist DB
99+
run: npx update-browserslist-db@latest
98100
- name: Build
99101
run: yarn build:clients && yarn build:servers
100102
- name: List dist dir

.github/workflows/deploy-hw.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
with:
9797
path: .submodules
9898
key: ${{ runner.os }}-submodules-${{ hashFiles('.submodules/**/yarn.lock') }}
99+
- name: Update Browserslist DB
100+
run: npx update-browserslist-db@latest
99101
- name: Build
100102
run: yarn build:clients && yarn build:servers
101103
- name: List dist dir

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@apollo/server": "^4.9.1",
4545
"@apollo/utils.keyvaluecache": "^3.1.0",
46-
"@nestjs/apollo": "^11.0.0",
46+
"@nestjs/apollo": "^12.2.0",
4747
"@nestjs/axios": "^3.0.3",
4848
"@nestjs/common": "^10.0.0",
4949
"@nestjs/config": "^3.2.3",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5092,22 +5092,22 @@ __metadata:
50925092
languageName: node
50935093
linkType: hard
50945094

5095-
"@nestjs/apollo@npm:^11.0.0":
5096-
version: 11.0.6
5097-
resolution: "@nestjs/apollo@npm:11.0.6"
5095+
"@nestjs/apollo@npm:^12.2.0":
5096+
version: 12.2.2
5097+
resolution: "@nestjs/apollo@npm:12.2.2::__archiveUrl=https%3A%2F%2Fregistry.npmmirror.com%2F%40nestjs%2Fapollo%2F-%2Fapollo-12.2.2.tgz"
50985098
dependencies:
50995099
"@apollo/server-plugin-landing-page-graphql-playground": 4.0.0
51005100
iterall: 1.3.0
51015101
lodash.omit: 4.5.0
5102-
tslib: 2.5.2
5102+
tslib: 2.8.1
51035103
peerDependencies:
51045104
"@apollo/gateway": ^2.0.0
51055105
"@apollo/server": ^4.3.2
51065106
"@apollo/subgraph": ^2.0.0
51075107
"@as-integrations/fastify": ^1.3.0 || ^2.0.0
5108-
"@nestjs/common": ^9.0.0
5109-
"@nestjs/core": ^9.3.8
5110-
"@nestjs/graphql": ^11.0.0
5108+
"@nestjs/common": ^9.3.8 || ^10.0.0
5109+
"@nestjs/core": ^9.3.8 || ^10.0.0
5110+
"@nestjs/graphql": ^12.0.0
51115111
graphql: ^16.6.0
51125112
peerDependenciesMeta:
51135113
"@apollo/gateway":
@@ -5116,7 +5116,7 @@ __metadata:
51165116
optional: true
51175117
"@as-integrations/fastify":
51185118
optional: true
5119-
checksum: 04c907ea07f0bbbe56abbfad871dec702ccf56db373c4a743fa7b5865356bd8204487fd3bc6210ee30b2620b41ac3859b3890497e06ffa1f8a877a6244902cb6
5119+
checksum: 0a0fee41b7a99e25081242cd23b7a46fbe6660d46f30a9fb0e83b364691189272b964ceec1bf867dcc7e1b4ba0dd226733f5be8467217deec8a83826d5c6fae8
51205120
languageName: node
51215121
linkType: hard
51225122

@@ -19914,7 +19914,7 @@ __metadata:
1991419914
"@commitlint/cli": ^12.1.4
1991519915
"@commitlint/config-conventional": ^12.1.4
1991619916
"@golevelup/nestjs-testing": ^0.1.2
19917-
"@nestjs/apollo": ^11.0.0
19917+
"@nestjs/apollo": ^12.2.0
1991819918
"@nestjs/axios": ^3.0.3
1991919919
"@nestjs/cli": ^10.4.0
1992019920
"@nestjs/common": ^10.0.0
@@ -24130,6 +24130,13 @@ __metadata:
2413024130
languageName: node
2413124131
linkType: hard
2413224132

24133+
"tslib@npm:2.8.1":
24134+
version: 2.8.1
24135+
resolution: "tslib@npm:2.8.1::__archiveUrl=https%3A%2F%2Fregistry.npmmirror.com%2Ftslib%2F-%2Ftslib-2.8.1.tgz"
24136+
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
24137+
languageName: node
24138+
linkType: hard
24139+
2413324140
"tslib@npm:^1.10.0, tslib@npm:^1.8.1":
2413424141
version: 1.14.1
2413524142
resolution: "tslib@npm:1.14.1"

0 commit comments

Comments
 (0)