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

build(deps-dev): bump ts-loader from 9.5.0 to 9.5.1 in /graphql-server #71

Merged
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 graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "^3.0.3",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.5.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
Expand Down
10 changes: 5 additions & 5 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ __metadata:
supertest: ^6.3.3
timeago.js: ^4.0.2
ts-jest: ^29.1.1
ts-loader: ^9.4.2
ts-loader: ^9.5.1
ts-node: ^10.5.0
tsconfig-paths: ^4.2.0
typeorm: ^0.3.12
Expand Down Expand Up @@ -8407,9 +8407,9 @@ __metadata:
languageName: node
linkType: hard

"ts-loader@npm:^9.4.2":
version: 9.5.0
resolution: "ts-loader@npm:9.5.0"
"ts-loader@npm:^9.5.1":
version: 9.5.1
resolution: "ts-loader@npm:9.5.1"
dependencies:
chalk: ^4.1.0
enhanced-resolve: ^5.0.0
Expand All @@ -8419,7 +8419,7 @@ __metadata:
peerDependencies:
typescript: "*"
webpack: ^5.0.0
checksum: a319575faa07145917a7050ac6be7e7f8d97745c6b6ecf8097ac51cebd2d459e8f8b2519d0c39066a065f4d73ae331d2aba9de3d62ea38bc59fd84395794d428
checksum: 7cf396e656d905388ea2a9b5e82f16d3c955fda8d3df2fbf219f4bee16ff50a3c995c44ae3e584634e9443f056cec70bb3151add3917ffb4588ecd7394bac0ec
languageName: node
linkType: hard

Expand Down
Loading