Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and WikiRik authored Aug 18, 2023
1 parent 271e242 commit b30ebbe
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 19 deletions.
4 changes: 2 additions & 2 deletions lib/imageserv.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const path = require('path');
const util = require('util');
const fs = require('fs');
const multer = require('multer');
const readChunk = require('read-chunk');
const FileType = require('file-type');
const util = require('util');
const fs = require('fs');

const errors = require('./errors');
const log = require('./logger');
Expand Down
83 changes: 67 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-junit": "^16.0.0",
Expand Down

0 comments on commit b30ebbe

Please sign in to comment.