Skip to content

Commit

Permalink
Bump eslint-plugin-import
Browse files Browse the repository at this point in the history
- It bumps `tsconfig-paths` which depends on `json5`
- `json5` backported a fix to https://github.com/railsware/mailtrap-nodejs/security/dependabot/3 in 1.0.2
  • Loading branch information
mklocek committed Aug 12, 2024
1 parent ad628ab commit 978db2d
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 108 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.3.1",
"nodemailer": "^6.9.4",
Expand All @@ -40,8 +40,8 @@
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"nodemailer": "^6.9.4",
"@types/nodemailer": "^6.4.9"
"@types/nodemailer": "^6.4.9",
"nodemailer": "^6.9.4"
},
"peerDependenciesMeta": {
"nodemailer": {
Expand Down
Loading

0 comments on commit 978db2d

Please sign in to comment.