@plusscommunities/pluss-maintenance-aws-forms 2.1.18 → 2.1.20-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.
- package/package-lock.json +235 -50
- package/package.json +6 -2
package/package-lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-maintenance-aws-forms",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20-auth.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -94,11 +94,26 @@
|
|
|
94
94
|
"semver": "^6.3.1"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
+
"lru-cache": {
|
|
98
|
+
"version": "5.1.1",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
100
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
101
|
+
"dev": true,
|
|
102
|
+
"requires": {
|
|
103
|
+
"yallist": "^3.0.2"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
97
106
|
"semver": {
|
|
98
107
|
"version": "6.3.1",
|
|
99
108
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
100
109
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
101
110
|
"dev": true
|
|
111
|
+
},
|
|
112
|
+
"yallist": {
|
|
113
|
+
"version": "3.1.1",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
115
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
116
|
+
"dev": true
|
|
102
117
|
}
|
|
103
118
|
}
|
|
104
119
|
},
|
|
@@ -1468,9 +1483,9 @@
|
|
|
1468
1483
|
}
|
|
1469
1484
|
},
|
|
1470
1485
|
"@plusscommunities/pluss-core-aws": {
|
|
1471
|
-
"version": "2.0.
|
|
1472
|
-
"resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.
|
|
1473
|
-
"integrity": "sha512-
|
|
1486
|
+
"version": "2.0.25-auth.0",
|
|
1487
|
+
"resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.25-auth.0.tgz",
|
|
1488
|
+
"integrity": "sha512-MKW4hHu3sUcyzOJstMzusVRGdOxLELzv05mAGvZpw2Ypt6FNOrcLlhHFU5hLhOu3UV68ho1P/a4d7HEFE6Sejw==",
|
|
1474
1489
|
"requires": {
|
|
1475
1490
|
"@aws/dynamodb-auto-marshaller": "^0.7.1",
|
|
1476
1491
|
"amazon-cognito-identity-js": "^2.0.19",
|
|
@@ -1479,6 +1494,8 @@
|
|
|
1479
1494
|
"expo-server-sdk": "^3.0.1",
|
|
1480
1495
|
"html-entities": "^2.3.2",
|
|
1481
1496
|
"https": "^1.0.0",
|
|
1497
|
+
"jsonwebtoken": "^9.0.2",
|
|
1498
|
+
"jwks-rsa": "^3.1.0",
|
|
1482
1499
|
"lodash": "^4.17.10",
|
|
1483
1500
|
"moment": "^2.30.1",
|
|
1484
1501
|
"moment-timezone": "^0.5.41",
|
|
@@ -1487,6 +1504,35 @@
|
|
|
1487
1504
|
"nodemailer": "^6.9.12",
|
|
1488
1505
|
"twilio": "^3.18.0",
|
|
1489
1506
|
"uuid": "^2.0.3"
|
|
1507
|
+
},
|
|
1508
|
+
"dependencies": {
|
|
1509
|
+
"jsonwebtoken": {
|
|
1510
|
+
"version": "9.0.2",
|
|
1511
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
|
|
1512
|
+
"integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
|
|
1513
|
+
"requires": {
|
|
1514
|
+
"jws": "^3.2.2",
|
|
1515
|
+
"lodash.includes": "^4.3.0",
|
|
1516
|
+
"lodash.isboolean": "^3.0.3",
|
|
1517
|
+
"lodash.isinteger": "^4.0.4",
|
|
1518
|
+
"lodash.isnumber": "^3.0.3",
|
|
1519
|
+
"lodash.isplainobject": "^4.0.6",
|
|
1520
|
+
"lodash.isstring": "^4.0.1",
|
|
1521
|
+
"lodash.once": "^4.0.0",
|
|
1522
|
+
"ms": "^2.1.1",
|
|
1523
|
+
"semver": "^7.5.4"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"ms": {
|
|
1527
|
+
"version": "2.1.3",
|
|
1528
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1529
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
1530
|
+
},
|
|
1531
|
+
"semver": {
|
|
1532
|
+
"version": "7.7.3",
|
|
1533
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1534
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="
|
|
1535
|
+
}
|
|
1490
1536
|
}
|
|
1491
1537
|
},
|
|
1492
1538
|
"@sinclair/typebox": {
|
|
@@ -1554,6 +1600,45 @@
|
|
|
1554
1600
|
"@babel/types": "^7.20.7"
|
|
1555
1601
|
}
|
|
1556
1602
|
},
|
|
1603
|
+
"@types/body-parser": {
|
|
1604
|
+
"version": "1.19.6",
|
|
1605
|
+
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
|
|
1606
|
+
"integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
|
|
1607
|
+
"requires": {
|
|
1608
|
+
"@types/connect": "*",
|
|
1609
|
+
"@types/node": "*"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"@types/connect": {
|
|
1613
|
+
"version": "3.4.38",
|
|
1614
|
+
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
1615
|
+
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
|
|
1616
|
+
"requires": {
|
|
1617
|
+
"@types/node": "*"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"@types/express": {
|
|
1621
|
+
"version": "4.17.23",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz",
|
|
1623
|
+
"integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
|
|
1624
|
+
"requires": {
|
|
1625
|
+
"@types/body-parser": "*",
|
|
1626
|
+
"@types/express-serve-static-core": "^4.17.33",
|
|
1627
|
+
"@types/qs": "*",
|
|
1628
|
+
"@types/serve-static": "*"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"@types/express-serve-static-core": {
|
|
1632
|
+
"version": "4.19.7",
|
|
1633
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz",
|
|
1634
|
+
"integrity": "sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==",
|
|
1635
|
+
"requires": {
|
|
1636
|
+
"@types/node": "*",
|
|
1637
|
+
"@types/qs": "*",
|
|
1638
|
+
"@types/range-parser": "*",
|
|
1639
|
+
"@types/send": "*"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1557
1642
|
"@types/graceful-fs": {
|
|
1558
1643
|
"version": "4.1.9",
|
|
1559
1644
|
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
|
|
@@ -1563,6 +1648,11 @@
|
|
|
1563
1648
|
"@types/node": "*"
|
|
1564
1649
|
}
|
|
1565
1650
|
},
|
|
1651
|
+
"@types/http-errors": {
|
|
1652
|
+
"version": "2.0.5",
|
|
1653
|
+
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
|
|
1654
|
+
"integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg=="
|
|
1655
|
+
},
|
|
1566
1656
|
"@types/istanbul-lib-coverage": {
|
|
1567
1657
|
"version": "2.0.6",
|
|
1568
1658
|
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
@@ -1597,13 +1687,77 @@
|
|
|
1597
1687
|
"pretty-format": "^26.0.0"
|
|
1598
1688
|
}
|
|
1599
1689
|
},
|
|
1690
|
+
"@types/jsonwebtoken": {
|
|
1691
|
+
"version": "9.0.10",
|
|
1692
|
+
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
|
|
1693
|
+
"integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
|
|
1694
|
+
"requires": {
|
|
1695
|
+
"@types/ms": "*",
|
|
1696
|
+
"@types/node": "*"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"@types/mime": {
|
|
1700
|
+
"version": "1.3.5",
|
|
1701
|
+
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
|
|
1702
|
+
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
|
|
1703
|
+
},
|
|
1704
|
+
"@types/ms": {
|
|
1705
|
+
"version": "2.1.0",
|
|
1706
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
1707
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="
|
|
1708
|
+
},
|
|
1600
1709
|
"@types/node": {
|
|
1601
1710
|
"version": "22.2.0",
|
|
1602
1711
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz",
|
|
1603
1712
|
"integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==",
|
|
1604
|
-
"dev": true,
|
|
1605
1713
|
"requires": {
|
|
1606
1714
|
"undici-types": "~6.13.0"
|
|
1715
|
+
},
|
|
1716
|
+
"dependencies": {
|
|
1717
|
+
"undici-types": {
|
|
1718
|
+
"version": "6.13.0",
|
|
1719
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
|
|
1720
|
+
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg=="
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
"@types/qs": {
|
|
1725
|
+
"version": "6.14.0",
|
|
1726
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
|
|
1727
|
+
"integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ=="
|
|
1728
|
+
},
|
|
1729
|
+
"@types/range-parser": {
|
|
1730
|
+
"version": "1.2.7",
|
|
1731
|
+
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
|
1732
|
+
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="
|
|
1733
|
+
},
|
|
1734
|
+
"@types/send": {
|
|
1735
|
+
"version": "1.2.0",
|
|
1736
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.0.tgz",
|
|
1737
|
+
"integrity": "sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ==",
|
|
1738
|
+
"requires": {
|
|
1739
|
+
"@types/node": "*"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"@types/serve-static": {
|
|
1743
|
+
"version": "1.15.9",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.9.tgz",
|
|
1745
|
+
"integrity": "sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA==",
|
|
1746
|
+
"requires": {
|
|
1747
|
+
"@types/http-errors": "*",
|
|
1748
|
+
"@types/node": "*",
|
|
1749
|
+
"@types/send": "<1"
|
|
1750
|
+
},
|
|
1751
|
+
"dependencies": {
|
|
1752
|
+
"@types/send": {
|
|
1753
|
+
"version": "0.17.5",
|
|
1754
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz",
|
|
1755
|
+
"integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==",
|
|
1756
|
+
"requires": {
|
|
1757
|
+
"@types/mime": "^1",
|
|
1758
|
+
"@types/node": "*"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1607
1761
|
}
|
|
1608
1762
|
},
|
|
1609
1763
|
"@types/stack-utils": {
|
|
@@ -1755,9 +1909,9 @@
|
|
|
1755
1909
|
}
|
|
1756
1910
|
},
|
|
1757
1911
|
"aws-sdk": {
|
|
1758
|
-
"version": "2.
|
|
1759
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1760
|
-
"integrity": "sha512-
|
|
1912
|
+
"version": "2.1591.0",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1591.0.tgz",
|
|
1914
|
+
"integrity": "sha512-9HbejaKZM89OK4YpE5TpjJItAtU1xhsFvy2p9qZN7nEpfx3G0FpepaW2fdpHu51gFeUn1+g0XUwekyq2N/Xagw==",
|
|
1761
1915
|
"requires": {
|
|
1762
1916
|
"buffer": "4.9.2",
|
|
1763
1917
|
"events": "1.1.1",
|
|
@@ -1794,13 +1948,25 @@
|
|
|
1794
1948
|
}
|
|
1795
1949
|
},
|
|
1796
1950
|
"axios": {
|
|
1797
|
-
"version": "1.
|
|
1798
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
1799
|
-
"integrity": "sha512-
|
|
1951
|
+
"version": "1.6.8",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
|
|
1953
|
+
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
|
|
1800
1954
|
"requires": {
|
|
1801
1955
|
"follow-redirects": "^1.15.6",
|
|
1802
1956
|
"form-data": "^4.0.0",
|
|
1803
1957
|
"proxy-from-env": "^1.1.0"
|
|
1958
|
+
},
|
|
1959
|
+
"dependencies": {
|
|
1960
|
+
"form-data": {
|
|
1961
|
+
"version": "4.0.0",
|
|
1962
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
1963
|
+
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
1964
|
+
"requires": {
|
|
1965
|
+
"asynckit": "^0.4.0",
|
|
1966
|
+
"combined-stream": "^1.0.8",
|
|
1967
|
+
"mime-types": "^2.1.12"
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1804
1970
|
}
|
|
1805
1971
|
},
|
|
1806
1972
|
"babel-code-frame": {
|
|
@@ -2526,7 +2692,6 @@
|
|
|
2526
2692
|
"version": "4.3.6",
|
|
2527
2693
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
|
|
2528
2694
|
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
|
2529
|
-
"dev": true,
|
|
2530
2695
|
"requires": {
|
|
2531
2696
|
"ms": "2.1.2"
|
|
2532
2697
|
},
|
|
@@ -2534,8 +2699,7 @@
|
|
|
2534
2699
|
"ms": {
|
|
2535
2700
|
"version": "2.1.2",
|
|
2536
2701
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
2537
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
2538
|
-
"dev": true
|
|
2702
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
2539
2703
|
}
|
|
2540
2704
|
}
|
|
2541
2705
|
},
|
|
@@ -3251,16 +3415,6 @@
|
|
|
3251
3415
|
"is-callable": "^1.1.3"
|
|
3252
3416
|
}
|
|
3253
3417
|
},
|
|
3254
|
-
"form-data": {
|
|
3255
|
-
"version": "4.0.0",
|
|
3256
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
3257
|
-
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
3258
|
-
"requires": {
|
|
3259
|
-
"asynckit": "^0.4.0",
|
|
3260
|
-
"combined-stream": "^1.0.8",
|
|
3261
|
-
"mime-types": "^2.1.12"
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
3418
|
"fs.realpath": {
|
|
3265
3419
|
"version": "1.0.0",
|
|
3266
3420
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
@@ -5887,6 +6041,11 @@
|
|
|
5887
6041
|
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
|
|
5888
6042
|
"integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw=="
|
|
5889
6043
|
},
|
|
6044
|
+
"jose": {
|
|
6045
|
+
"version": "4.15.9",
|
|
6046
|
+
"resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz",
|
|
6047
|
+
"integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA=="
|
|
6048
|
+
},
|
|
5890
6049
|
"js-cookie": {
|
|
5891
6050
|
"version": "2.2.1",
|
|
5892
6051
|
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz",
|
|
@@ -5987,6 +6146,19 @@
|
|
|
5987
6146
|
"safe-buffer": "^5.0.1"
|
|
5988
6147
|
}
|
|
5989
6148
|
},
|
|
6149
|
+
"jwks-rsa": {
|
|
6150
|
+
"version": "3.2.0",
|
|
6151
|
+
"resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.0.tgz",
|
|
6152
|
+
"integrity": "sha512-PwchfHcQK/5PSydeKCs1ylNym0w/SSv8a62DgHJ//7x2ZclCoinlsjAfDxAAbpoTPybOum/Jgy+vkvMmKz89Ww==",
|
|
6153
|
+
"requires": {
|
|
6154
|
+
"@types/express": "^4.17.20",
|
|
6155
|
+
"@types/jsonwebtoken": "^9.0.4",
|
|
6156
|
+
"debug": "^4.3.4",
|
|
6157
|
+
"jose": "^4.15.4",
|
|
6158
|
+
"limiter": "^1.1.5",
|
|
6159
|
+
"lru-memoizer": "^2.2.0"
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
5990
6162
|
"jws": {
|
|
5991
6163
|
"version": "3.2.2",
|
|
5992
6164
|
"resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz",
|
|
@@ -6018,6 +6190,11 @@
|
|
|
6018
6190
|
"type-check": "~0.3.2"
|
|
6019
6191
|
}
|
|
6020
6192
|
},
|
|
6193
|
+
"limiter": {
|
|
6194
|
+
"version": "1.1.5",
|
|
6195
|
+
"resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz",
|
|
6196
|
+
"integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA=="
|
|
6197
|
+
},
|
|
6021
6198
|
"lines-and-columns": {
|
|
6022
6199
|
"version": "1.2.4",
|
|
6023
6200
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
@@ -6044,6 +6221,11 @@
|
|
|
6044
6221
|
"integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
|
|
6045
6222
|
"dev": true
|
|
6046
6223
|
},
|
|
6224
|
+
"lodash.clonedeep": {
|
|
6225
|
+
"version": "4.5.0",
|
|
6226
|
+
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
|
6227
|
+
"integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ=="
|
|
6228
|
+
},
|
|
6047
6229
|
"lodash.cond": {
|
|
6048
6230
|
"version": "4.5.2",
|
|
6049
6231
|
"resolved": "https://registry.npmjs.org/lodash.cond/-/lodash.cond-4.5.2.tgz",
|
|
@@ -6130,12 +6312,20 @@
|
|
|
6130
6312
|
}
|
|
6131
6313
|
},
|
|
6132
6314
|
"lru-cache": {
|
|
6133
|
-
"version": "
|
|
6134
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
6135
|
-
"integrity": "sha512-
|
|
6136
|
-
"dev": true,
|
|
6315
|
+
"version": "6.0.0",
|
|
6316
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
6317
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
6137
6318
|
"requires": {
|
|
6138
|
-
"yallist": "^
|
|
6319
|
+
"yallist": "^4.0.0"
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
6322
|
+
"lru-memoizer": {
|
|
6323
|
+
"version": "2.3.0",
|
|
6324
|
+
"resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.3.0.tgz",
|
|
6325
|
+
"integrity": "sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==",
|
|
6326
|
+
"requires": {
|
|
6327
|
+
"lodash.clonedeep": "^4.5.0",
|
|
6328
|
+
"lru-cache": "6.0.0"
|
|
6139
6329
|
}
|
|
6140
6330
|
},
|
|
6141
6331
|
"make-dir": {
|
|
@@ -6171,9 +6361,9 @@
|
|
|
6171
6361
|
"dev": true
|
|
6172
6362
|
},
|
|
6173
6363
|
"micromatch": {
|
|
6174
|
-
"version": "4.0.
|
|
6175
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
6176
|
-
"integrity": "sha512-
|
|
6364
|
+
"version": "4.0.8",
|
|
6365
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
6366
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
6177
6367
|
"dev": true,
|
|
6178
6368
|
"requires": {
|
|
6179
6369
|
"braces": "^3.0.3",
|
|
@@ -6316,9 +6506,9 @@
|
|
|
6316
6506
|
"dev": true
|
|
6317
6507
|
},
|
|
6318
6508
|
"nodemailer": {
|
|
6319
|
-
"version": "6.9.
|
|
6320
|
-
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.
|
|
6321
|
-
"integrity": "sha512-
|
|
6509
|
+
"version": "6.9.13",
|
|
6510
|
+
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.13.tgz",
|
|
6511
|
+
"integrity": "sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA=="
|
|
6322
6512
|
},
|
|
6323
6513
|
"normalize-path": {
|
|
6324
6514
|
"version": "3.0.0",
|
|
@@ -6633,11 +6823,6 @@
|
|
|
6633
6823
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
6634
6824
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
6635
6825
|
},
|
|
6636
|
-
"punycode": {
|
|
6637
|
-
"version": "1.3.2",
|
|
6638
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
|
|
6639
|
-
"integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
|
|
6640
|
-
},
|
|
6641
6826
|
"pure-rand": {
|
|
6642
6827
|
"version": "6.1.0",
|
|
6643
6828
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
|
|
@@ -7289,12 +7474,6 @@
|
|
|
7289
7474
|
"which-boxed-primitive": "^1.0.2"
|
|
7290
7475
|
}
|
|
7291
7476
|
},
|
|
7292
|
-
"undici-types": {
|
|
7293
|
-
"version": "6.13.0",
|
|
7294
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
|
|
7295
|
-
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==",
|
|
7296
|
-
"dev": true
|
|
7297
|
-
},
|
|
7298
7477
|
"update-browserslist-db": {
|
|
7299
7478
|
"version": "1.1.0",
|
|
7300
7479
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
|
|
@@ -7312,6 +7491,13 @@
|
|
|
7312
7491
|
"requires": {
|
|
7313
7492
|
"punycode": "1.3.2",
|
|
7314
7493
|
"querystring": "0.2.0"
|
|
7494
|
+
},
|
|
7495
|
+
"dependencies": {
|
|
7496
|
+
"punycode": {
|
|
7497
|
+
"version": "1.3.2",
|
|
7498
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
|
|
7499
|
+
"integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
|
|
7500
|
+
}
|
|
7315
7501
|
}
|
|
7316
7502
|
},
|
|
7317
7503
|
"url-parse": {
|
|
@@ -7592,10 +7778,9 @@
|
|
|
7592
7778
|
"dev": true
|
|
7593
7779
|
},
|
|
7594
7780
|
"yallist": {
|
|
7595
|
-
"version": "
|
|
7596
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-
|
|
7597
|
-
"integrity": "sha512-
|
|
7598
|
-
"dev": true
|
|
7781
|
+
"version": "4.0.0",
|
|
7782
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
7783
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
7599
7784
|
},
|
|
7600
7785
|
"yargs": {
|
|
7601
7786
|
"version": "17.7.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-maintenance-aws-forms",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20-auth.0",
|
|
4
4
|
"description": "Extension package to enable maintenance on Pluss Communities Platform",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"gc": "node ../../tools/gc ./",
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"deploy": "npm run gc && npm run gs && serverless deploy",
|
|
11
11
|
"betaupload": "rm -rf .serverless && npm i && npm publish --access public --tag beta",
|
|
12
12
|
"betaupload:p": "npm run betapatch && npm run betaupload",
|
|
13
|
+
"authpatch": "npm version prepatch --preid=auth",
|
|
14
|
+
"authupload": "npm i && npm i && npm publish --access public --tag auth",
|
|
15
|
+
"authupload:p": "npm run authpatch && npm run authupload",
|
|
13
16
|
"upload": "rm -rf .serverless && npm i && npm publish --access public",
|
|
14
17
|
"upload:p": "npm run patch && npm run upload",
|
|
15
18
|
"copy:add": "run(){ ext=${1:-default}; test -f values.config.$ext.js || cp values.config.default.js values.config.$ext.js; }; run",
|
|
@@ -17,6 +20,7 @@
|
|
|
17
20
|
"copy:set": "run(){ target='\\@plusscommunities\\/pluss-maintenance-aws'; ext=${1:-default}; [ $ext == 'default' ] && replace=$target || replace=$target'-'$ext; echo 'Setting target to '$replace; test -f values.config.$ext.js && cp -f values.config.$ext.js values.config.js; sed -i '' -e 's/'$target'.*\"/'$replace'\"/g' package.json; }; run",
|
|
18
21
|
"copy:deploy": "for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run deploy; done; npm run copy:set; npm run gs;",
|
|
19
22
|
"copy:betaupload": "npm run betapatch; for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run betaupload; done; npm run copy:set;",
|
|
23
|
+
"copy:authupload": "npm run authpatch; for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run authupload; done; npm run copy:set;",
|
|
20
24
|
"copy:upload": "npm run patch; for file in `ls ./values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run upload; done; npm run copy:set;",
|
|
21
25
|
"test": "jest tests -i"
|
|
22
26
|
},
|
|
@@ -24,7 +28,7 @@
|
|
|
24
28
|
"license": "ISC",
|
|
25
29
|
"dependencies": {
|
|
26
30
|
"@aws/dynamodb-auto-marshaller": "^0.7.1",
|
|
27
|
-
"@plusscommunities/pluss-core-aws": "2.0.
|
|
31
|
+
"@plusscommunities/pluss-core-aws": "2.0.25-auth.0",
|
|
28
32
|
"amazon-cognito-identity-js": "^2.0.19",
|
|
29
33
|
"aws-sdk": "^2.1591.0",
|
|
30
34
|
"axios": "^1.6.8",
|