@contentful/app-scripts 1.1.7 → 1.1.10

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/npm-shrinkwrap.json +23 -68
  2. package/package.json +5 -5
@@ -1,22 +1,21 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.1.6",
3
+ "version": "1.1.9",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@contentful/app-scripts",
9
- "version": "1.1.6",
9
+ "version": "1.1.9",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@types/inquirer": "^8.2.1",
13
12
  "adm-zip": "0.5.9",
14
13
  "bottleneck": "2.19.5",
15
14
  "chalk": "4.1.0",
16
15
  "commander": "9.0.0",
17
- "contentful-management": "10.7.0",
18
- "dotenv": "16.0.0",
19
- "ignore": "5.1.8",
16
+ "contentful-management": "10.8.0",
17
+ "dotenv": "16.0.1",
18
+ "ignore": "5.2.0",
20
19
  "inquirer": "8.2.4",
21
20
  "lodash": "4.17.21",
22
21
  "open": "8.0.5",
@@ -30,33 +29,11 @@
30
29
  "npm": ">=6"
31
30
  }
32
31
  },
33
- "node_modules/@types/inquirer": {
34
- "version": "8.2.1",
35
- "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.1.tgz",
36
- "integrity": "sha512-wKW3SKIUMmltbykg4I5JzCVzUhkuD9trD6efAmYgN2MrSntY0SMRQzEnD3mkyJ/rv9NLbTC7g3hKKE86YwEDLw==",
37
- "dependencies": {
38
- "@types/through": "*",
39
- "rxjs": "^7.2.0"
40
- }
41
- },
42
32
  "node_modules/@types/json-patch": {
43
33
  "version": "0.0.30",
44
34
  "resolved": "https://registry.npmjs.org/@types/json-patch/-/json-patch-0.0.30.tgz",
45
35
  "integrity": "sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw=="
46
36
  },
47
- "node_modules/@types/node": {
48
- "version": "18.0.3",
49
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz",
50
- "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ=="
51
- },
52
- "node_modules/@types/through": {
53
- "version": "0.0.30",
54
- "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
55
- "integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
56
- "dependencies": {
57
- "@types/node": "*"
58
- }
59
- },
60
37
  "node_modules/adm-zip": {
61
38
  "version": "0.5.9",
62
39
  "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.9.tgz",
@@ -260,9 +237,9 @@
260
237
  }
261
238
  },
262
239
  "node_modules/contentful-management": {
263
- "version": "10.7.0",
264
- "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.7.0.tgz",
265
- "integrity": "sha512-IepNgM52UrZbPps8HmBzaeMn0v7adyevOFckavGwat28YW68f9JujXGa6RaiotR5MshKpmBE6H3449jAmJr+qg==",
240
+ "version": "10.8.0",
241
+ "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.8.0.tgz",
242
+ "integrity": "sha512-K+q9tbw8SULf5fg+tfLxE4WhHO+1iXyxjdGfy+hv9m1pwJFLhvBmudHOAA1jX1RnqayDUuRqjs/4otVb9cs/KA==",
266
243
  "dependencies": {
267
244
  "@types/json-patch": "0.0.30",
268
245
  "axios": "^0.27.1",
@@ -311,9 +288,9 @@
311
288
  }
312
289
  },
313
290
  "node_modules/dotenv": {
314
- "version": "16.0.0",
315
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
316
- "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
291
+ "version": "16.0.1",
292
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
293
+ "integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==",
317
294
  "engines": {
318
295
  "node": ">=12"
319
296
  }
@@ -456,9 +433,9 @@
456
433
  ]
457
434
  },
458
435
  "node_modules/ignore": {
459
- "version": "5.1.8",
460
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
461
- "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
436
+ "version": "5.2.0",
437
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
438
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
462
439
  "engines": {
463
440
  "node": ">= 4"
464
441
  }
@@ -874,33 +851,11 @@
874
851
  }
875
852
  },
876
853
  "dependencies": {
877
- "@types/inquirer": {
878
- "version": "8.2.1",
879
- "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.1.tgz",
880
- "integrity": "sha512-wKW3SKIUMmltbykg4I5JzCVzUhkuD9trD6efAmYgN2MrSntY0SMRQzEnD3mkyJ/rv9NLbTC7g3hKKE86YwEDLw==",
881
- "requires": {
882
- "@types/through": "*",
883
- "rxjs": "^7.2.0"
884
- }
885
- },
886
854
  "@types/json-patch": {
887
855
  "version": "0.0.30",
888
856
  "resolved": "https://registry.npmjs.org/@types/json-patch/-/json-patch-0.0.30.tgz",
889
857
  "integrity": "sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw=="
890
858
  },
891
- "@types/node": {
892
- "version": "18.0.3",
893
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz",
894
- "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ=="
895
- },
896
- "@types/through": {
897
- "version": "0.0.30",
898
- "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
899
- "integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
900
- "requires": {
901
- "@types/node": "*"
902
- }
903
- },
904
859
  "adm-zip": {
905
860
  "version": "0.5.9",
906
861
  "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.9.tgz",
@@ -1043,9 +998,9 @@
1043
998
  "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw=="
1044
999
  },
1045
1000
  "contentful-management": {
1046
- "version": "10.7.0",
1047
- "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.7.0.tgz",
1048
- "integrity": "sha512-IepNgM52UrZbPps8HmBzaeMn0v7adyevOFckavGwat28YW68f9JujXGa6RaiotR5MshKpmBE6H3449jAmJr+qg==",
1001
+ "version": "10.8.0",
1002
+ "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-10.8.0.tgz",
1003
+ "integrity": "sha512-K+q9tbw8SULf5fg+tfLxE4WhHO+1iXyxjdGfy+hv9m1pwJFLhvBmudHOAA1jX1RnqayDUuRqjs/4otVb9cs/KA==",
1049
1004
  "requires": {
1050
1005
  "@types/json-patch": "0.0.30",
1051
1006
  "axios": "^0.27.1",
@@ -1085,9 +1040,9 @@
1085
1040
  "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
1086
1041
  },
1087
1042
  "dotenv": {
1088
- "version": "16.0.0",
1089
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
1090
- "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q=="
1043
+ "version": "16.0.1",
1044
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
1045
+ "integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ=="
1091
1046
  },
1092
1047
  "emoji-regex": {
1093
1048
  "version": "8.0.0",
@@ -1184,9 +1139,9 @@
1184
1139
  "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
1185
1140
  },
1186
1141
  "ignore": {
1187
- "version": "5.1.8",
1188
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
1189
- "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
1142
+ "version": "5.2.0",
1143
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
1144
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
1190
1145
  },
1191
1146
  "inherits": {
1192
1147
  "version": "2.0.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.1.7",
3
+ "version": "1.1.10",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -52,13 +52,13 @@
52
52
  "bottleneck": "2.19.5",
53
53
  "chalk": "4.1.0",
54
54
  "commander": "9.0.0",
55
- "contentful-management": "10.7.0",
56
- "dotenv": "16.0.0",
57
- "ignore": "5.1.8",
55
+ "contentful-management": "10.8.0",
56
+ "dotenv": "16.0.1",
57
+ "ignore": "5.2.0",
58
58
  "inquirer": "8.2.4",
59
59
  "lodash": "4.17.21",
60
60
  "open": "8.0.5",
61
61
  "ora": "5.4.1"
62
62
  },
63
- "gitHead": "e0edb40a76b3053f4dbb4dffe944507f469b3ea1"
63
+ "gitHead": "d8c0275c14fde559ea55117c631e79546901b3a9"
64
64
  }