Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @nestjs/core from 10.3.9 to 10.4.1 #1261

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@monaco-editor/react": "^4.6.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/common": "^10.4.1",
"@nestjs/core": "^10.3.9",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/schedule": "^4.0.0",
"@nestjs/typeorm": "^10.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2815,15 +2815,15 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/core@npm:^10.3.9":
version: 10.3.9
resolution: "@nestjs/core@npm:10.3.9"
"@nestjs/core@npm:^10.4.1":
version: 10.4.1
resolution: "@nestjs/core@npm:10.4.1"
dependencies:
"@nuxtjs/opencollective": "npm:0.3.2"
fast-safe-stringify: "npm:2.1.1"
iterare: "npm:1.2.1"
path-to-regexp: "npm:3.2.0"
tslib: "npm:2.6.2"
tslib: "npm:2.6.3"
uid: "npm:2.0.2"
peerDependencies:
"@nestjs/common": ^10.0.0
Expand All @@ -2839,7 +2839,7 @@ __metadata:
optional: true
"@nestjs/websockets":
optional: true
checksum: 10c0/2e9834eaf412edd1fcbfa9e9d1c4876f5011547c31a2699afc4193ae37231b700625acf4f1e0a9766b1ed89ad9d176a496ca0387bfc424242cc91b164cb356e5
checksum: 10c0/57be2fc7617041558e90a92ec7c6f1011ed2bab8bfe5c5c02db5f5a03115e5e7347c06be0117767ce7d6c748fbe81ff075fc50190c998d30bbf25fd20e6f4ab8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11132,7 +11132,7 @@ __metadata:
"@monaco-editor/react": "npm:^4.6.0"
"@nestjs/cli": "npm:^10.4.5"
"@nestjs/common": "npm:^10.4.1"
"@nestjs/core": "npm:^10.3.9"
"@nestjs/core": "npm:^10.4.1"
"@nestjs/platform-express": "npm:^10.3.8"
"@nestjs/schedule": "npm:^4.0.0"
"@nestjs/schematics": "npm:^10.1.4"
Expand Down
Loading