@plusscommunities/pluss-maintenance-aws 1.2.10 → 1.2.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -13,9 +13,9 @@
13
13
  }
14
14
  },
15
15
  "@plusscommunities/pluss-core-aws": {
16
- "version": "1.6.10",
17
- "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-1.6.10.tgz",
18
- "integrity": "sha512-O2n00I+HW1woK6n/U4nbzI4PZg0OoP16+QYrKgVy3NguQMxTaeijr8Yd8ML2SPMb2xF74u7iOkK6LIXIdVXH3A==",
16
+ "version": "1.6.13",
17
+ "resolved": "https://registry.npmjs.org/@plusscommunities/pluss-core-aws/-/pluss-core-aws-1.6.13.tgz",
18
+ "integrity": "sha512-GxKV/FY02TXont7/LmTFnSfT88bIBaJixxxGmRiyulZGuUhKQGYO0TdboO0ls2HGRX46KkasPif9rGQdxPpZsQ==",
19
19
  "requires": {
20
20
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
21
21
  "amazon-cognito-identity-js": "^2.0.19",
@@ -1451,9 +1451,9 @@
1451
1451
  "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ=="
1452
1452
  },
1453
1453
  "html-entities": {
1454
- "version": "2.3.5",
1455
- "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.5.tgz",
1456
- "integrity": "sha512-72TJlcMkYsEJASa/3HnX7VT59htM7iSHbH59NSZbtc+22Ap0Txnlx91sfeB+/A7wNZg7UxtZdhAW4y+/jimrdg=="
1454
+ "version": "2.4.0",
1455
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz",
1456
+ "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ=="
1457
1457
  },
1458
1458
  "htmlparser2": {
1459
1459
  "version": "3.10.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",
@@ -17,7 +17,7 @@
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
19
  "@aws/dynamodb-auto-marshaller": "^0.7.1",
20
- "@plusscommunities/pluss-core-aws": "1.6.10",
20
+ "@plusscommunities/pluss-core-aws": "1.6.13",
21
21
  "amazon-cognito-identity-js": "^2.0.19",
22
22
  "axios": "^0.18.0",
23
23
  "expo-server-sdk": "^3.0.1",