@guardian/eslint-config 13.0.4 → 13.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @guardian/eslint-config
2
2
 
3
+ ## 13.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c80178: Update transitive deps to fix vuln in minimatch
8
+
9
+ ## 13.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - d8e3ce5: bump dependencies
14
+
3
15
  ## 13.0.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/eslint-config",
3
- "version": "13.0.4",
3
+ "version": "13.0.6",
4
4
  "description": "ESLint config for Guardian JavaScript projects",
5
5
  "repository": {
6
6
  "url": "https://github.com/guardian/csnx",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
13
13
  "@eslint/js": "9.39.1",
14
- "@stylistic/eslint-plugin": "5.7.0",
14
+ "@stylistic/eslint-plugin": "5.8.0",
15
15
  "eslint-config-prettier": "10.1.8",
16
16
  "eslint-import-resolver-typescript": "4.4.4",
17
17
  "eslint-plugin-import-x": "4.16.1",
@@ -19,9 +19,9 @@
19
19
  "eslint-plugin-react": "7.37.5",
20
20
  "eslint-plugin-react-hooks": "7.0.1",
21
21
  "eslint-plugin-storybook": "10.2.0",
22
- "globals": "17.1.0",
22
+ "globals": "17.3.0",
23
23
  "read-package-up": "12.0.0",
24
- "typescript-eslint": "8.53.0"
24
+ "typescript-eslint": "8.55.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "eslint": "9.39.1",