@plusscommunities/pluss-newsletter-aws 2.0.7-auth.0 → 2.0.8-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 +52 -37
  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.7-auth.0",
3
+ "version": "2.0.8-auth.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1703,9 +1703,9 @@
1703
1703
  }
1704
1704
  },
1705
1705
  "@plusscommunities/pluss-core-aws": {
1706
- "version": "2.0.9-auth.0",
1707
- "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.9-auth.0.tgz",
1708
- "integrity": "sha512-b3RxXF6W2kRZrOV2ApqdyArTrk1WuqiuHjM2aufdiIQfpbKHC/iIGOGxjMYRLQIwL5HyvaYotUPwQa4YxsojqA==",
1706
+ "version": "2.0.19-auth.0",
1707
+ "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.19-auth.0.tgz",
1708
+ "integrity": "sha512-0XKUy/PVg1uThZk0l3W+ilUam5UIY0n1TTKW4nbaM02WcnndGTeshE2CBOulUBfoeOU8PRFewKmicKV4I8FSMg==",
1709
1709
  "requires": {
1710
1710
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
1711
1711
  "amazon-cognito-identity-js": "^2.0.19",
@@ -1718,6 +1718,7 @@
1718
1718
  "jwks-rsa": "^3.1.0",
1719
1719
  "lodash": "^4.17.10",
1720
1720
  "moment": "^2.30.1",
1721
+ "moment-timezone": "^0.5.41",
1721
1722
  "node-fetch": "^2.2.0",
1722
1723
  "node-jose": "^1.0.0",
1723
1724
  "nodemailer": "^6.9.12",
@@ -1748,9 +1749,9 @@
1748
1749
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
1749
1750
  },
1750
1751
  "semver": {
1751
- "version": "7.6.3",
1752
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
1753
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A=="
1752
+ "version": "7.7.2",
1753
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
1754
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="
1754
1755
  }
1755
1756
  }
1756
1757
  },
@@ -1820,9 +1821,9 @@
1820
1821
  }
1821
1822
  },
1822
1823
  "@types/body-parser": {
1823
- "version": "1.19.5",
1824
- "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
1825
- "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
1824
+ "version": "1.19.6",
1825
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
1826
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
1826
1827
  "requires": {
1827
1828
  "@types/connect": "*",
1828
1829
  "@types/node": "*"
@@ -1837,9 +1838,9 @@
1837
1838
  }
1838
1839
  },
1839
1840
  "@types/express": {
1840
- "version": "4.17.21",
1841
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
1842
- "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
1841
+ "version": "4.17.23",
1842
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz",
1843
+ "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
1843
1844
  "requires": {
1844
1845
  "@types/body-parser": "*",
1845
1846
  "@types/express-serve-static-core": "^4.17.33",
@@ -1868,9 +1869,9 @@
1868
1869
  }
1869
1870
  },
1870
1871
  "@types/http-errors": {
1871
- "version": "2.0.4",
1872
- "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
1873
- "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA=="
1872
+ "version": "2.0.5",
1873
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
1874
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg=="
1874
1875
  },
1875
1876
  "@types/istanbul-lib-coverage": {
1876
1877
  "version": "2.0.4",
@@ -1907,10 +1908,11 @@
1907
1908
  }
1908
1909
  },
1909
1910
  "@types/jsonwebtoken": {
1910
- "version": "9.0.7",
1911
- "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz",
1912
- "integrity": "sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==",
1911
+ "version": "9.0.10",
1912
+ "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
1913
+ "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
1913
1914
  "requires": {
1915
+ "@types/ms": "*",
1914
1916
  "@types/node": "*"
1915
1917
  }
1916
1918
  },
@@ -1919,15 +1921,20 @@
1919
1921
  "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
1920
1922
  "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
1921
1923
  },
1924
+ "@types/ms": {
1925
+ "version": "2.1.0",
1926
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1927
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="
1928
+ },
1922
1929
  "@types/node": {
1923
1930
  "version": "20.6.0",
1924
1931
  "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz",
1925
1932
  "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg=="
1926
1933
  },
1927
1934
  "@types/qs": {
1928
- "version": "6.9.17",
1929
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz",
1930
- "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ=="
1935
+ "version": "6.14.0",
1936
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
1937
+ "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ=="
1931
1938
  },
1932
1939
  "@types/range-parser": {
1933
1940
  "version": "1.2.7",
@@ -1935,18 +1942,18 @@
1935
1942
  "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="
1936
1943
  },
1937
1944
  "@types/send": {
1938
- "version": "0.17.4",
1939
- "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
1940
- "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
1945
+ "version": "0.17.5",
1946
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz",
1947
+ "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==",
1941
1948
  "requires": {
1942
1949
  "@types/mime": "^1",
1943
1950
  "@types/node": "*"
1944
1951
  }
1945
1952
  },
1946
1953
  "@types/serve-static": {
1947
- "version": "1.15.7",
1948
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
1949
- "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
1954
+ "version": "1.15.8",
1955
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz",
1956
+ "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==",
1950
1957
  "requires": {
1951
1958
  "@types/http-errors": "*",
1952
1959
  "@types/node": "*",
@@ -3802,9 +3809,9 @@
3802
3809
  }
3803
3810
  },
3804
3811
  "html-entities": {
3805
- "version": "2.5.2",
3806
- "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
3807
- "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA=="
3812
+ "version": "2.6.0",
3813
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
3814
+ "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ=="
3808
3815
  },
3809
3816
  "html-escaper": {
3810
3817
  "version": "2.0.2",
@@ -6374,14 +6381,14 @@
6374
6381
  }
6375
6382
  },
6376
6383
  "jwks-rsa": {
6377
- "version": "3.1.0",
6378
- "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.1.0.tgz",
6379
- "integrity": "sha512-v7nqlfezb9YfHHzYII3ef2a2j1XnGeSE/bK3WfumaYCqONAIstJbrEGapz4kadScZzEt7zYCN7bucj8C0Mv/Rg==",
6384
+ "version": "3.2.0",
6385
+ "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.0.tgz",
6386
+ "integrity": "sha512-PwchfHcQK/5PSydeKCs1ylNym0w/SSv8a62DgHJ//7x2ZclCoinlsjAfDxAAbpoTPybOum/Jgy+vkvMmKz89Ww==",
6380
6387
  "requires": {
6381
- "@types/express": "^4.17.17",
6382
- "@types/jsonwebtoken": "^9.0.2",
6388
+ "@types/express": "^4.17.20",
6389
+ "@types/jsonwebtoken": "^9.0.4",
6383
6390
  "debug": "^4.3.4",
6384
- "jose": "^4.14.6",
6391
+ "jose": "^4.15.4",
6385
6392
  "limiter": "^1.1.5",
6386
6393
  "lru-memoizer": "^2.2.0"
6387
6394
  }
@@ -6679,6 +6686,14 @@
6679
6686
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
6680
6687
  "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how=="
6681
6688
  },
6689
+ "moment-timezone": {
6690
+ "version": "0.5.48",
6691
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz",
6692
+ "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
6693
+ "requires": {
6694
+ "moment": "^2.29.4"
6695
+ }
6696
+ },
6682
6697
  "ms": {
6683
6698
  "version": "2.0.0",
6684
6699
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-newsletter-aws",
3
- "version": "2.0.7-auth.0",
3
+ "version": "2.0.8-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.9-auth.0",
31
+ "@plusscommunities/pluss-core-aws": "2.0.19-auth.0",
32
32
  "amazon-cognito-identity-js": "^2.0.19",
33
33
  "axios": "^1.6.8",
34
34
  "aws-sdk": "^2.1591.0",