scan-compromised 1.1.232 → 1.1.234

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 +10 -2
  2. package/package.json +1 -1
package/data/threats.json CHANGED
@@ -3289,6 +3289,7 @@
3289
3289
  "1.123.6",
3290
3290
  "1.123.6-exp.0",
3291
3291
  "1.123.60",
3292
+ "1.123.61",
3292
3293
  "1.123.7",
3293
3294
  "1.123.8",
3294
3295
  "1.123.9",
@@ -387427,7 +387428,11 @@
387427
387428
  "3.8.2",
387428
387429
  "3.9.0",
387429
387430
  "3.9.1",
387430
- "3.9.2"
387431
+ "3.9.2",
387432
+ "3.9.3",
387433
+ "3.9.4",
387434
+ "3.9.5",
387435
+ "3.9.6"
387431
387436
  ],
387432
387437
  "@nocobase/database": [
387433
387438
  "0.10.0-alpha.2",
@@ -390488,7 +390493,9 @@
390488
390493
  "2.6.0",
390489
390494
  "2.6.1",
390490
390495
  "2.6.2",
390491
- "2.6.3"
390496
+ "2.6.3",
390497
+ "2.6.4",
390498
+ "2.6.5"
390492
390499
  ],
390493
390500
  "i18nextify": [
390494
390501
  "0.0.1",
@@ -414962,6 +414969,7 @@
414962
414969
  "0.10.0",
414963
414970
  "0.10.1",
414964
414971
  "0.11.0",
414972
+ "0.13.0",
414965
414973
  "0.6.0",
414966
414974
  "0.7.0",
414967
414975
  "0.8.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scan-compromised",
3
- "version": "1.1.232",
3
+ "version": "1.1.234",
4
4
  "description": "A simple npm CLI tool (starter template)",
5
5
  "main": "scripts/index.js",
6
6
  "type": "module",