scan-compromised 1.1.164 → 1.1.165

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/data/threats.json +12 -2
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -3664,6 +3664,9 @@
3664
3664
  "1.13.2",
3665
3665
  "1.13.3",
3666
3666
  "1.13.4",
3667
+ "1.13.5",
3668
+ "1.13.6",
3669
+ "1.14.0",
3667
3670
  "1.2.0",
3668
3671
  "1.2.0-alpha.1",
3669
3672
  "1.2.1",
@@ -61333,7 +61336,8 @@
61333
61336
  "6.0.0",
61334
61337
  "6.0.1",
61335
61338
  "6.0.2",
61336
- "6.1.0"
61339
+ "6.1.0",
61340
+ "6.2.0"
61337
61341
  ],
61338
61342
  "@zag-js/core": [
61339
61343
  "0.0.0-dev-20220406144843",
@@ -322637,7 +322641,11 @@
322637
322641
  "2026.3.8",
322638
322642
  "2026.3.8-beta.1",
322639
322643
  "2026.4.1",
322640
- "2026.4.1-beta.1"
322644
+ "2026.4.1-beta.1",
322645
+ "2026.4.2",
322646
+ "2026.4.5",
322647
+ "2026.4.7",
322648
+ "2026.4.7-1"
322641
322649
  ],
322642
322650
  "survey-pdf": [
322643
322651
  "1.0.56",
@@ -331289,6 +331297,8 @@
331289
331297
  "2.1.0",
331290
331298
  "2.1.1",
331291
331299
  "2.1.10",
331300
+ "2.1.11",
331301
+ "2.1.12",
331292
331302
  "2.1.2",
331293
331303
  "2.1.3",
331294
331304
  "2.1.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.164",
3
+ "version": "1.1.165",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",