@open-turo/eslint-config-react 17.0.14 → 17.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ name: Security scan
2
+
3
+ on:
4
+ pull_request_target: {}
5
+ workflow_dispatch: {}
6
+ push:
7
+ branches: [main]
8
+
9
+ permissions:
10
+ pull-requests: write
11
+ contents: read
12
+ security-events: write
13
+
14
+ jobs:
15
+ static-analysis:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: open-turo/actions-security/static-analysis@v4
19
+ with:
20
+ semgrep-app-token: ${{ secrets.SEMGREP_APP_TOKEN }}
@@ -19,6 +19,6 @@ repos:
19
19
  - id: end-of-file-fixer
20
20
  - id: trailing-whitespace
21
21
  - repo: https://github.com/rhysd/actionlint
22
- rev: v1.7.7
22
+ rev: v1.7.8
23
23
  hooks:
24
24
  - id: actionlint
package/package.json CHANGED
@@ -3,13 +3,13 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "18.1.1",
6
+ "@open-turo/eslint-config-typescript": "18.1.3",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
9
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
10
10
  "eslint-plugin-react-hooks": "6.1.1",
11
11
  "globals": "16.4.0",
12
- "typescript-eslint": "8.46.0"
12
+ "typescript-eslint": "8.46.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/react": "19.2.2",
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "repository": "https://github.com/open-turo/eslint-config-react",
52
- "version": "17.0.14"
52
+ "version": "17.0.15"
53
53
  }