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

[Snyk] Upgrade: babel-eslint, eslint, eslint-plugin-react, resolve, strip-json-comments #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - babel-eslint from 3.1.7 to 3.1.30.
    See this package in npm: https://www.npmjs.com/package/babel-eslint
  - eslint from 0.21.2 to 0.24.1.
    See this package in npm: https://www.npmjs.com/package/eslint
  - eslint-plugin-react from 2.3.0 to 2.7.1.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-react
  - resolve from 1.1.6 to 1.22.8.
    See this package in npm: https://www.npmjs.com/package/resolve
  - strip-json-comments from 1.0.2 to 1.0.4.
    See this package in npm: https://www.npmjs.com/package/strip-json-comments

See this project in Snyk:
https://app.snyk.io/org/geraldvillorente/project/ade96e36-9f43-4e7c-b22d-2aefe4778d93?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 8, 2024
commit 7e6bb2c6486d591a466a5d6d98b548d5d84c389f
10 changes: 5 additions & 5 deletions packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -26,10 +26,10 @@
"homepage": "https://github.com/airbnb/javascript",
"dependencies": {
"airbnb-style": "2.0.0",
"babel-eslint": "3.1.7",
"eslint": "0.21.2",
"eslint-plugin-react": "2.3.0",
"resolve": "1.1.6",
"strip-json-comments": "1.0.2"
"babel-eslint": "3.1.30",
"eslint": "0.24.1",
"eslint-plugin-react": "2.7.1",
"resolve": "1.22.8",
"strip-json-comments": "1.0.4"
}
}