@plusscommunities/pluss-newsletter-aws 2.0.2-auth.0 → 2.0.3-auth.0

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/package-lock.json +30 -52
  2. package/package.json +2 -2
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-newsletter-aws",
3
- "version": "2.0.2-auth.0",
3
+ "version": "2.0.3-auth.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1502,9 +1502,9 @@
1502
1502
  }
1503
1503
  },
1504
1504
  "@plusscommunities/pluss-core-aws": {
1505
- "version": "2.0.1-auth.3",
1506
- "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.1-auth.3.tgz",
1507
- "integrity": "sha512-PWVUt6rnS8+LP8qfKRJSRb3TvujEpHXWePuRGLlpkva7Vb55ySTNOoUh9bgJWjNOtFAWbWyFbO4wsb+0hMnkQQ==",
1505
+ "version": "2.0.2-auth.0",
1506
+ "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.2-auth.0.tgz",
1507
+ "integrity": "sha512-k1vMDhjwOl7k/D8MJYvfXu5LGDT/WWTu+X3a6SGgt3uqZaEXVIyJlCek7dK6LfoOG7KteidfZbyw4yu5j/XHdQ==",
1508
1508
  "requires": {
1509
1509
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
1510
1510
  "amazon-cognito-identity-js": "^2.0.19",
@@ -1542,31 +1542,15 @@
1542
1542
  "semver": "^7.5.4"
1543
1543
  }
1544
1544
  },
1545
- "lru-cache": {
1546
- "version": "6.0.0",
1547
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1548
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1549
- "requires": {
1550
- "yallist": "^4.0.0"
1551
- }
1552
- },
1553
1545
  "ms": {
1554
1546
  "version": "2.1.3",
1555
1547
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1556
1548
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
1557
1549
  },
1558
1550
  "semver": {
1559
- "version": "7.6.0",
1560
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
1561
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
1562
- "requires": {
1563
- "lru-cache": "^6.0.0"
1564
- }
1565
- },
1566
- "yallist": {
1567
- "version": "4.0.0",
1568
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
1569
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
1551
+ "version": "7.6.2",
1552
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
1553
+ "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w=="
1570
1554
  }
1571
1555
  }
1572
1556
  },
@@ -1664,9 +1648,9 @@
1664
1648
  }
1665
1649
  },
1666
1650
  "@types/express-serve-static-core": {
1667
- "version": "4.17.43",
1668
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz",
1669
- "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==",
1651
+ "version": "4.19.5",
1652
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz",
1653
+ "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==",
1670
1654
  "requires": {
1671
1655
  "@types/node": "*",
1672
1656
  "@types/qs": "*",
@@ -1741,9 +1725,9 @@
1741
1725
  "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg=="
1742
1726
  },
1743
1727
  "@types/qs": {
1744
- "version": "6.9.14",
1745
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.14.tgz",
1746
- "integrity": "sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA=="
1728
+ "version": "6.9.15",
1729
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
1730
+ "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg=="
1747
1731
  },
1748
1732
  "@types/range-parser": {
1749
1733
  "version": "1.2.7",
@@ -1760,9 +1744,9 @@
1760
1744
  }
1761
1745
  },
1762
1746
  "@types/serve-static": {
1763
- "version": "1.15.6",
1764
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.6.tgz",
1765
- "integrity": "sha512-xkChxykiNb1X2YBevPIhQhNU9m9M7h9e2gDsmePAP2kNqhOvpKOrZWOCzq2ERQqfNFzlzHG2bdM0u3z5x+gQgg==",
1747
+ "version": "1.15.7",
1748
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
1749
+ "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
1766
1750
  "requires": {
1767
1751
  "@types/http-errors": "*",
1768
1752
  "@types/node": "*",
@@ -6398,9 +6382,9 @@
6398
6382
  "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw=="
6399
6383
  },
6400
6384
  "jose": {
6401
- "version": "4.15.5",
6402
- "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz",
6403
- "integrity": "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg=="
6385
+ "version": "4.15.7",
6386
+ "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.7.tgz",
6387
+ "integrity": "sha512-L7ioP+JAuZe8v+T5+zVI9Tx8LtU8BL7NxkyDFVMv+Qr3JW0jSoYDedLtodaXwfqMpeCyx4WXFNyu9tJt4WvC1A=="
6404
6388
  },
6405
6389
  "jpeg-js": {
6406
6390
  "version": "0.4.3",
@@ -6783,27 +6767,26 @@
6783
6767
  }
6784
6768
  },
6785
6769
  "lru-memoizer": {
6786
- "version": "2.2.0",
6787
- "resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.2.0.tgz",
6788
- "integrity": "sha512-QfOZ6jNkxCcM/BkIPnFsqDhtrazLRsghi9mBwFAzol5GCvj4EkFT899Za3+QwikCg5sRX8JstioBDwOxEyzaNw==",
6770
+ "version": "2.3.0",
6771
+ "resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.3.0.tgz",
6772
+ "integrity": "sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==",
6789
6773
  "requires": {
6790
6774
  "lodash.clonedeep": "^4.5.0",
6791
- "lru-cache": "~4.0.0"
6775
+ "lru-cache": "6.0.0"
6792
6776
  },
6793
6777
  "dependencies": {
6794
6778
  "lru-cache": {
6795
- "version": "4.0.2",
6796
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz",
6797
- "integrity": "sha512-uQw9OqphAGiZhkuPlpFGmdTU2tEuhxTourM/19qGJrxBPHAr/f8BT1a0i/lOclESnGatdJG/UCkP9kZB/Lh1iw==",
6779
+ "version": "6.0.0",
6780
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
6781
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
6798
6782
  "requires": {
6799
- "pseudomap": "^1.0.1",
6800
- "yallist": "^2.0.0"
6783
+ "yallist": "^4.0.0"
6801
6784
  }
6802
6785
  },
6803
6786
  "yallist": {
6804
- "version": "2.1.2",
6805
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
6806
- "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
6787
+ "version": "4.0.0",
6788
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
6789
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
6807
6790
  }
6808
6791
  }
6809
6792
  },
@@ -7383,11 +7366,6 @@
7383
7366
  "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
7384
7367
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
7385
7368
  },
7386
- "pseudomap": {
7387
- "version": "1.0.2",
7388
- "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
7389
- "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ=="
7390
- },
7391
7369
  "psl": {
7392
7370
  "version": "1.8.0",
7393
7371
  "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-newsletter-aws",
3
- "version": "2.0.2-auth.0",
3
+ "version": "2.0.3-auth.0",
4
4
  "description": "Extension package to enable newsletter on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",
@@ -28,7 +28,7 @@
28
28
  "license": "ISC",
29
29
  "dependencies": {
30
30
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
31
- "@plusscommunities/pluss-core-aws": "2.0.1-auth.3",
31
+ "@plusscommunities/pluss-core-aws": "2.0.2-auth.0",
32
32
  "amazon-cognito-identity-js": "^2.0.19",
33
33
  "axios": "^1.6.8",
34
34
  "aws-sdk": "^2.1591.0",