Skip to content

Commit fe31482

Browse files
Bump eslint and @types/eslint in /backend
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together. Updates `eslint` from 8.51.0 to 8.52.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.51.0...v8.52.0) Updates `@types/eslint` from 8.44.3 to 8.44.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e90879 commit fe31482

File tree

2 files changed

+54
-40
lines changed

2 files changed

+54
-40
lines changed

backend/package-lock.json

Lines changed: 52 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/aws-lambda": "^8.10.125",
2323
"@types/cookie-parser": "^1.4.3",
2424
"@types/cors": "^2.8.12",
25-
"@types/eslint": "^8.44.3",
25+
"@types/eslint": "^8.44.6",
2626
"@types/eslint-plugin-prettier": "^3.1.0",
2727
"@types/express": "^4.17.14",
2828
"@types/geojson": "^7946.0.10",
@@ -39,7 +39,7 @@
3939
"@types/stripe": "^8.0.296",
4040
"@typescript-eslint/eslint-plugin": "^5.61.0",
4141
"@typescript-eslint/parser": "^5.61.1",
42-
"eslint": "^8.51.0",
42+
"eslint": "^8.52.0",
4343
"eslint-config-jboolean": "^0.1.0",
4444
"eslint-config-prettier": "^8.5.0",
4545
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)