linted 16.2.2-rc.0 → 16.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/SECURITY.md +1 -1
  2. package/package.json +3 -3
package/SECURITY.md CHANGED
@@ -6,4 +6,4 @@ This repository participates in GitHub private vulnerability reporting.
6
6
 
7
7
  [__⚑ Report Vulnerability__](./../../security/advisories/new)
8
8
 
9
- Thank you your dedication to safety.
9
+ Thank you for your dedication to safety.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.15.0",
3
3
  "name": "linted",
4
- "version": "16.2.2-rc.0",
4
+ "version": "16.2.3",
5
5
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@eslinted/core": "~3.1.7",
55
+ "@eslinted/core": "~3.1.8",
56
56
  "@html-eslint/eslint-plugin": "~0.26.0",
57
57
  "@html-eslint/parser": "~0.26.0",
58
58
  "@stylistic/eslint-plugin": "~2.6.4",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "^0.5.3",
73
73
  "eslint": "~9.9.0",
74
- "linted": "~16.2.1",
74
+ "linted": "~16.2.2",
75
75
  "npm-run-all": "^4.1.5",
76
76
  "typescript": "^5.5.4"
77
77
  },