Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/preset-env from 7.25.3 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - eslint-config-expensify from 2.0.58 to 2.0.59.
    See this package in npm: https://www.npmjs.com/package/eslint-config-expensify

See this project in Snyk:
https://app.snyk.io/org/expensify/project/4945ebcf-d145-4524-893a-d9c905019a72?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent 4f3a1a1 commit 9bd6a75
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 97 deletions.
157 changes: 62 additions & 95 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@lwc/eslint-plugin-lwc": "^1.8.2",
"@types/jest": "^29.5.12",
Expand All @@ -56,7 +56,7 @@
"babel-jest": "^29.0.0",
"babelify": "10.0.0",
"eslint": "^8.57.0",
"eslint-config-expensify": "^2.0.58",
"eslint-config-expensify": "^2.0.59",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down

0 comments on commit 9bd6a75

Please sign in to comment.