@eslinted/core 16.0.8 → 16.0.9

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/SECURITY.md +0 -1
  2. package/package.json +3 -3
package/SECURITY.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # Security Policy
2
2
 
3
3
  ## Reporting a Vulnerability
4
-
5
4
  This repository participates in GitHub private vulnerability reporting.
6
5
 
7
6
  [__⚑ Report Vulnerability__](./../../security/advisories/new)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$template": "22.14.0",
3
3
  "name": "@eslinted/core",
4
- "version": "16.0.8",
4
+ "version": "16.0.9",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "repository": "github:jimmy-zhening-luo/linted-core",
7
7
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  "devDependencies": {
19
19
  "@types/chai": "^5.0.1",
20
20
  "@types/mocha": "^10.0.10",
21
- "@types/node": "^22.13.1",
22
- "chai": "^5.1.2",
21
+ "@types/node": "^22.13.4",
22
+ "chai": "^5.2.0",
23
23
  "mocha": "^11.1.0",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "run-script-os": "^1.1.6",