Skip to content

Commit

Permalink
Bump build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Aug 12, 2024
1 parent 30a2ca8 commit 97b8fea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"axios": "^1.7.3",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-image-snapshot": "^6.4.0",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2791,10 +2791,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.8.0":
version: 9.8.0
resolution: "@eslint/js@npm:9.8.0"
checksum: 10/1c6ddbcc9f45f0165d9e218c085543536c03b4b650449a6f38f4e2b65b1d6bcd5f24f7feae72fca14d3697073cbdb413f270baef0f744cb0fb9e11ce9c84dbcc
"@eslint/js@npm:9.9.0":
version: 9.9.0
resolution: "@eslint/js@npm:9.9.0"
checksum: 10/9d6e94d0334aecaa7e5c78e654297d9b11679f56c8ec1b64db122cbecf64b5a04138617e901d0c79727d03abce8a898cce4288259435bde78460ebdab202998f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5259,7 +5259,7 @@ __metadata:
babel-jest: "npm:^29.7.0"
date-fns: "npm:^3.6.0"
dotenv: "npm:^16.4.5"
eslint: "npm:^9.8.0"
eslint: "npm:^9.9.0"
express: "npm:^4.19.2"
he: "npm:^1.2.0"
http-status-codes: "npm:^2.3.0"
Expand Down Expand Up @@ -8443,15 +8443,15 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.8.0":
version: 9.8.0
resolution: "eslint@npm:9.8.0"
"eslint@npm:^9.8.0, eslint@npm:^9.9.0":
version: 9.9.0
resolution: "eslint@npm:9.9.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.17.1"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.8.0"
"@eslint/js": "npm:9.9.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -8481,9 +8481,14 @@ __metadata:
optionator: "npm:^0.9.3"
strip-ansi: "npm:^6.0.1"
text-table: "npm:^0.2.0"
peerDependencies:
jiti: "*"
peerDependenciesMeta:
jiti:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/b1dd864170ca359249c92d1d8e09a628497efcf8a4293b571308460125fb0367a15612b2b0f135ff21b92453bf324ce75843fcaac3e01734f4bee2ff79919cc3
checksum: 10/88616421c9cb873d8f116d1ef6aa665cc898d35361351739c8041f11c30fe004bcfa641a2b6074655393eac7e7e5f9a661675dd1c01a24cf1e65cc6b556e06b3
languageName: node
linkType: hard

Expand Down

0 comments on commit 97b8fea

Please sign in to comment.