@plusscommunities/pluss-newsletter-aws-projects 2.0.6 → 2.0.7

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 +16 -7
  2. package/package.json +2 -2
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-newsletter-aws-projects",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1506,9 +1506,9 @@
1506
1506
  }
1507
1507
  },
1508
1508
  "@plusscommunities/pluss-core-aws": {
1509
- "version": "2.0.10",
1510
- "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.10.tgz",
1511
- "integrity": "sha512-csPM7KSGXUOktXzyBjdimvbWFLIxxb+LE9uzvN8R9RkolqhcJc99AmULkgBuuzgof6vqz0Ol8xcz8gBCqDO6VQ==",
1509
+ "version": "2.0.22",
1510
+ "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-2.0.22.tgz",
1511
+ "integrity": "sha512-i/gOxcb7qAMz0z/LtMe1tot2APDZHwGRbNivpyCJuZb3LXNihvwUb3O+4woNyF7XmVWrdmtXtSe2ckamiC5bow==",
1512
1512
  "requires": {
1513
1513
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
1514
1514
  "amazon-cognito-identity-js": "^2.0.19",
@@ -1519,6 +1519,7 @@
1519
1519
  "https": "^1.0.0",
1520
1520
  "lodash": "^4.17.10",
1521
1521
  "moment": "^2.30.1",
1522
+ "moment-timezone": "^0.5.41",
1522
1523
  "node-fetch": "^2.2.0",
1523
1524
  "node-jose": "^1.0.0",
1524
1525
  "nodemailer": "^6.9.12",
@@ -3491,9 +3492,9 @@
3491
3492
  }
3492
3493
  },
3493
3494
  "html-entities": {
3494
- "version": "2.5.2",
3495
- "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
3496
- "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA=="
3495
+ "version": "2.6.0",
3496
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
3497
+ "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ=="
3497
3498
  },
3498
3499
  "html-escaper": {
3499
3500
  "version": "2.0.2",
@@ -6262,6 +6263,14 @@
6262
6263
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
6263
6264
  "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how=="
6264
6265
  },
6266
+ "moment-timezone": {
6267
+ "version": "0.5.48",
6268
+ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz",
6269
+ "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
6270
+ "requires": {
6271
+ "moment": "^2.29.4"
6272
+ }
6273
+ },
6265
6274
  "ms": {
6266
6275
  "version": "2.0.0",
6267
6276
  "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-projects",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Extension package to enable newsletter on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",
@@ -24,7 +24,7 @@
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
26
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
27
- "@plusscommunities/pluss-core-aws": "2.0.10",
27
+ "@plusscommunities/pluss-core-aws": "2.0.22",
28
28
  "amazon-cognito-identity-js": "^2.0.19",
29
29
  "axios": "^1.6.8",
30
30
  "aws-sdk": "^2.1591.0",