Skip to content

Commit 5f0298c

Browse files
committed
Add @eslint/js as a dev dependency in package.json and update yarn.lock.
1 parent 8a0c0c5 commit 5f0298c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"zod": "^3.23.8"
4747
},
4848
"devDependencies": {
49+
"@eslint/js": "^9.35.0",
4950
"@jest/globals": "^29.7.0",
5051
"@types/bcrypt": "^6",
5152
"@types/cors": "^2.8.17",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,13 @@ __metadata:
670670
languageName: node
671671
linkType: hard
672672

673+
"@eslint/js@npm:^9.35.0":
674+
version: 9.37.0
675+
resolution: "@eslint/js@npm:9.37.0"
676+
checksum: 10c0/84f98a6213522fc76ea104bd910f606136200bd918544e056a7a22442d3f9d5c3c5cd7f4cdf2499d49b1fa140155b87d597a1f16d01644920f05c228e9ca0378
677+
languageName: node
678+
linkType: hard
679+
673680
"@eslint/object-schema@npm:^2.1.6":
674681
version: 2.1.6
675682
resolution: "@eslint/object-schema@npm:2.1.6"
@@ -1902,6 +1909,7 @@ __metadata:
19021909
resolution: "autobox-engine-ts@workspace:."
19031910
dependencies:
19041911
"@asteasolutions/zod-to-openapi": "npm:^7.3.0"
1912+
"@eslint/js": "npm:^9.35.0"
19051913
"@jest/globals": "npm:^29.7.0"
19061914
"@types/bcrypt": "npm:^6"
19071915
"@types/cors": "npm:^2.8.17"

0 commit comments

Comments
 (0)