netlify-cli 6.14.23 → 7.0.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "6.14.23",
3
+ "version": "7.0.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "6.14.23",
9
+ "version": "7.0.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@netlify/plugin-edge-handlers": "^1.11.22",
18
18
  "@netlify/plugins-list": "^4.2.0",
19
19
  "@netlify/routing-local-proxy": "^0.34.1",
20
- "@netlify/zip-it-and-ship-it": "4.29.3",
20
+ "@netlify/zip-it-and-ship-it": "4.30.0",
21
21
  "@oclif/command": "^1.6.1",
22
22
  "@oclif/config": "^1.15.1",
23
23
  "@oclif/errors": "^1.3.4",
@@ -133,7 +133,7 @@
133
133
  "@babel/preset-react": "^7.12.13",
134
134
  "@commitlint/cli": "^14.0.0",
135
135
  "@commitlint/config-conventional": "^14.0.0",
136
- "@netlify/eslint-config-node": "^3.3.6",
136
+ "@netlify/eslint-config-node": "^3.3.7",
137
137
  "@oclif/dev-cli": "^1.23.1",
138
138
  "@oclif/test": "^1.2.5",
139
139
  "ava": "^3.15.0",
@@ -158,7 +158,7 @@
158
158
  "tree-kill": "^1.2.2"
159
159
  },
160
160
  "engines": {
161
- "node": ">=10.18.0"
161
+ "node": ">=12.20.0"
162
162
  }
163
163
  },
164
164
  "node_modules/@babel/code-frame": {
@@ -2492,70 +2492,6 @@
2492
2492
  "node": ">=10.18.0"
2493
2493
  }
2494
2494
  },
2495
- "node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it": {
2496
- "version": "4.29.4",
2497
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.4.tgz",
2498
- "integrity": "sha512-CDU9zzGNQF9p3b/oznT1GGKMw8X7PbaoCnsl787KbC6rx45QjAUiJqspCQv13GOh/a4n8WSnIf05VocCMMFLFw==",
2499
- "dependencies": {
2500
- "@babel/parser": "^7.15.7",
2501
- "@netlify/esbuild": "^0.13.6",
2502
- "@vercel/nft": "^0.17.0",
2503
- "archiver": "^5.3.0",
2504
- "array-flat-polyfill": "^1.0.1",
2505
- "common-path-prefix": "^3.0.0",
2506
- "cp-file": "^9.0.0",
2507
- "del": "^6.0.0",
2508
- "elf-cam": "^0.1.1",
2509
- "end-of-stream": "^1.4.4",
2510
- "es-module-lexer": "^0.9.0",
2511
- "execa": "^5.0.0",
2512
- "filter-obj": "^2.0.1",
2513
- "find-up": "^5.0.0",
2514
- "glob": "^7.1.6",
2515
- "is-builtin-module": "^3.1.0",
2516
- "junk": "^3.1.0",
2517
- "locate-path": "^6.0.0",
2518
- "make-dir": "^3.1.0",
2519
- "merge-options": "^3.0.4",
2520
- "minimatch": "^3.0.4",
2521
- "p-map": "^4.0.0",
2522
- "path-exists": "^4.0.0",
2523
- "pkg-dir": "^5.0.0",
2524
- "precinct": "^8.2.0",
2525
- "read-package-json-fast": "^2.0.2",
2526
- "require-package-name": "^2.0.1",
2527
- "resolve": "^2.0.0-next.1",
2528
- "semver": "^7.0.0",
2529
- "tmp-promise": "^3.0.2",
2530
- "toml": "^3.0.0",
2531
- "typescript": "^4.4.3",
2532
- "unixify": "^1.0.0",
2533
- "yargs": "^16.0.0"
2534
- },
2535
- "bin": {
2536
- "zip-it-and-ship-it": "dist/bin.js"
2537
- },
2538
- "engines": {
2539
- "node": ">=10.18.0"
2540
- }
2541
- },
2542
- "node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it/node_modules/yargs": {
2543
- "version": "16.2.0",
2544
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
2545
- "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
2546
- "dependencies": {
2547
- "cliui": "^7.0.2",
2548
- "escalade": "^3.1.1",
2549
- "get-caller-file": "^2.0.5",
2550
- "require-directory": "^2.1.1",
2551
- "string-width": "^4.2.0",
2552
- "y18n": "^5.0.5",
2553
- "yargs-parser": "^20.2.2"
2554
- },
2555
- "engines": {
2556
- "node": ">=10"
2557
- }
2558
- },
2559
2495
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
2560
2496
  "version": "2.1.1",
2561
2497
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
@@ -2636,6 +2572,14 @@
2636
2572
  "node": ">=0.3.1"
2637
2573
  }
2638
2574
  },
2575
+ "node_modules/@netlify/build/node_modules/get-caller-file": {
2576
+ "version": "2.0.5",
2577
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
2578
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
2579
+ "engines": {
2580
+ "node": "6.* || 8.* || >= 10.*"
2581
+ }
2582
+ },
2639
2583
  "node_modules/@netlify/build/node_modules/get-stream": {
2640
2584
  "version": "5.2.0",
2641
2585
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
@@ -3028,6 +2972,14 @@
3028
2972
  "node": ">=8"
3029
2973
  }
3030
2974
  },
2975
+ "node_modules/@netlify/config/node_modules/get-caller-file": {
2976
+ "version": "2.0.5",
2977
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
2978
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
2979
+ "engines": {
2980
+ "node": "6.* || 8.* || >= 10.*"
2981
+ }
2982
+ },
3031
2983
  "node_modules/@netlify/config/node_modules/locate-path": {
3032
2984
  "version": "5.0.0",
3033
2985
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -3137,9 +3089,9 @@
3137
3089
  }
3138
3090
  },
3139
3091
  "node_modules/@netlify/eslint-config-node": {
3140
- "version": "3.3.6",
3141
- "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.6.tgz",
3142
- "integrity": "sha512-vtX3dFAzsITPFhhjhZS/5r6cuA5CKkxml6GcS7GJGal/8eBGN9EMBM6NEiMqAitzlhpwFmEIpogFQIx70NmTpg==",
3092
+ "version": "3.3.7",
3093
+ "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.7.tgz",
3094
+ "integrity": "sha512-k1DdIrIDlzI9DjWeD4MA0Huq3NuvwewqgWL/U74Q2ejqtJ5dd9KIVdozyJSkzfqLnwesYzuNDPvkD3X6/kxMSA==",
3143
3095
  "dev": true,
3144
3096
  "dependencies": {
3145
3097
  "@babel/core": "^7.13.8",
@@ -3546,9 +3498,9 @@
3546
3498
  }
3547
3499
  },
3548
3500
  "node_modules/@netlify/zip-it-and-ship-it": {
3549
- "version": "4.29.3",
3550
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.3.tgz",
3551
- "integrity": "sha512-eDa7xS1PLjFailvfOUhmRpcu4mIuXJqd6UVZv/JZWtClWDOyaE3mIg/CYj4h4LQDAg8P2Ljy+a318izHSfqLJg==",
3501
+ "version": "4.30.0",
3502
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.30.0.tgz",
3503
+ "integrity": "sha512-GcUsdgdm7gJDoVhGwd9tGhINHmVzMUdSldKYEIdspetcGa5jRlphpUVg+7vr9kzNDed2wGmqHNs30DMbrTOFqA==",
3552
3504
  "dependencies": {
3553
3505
  "@babel/parser": "^7.15.7",
3554
3506
  "@netlify/esbuild": "^0.13.6",
@@ -3592,6 +3544,14 @@
3592
3544
  "node": ">=10.18.0"
3593
3545
  }
3594
3546
  },
3547
+ "node_modules/@netlify/zip-it-and-ship-it/node_modules/get-caller-file": {
3548
+ "version": "2.0.5",
3549
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
3550
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
3551
+ "engines": {
3552
+ "node": "6.* || 8.* || >= 10.*"
3553
+ }
3554
+ },
3595
3555
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/resolve": {
3596
3556
  "version": "2.0.0-next.3",
3597
3557
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
@@ -5254,9 +5214,9 @@
5254
5214
  }
5255
5215
  },
5256
5216
  "node_modules/ajv": {
5257
- "version": "8.7.1",
5258
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz",
5259
- "integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==",
5217
+ "version": "8.8.0",
5218
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.0.tgz",
5219
+ "integrity": "sha512-L+cJ/+pkdICMueKR6wIx3VP2fjIx3yAhuvadUv/osv9yFD7OVZy442xFF+Oeu3ZvmhBGQzoF6mTSt+LUWBmGQg==",
5260
5220
  "dependencies": {
5261
5221
  "fast-deep-equal": "^3.1.1",
5262
5222
  "json-schema-traverse": "^1.0.0",
@@ -5903,6 +5863,15 @@
5903
5863
  "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
5904
5864
  "dev": true
5905
5865
  },
5866
+ "node_modules/ava/node_modules/get-caller-file": {
5867
+ "version": "2.0.5",
5868
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
5869
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
5870
+ "dev": true,
5871
+ "engines": {
5872
+ "node": "6.* || 8.* || >= 10.*"
5873
+ }
5874
+ },
5906
5875
  "node_modules/ava/node_modules/yargs": {
5907
5876
  "version": "16.2.0",
5908
5877
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
@@ -6183,12 +6152,12 @@
6183
6152
  }
6184
6153
  },
6185
6154
  "node_modules/browserslist": {
6186
- "version": "4.17.6",
6187
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.6.tgz",
6188
- "integrity": "sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==",
6155
+ "version": "4.18.0",
6156
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.18.0.tgz",
6157
+ "integrity": "sha512-ER2M0g5iAR84fS/zjBDqEgU6iO5fS9JI2EkHr5zxDxYEFk3LjhU9Vpp/INb6RMQphxko7PDV1FH38H/qVP5yCA==",
6189
6158
  "dependencies": {
6190
- "caniuse-lite": "^1.0.30001274",
6191
- "electron-to-chromium": "^1.3.886",
6159
+ "caniuse-lite": "^1.0.30001280",
6160
+ "electron-to-chromium": "^1.3.896",
6192
6161
  "escalade": "^3.1.1",
6193
6162
  "node-releases": "^2.0.1",
6194
6163
  "picocolors": "^1.0.0"
@@ -6419,9 +6388,9 @@
6419
6388
  }
6420
6389
  },
6421
6390
  "node_modules/camelcase": {
6422
- "version": "6.2.0",
6423
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
6424
- "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
6391
+ "version": "6.2.1",
6392
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz",
6393
+ "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==",
6425
6394
  "engines": {
6426
6395
  "node": ">=10"
6427
6396
  },
@@ -6465,9 +6434,9 @@
6465
6434
  }
6466
6435
  },
6467
6436
  "node_modules/caniuse-lite": {
6468
- "version": "1.0.30001279",
6469
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001279.tgz",
6470
- "integrity": "sha512-VfEHpzHEXj6/CxggTwSFoZBBYGQfQv9Cf42KPlO79sWXCD1QNKWKsKzFeWL7QpZHJQYAvocqV6Rty1yJMkqWLQ==",
6437
+ "version": "1.0.30001280",
6438
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz",
6439
+ "integrity": "sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==",
6471
6440
  "funding": {
6472
6441
  "type": "opencollective",
6473
6442
  "url": "https://opencollective.com/browserslist"
@@ -9005,9 +8974,9 @@
9005
8974
  "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
9006
8975
  },
9007
8976
  "node_modules/electron-to-chromium": {
9008
- "version": "1.3.894",
9009
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.894.tgz",
9010
- "integrity": "sha512-WY8pA4irAZ4cm/Pr7YFPtPLVqj3nU6d0SbfoHF6M7HZNONfPdAnYAarumqQ75go2LuN72uO9wGuCEqnfya/ytg=="
8977
+ "version": "1.3.896",
8978
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.896.tgz",
8979
+ "integrity": "sha512-NcGkBVXePiuUrPLV8IxP43n1EOtdg+dudVjrfVEUd/bOqpQUFZ2diL5PPYzbgEhZFEltdXV3AcyKwGnEQ5lhMA=="
9011
8980
  },
9012
8981
  "node_modules/elegant-spinner": {
9013
8982
  "version": "1.0.1",
@@ -11526,12 +11495,9 @@
11526
11495
  }
11527
11496
  },
11528
11497
  "node_modules/get-caller-file": {
11529
- "version": "2.0.5",
11530
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
11531
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
11532
- "engines": {
11533
- "node": "6.* || 8.* || >= 10.*"
11534
- }
11498
+ "version": "1.0.3",
11499
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
11500
+ "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
11535
11501
  },
11536
11502
  "node_modules/get-intrinsic": {
11537
11503
  "version": "1.1.1",
@@ -15069,11 +15035,6 @@
15069
15035
  "node": ">=4.3.0"
15070
15036
  }
15071
15037
  },
15072
- "node_modules/mock-require/node_modules/get-caller-file": {
15073
- "version": "1.0.3",
15074
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
15075
- "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
15076
- },
15077
15038
  "node_modules/mock-require/node_modules/normalize-path": {
15078
15039
  "version": "2.1.1",
15079
15040
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
@@ -15154,15 +15115,15 @@
15154
15115
  }
15155
15116
  },
15156
15117
  "node_modules/multiparty/node_modules/http-errors": {
15157
- "version": "1.8.0",
15158
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz",
15159
- "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==",
15118
+ "version": "1.8.1",
15119
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
15120
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
15160
15121
  "dependencies": {
15161
15122
  "depd": "~1.1.2",
15162
15123
  "inherits": "2.0.4",
15163
15124
  "setprototypeof": "1.2.0",
15164
15125
  "statuses": ">= 1.5.0 < 2",
15165
- "toidentifier": "1.0.0"
15126
+ "toidentifier": "1.0.1"
15166
15127
  },
15167
15128
  "engines": {
15168
15129
  "node": ">= 0.6"
@@ -15200,6 +15161,14 @@
15200
15161
  "node": ">= 0.6"
15201
15162
  }
15202
15163
  },
15164
+ "node_modules/multiparty/node_modules/toidentifier": {
15165
+ "version": "1.0.1",
15166
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
15167
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
15168
+ "engines": {
15169
+ "node": ">=0.6"
15170
+ }
15171
+ },
15203
15172
  "node_modules/mute-stream": {
15204
15173
  "version": "0.0.7",
15205
15174
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
@@ -15393,9 +15362,9 @@
15393
15362
  }
15394
15363
  },
15395
15364
  "node_modules/nock": {
15396
- "version": "13.2.0",
15397
- "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz",
15398
- "integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==",
15365
+ "version": "13.2.1",
15366
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz",
15367
+ "integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==",
15399
15368
  "dev": true,
15400
15369
  "dependencies": {
15401
15370
  "debug": "^4.1.0",
@@ -16433,6 +16402,15 @@
16433
16402
  "node": ">=8"
16434
16403
  }
16435
16404
  },
16405
+ "node_modules/nyc/node_modules/get-caller-file": {
16406
+ "version": "2.0.5",
16407
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
16408
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
16409
+ "dev": true,
16410
+ "engines": {
16411
+ "node": "6.* || 8.* || >= 10.*"
16412
+ }
16413
+ },
16436
16414
  "node_modules/nyc/node_modules/locate-path": {
16437
16415
  "version": "5.0.0",
16438
16416
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -19123,9 +19101,9 @@
19123
19101
  }
19124
19102
  },
19125
19103
  "node_modules/rollup": {
19126
- "version": "2.59.0",
19127
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
19128
- "integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
19104
+ "version": "2.60.0",
19105
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.0.tgz",
19106
+ "integrity": "sha512-cHdv9GWd58v58rdseC8e8XIaPUo8a9cgZpnCMMDGZFDZKEODOiPPEQFXLriWr/TjXzhPPmG5bkAztPsOARIcGQ==",
19129
19107
  "bin": {
19130
19108
  "rollup": "dist/bin/rollup"
19131
19109
  },
@@ -19975,9 +19953,9 @@
19975
19953
  }
19976
19954
  },
19977
19955
  "node_modules/spdx-license-ids": {
19978
- "version": "3.0.10",
19979
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
19980
- "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA=="
19956
+ "version": "3.0.11",
19957
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
19958
+ "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g=="
19981
19959
  },
19982
19960
  "node_modules/split-string": {
19983
19961
  "version": "3.1.0",
@@ -22090,6 +22068,15 @@
22090
22068
  "node": ">=10"
22091
22069
  }
22092
22070
  },
22071
+ "node_modules/yargs/node_modules/get-caller-file": {
22072
+ "version": "2.0.5",
22073
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
22074
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
22075
+ "dev": true,
22076
+ "engines": {
22077
+ "node": "6.* || 8.* || >= 10.*"
22078
+ }
22079
+ },
22093
22080
  "node_modules/yarn": {
22094
22081
  "version": "1.22.17",
22095
22082
  "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.17.tgz",
@@ -23811,63 +23798,6 @@
23811
23798
  "yargs": "^15.3.1"
23812
23799
  },
23813
23800
  "dependencies": {
23814
- "@netlify/zip-it-and-ship-it": {
23815
- "version": "4.29.4",
23816
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.4.tgz",
23817
- "integrity": "sha512-CDU9zzGNQF9p3b/oznT1GGKMw8X7PbaoCnsl787KbC6rx45QjAUiJqspCQv13GOh/a4n8WSnIf05VocCMMFLFw==",
23818
- "requires": {
23819
- "@babel/parser": "^7.15.7",
23820
- "@netlify/esbuild": "^0.13.6",
23821
- "@vercel/nft": "^0.17.0",
23822
- "archiver": "^5.3.0",
23823
- "array-flat-polyfill": "^1.0.1",
23824
- "common-path-prefix": "^3.0.0",
23825
- "cp-file": "^9.0.0",
23826
- "del": "^6.0.0",
23827
- "elf-cam": "^0.1.1",
23828
- "end-of-stream": "^1.4.4",
23829
- "es-module-lexer": "^0.9.0",
23830
- "execa": "^5.0.0",
23831
- "filter-obj": "^2.0.1",
23832
- "find-up": "^5.0.0",
23833
- "glob": "^7.1.6",
23834
- "is-builtin-module": "^3.1.0",
23835
- "junk": "^3.1.0",
23836
- "locate-path": "^6.0.0",
23837
- "make-dir": "^3.1.0",
23838
- "merge-options": "^3.0.4",
23839
- "minimatch": "^3.0.4",
23840
- "p-map": "^4.0.0",
23841
- "path-exists": "^4.0.0",
23842
- "pkg-dir": "^5.0.0",
23843
- "precinct": "^8.2.0",
23844
- "read-package-json-fast": "^2.0.2",
23845
- "require-package-name": "^2.0.1",
23846
- "resolve": "^2.0.0-next.1",
23847
- "semver": "^7.0.0",
23848
- "tmp-promise": "^3.0.2",
23849
- "toml": "^3.0.0",
23850
- "typescript": "^4.4.3",
23851
- "unixify": "^1.0.0",
23852
- "yargs": "^16.0.0"
23853
- },
23854
- "dependencies": {
23855
- "yargs": {
23856
- "version": "16.2.0",
23857
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
23858
- "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
23859
- "requires": {
23860
- "cliui": "^7.0.2",
23861
- "escalade": "^3.1.1",
23862
- "get-caller-file": "^2.0.5",
23863
- "require-directory": "^2.1.1",
23864
- "string-width": "^4.2.0",
23865
- "y18n": "^5.0.5",
23866
- "yargs-parser": "^20.2.2"
23867
- }
23868
- }
23869
- }
23870
- },
23871
23801
  "@sindresorhus/is": {
23872
23802
  "version": "2.1.1",
23873
23803
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
@@ -23921,6 +23851,11 @@
23921
23851
  "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
23922
23852
  "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="
23923
23853
  },
23854
+ "get-caller-file": {
23855
+ "version": "2.0.5",
23856
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
23857
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
23858
+ },
23924
23859
  "get-stream": {
23925
23860
  "version": "5.2.0",
23926
23861
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
@@ -24216,6 +24151,11 @@
24216
24151
  "is-obj": "^2.0.0"
24217
24152
  }
24218
24153
  },
24154
+ "get-caller-file": {
24155
+ "version": "2.0.5",
24156
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
24157
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
24158
+ },
24219
24159
  "locate-path": {
24220
24160
  "version": "5.0.0",
24221
24161
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -24303,9 +24243,9 @@
24303
24243
  "integrity": "sha512-tiKmDcHM2riSVN79c0mJY/67EBDafXQAMitHuLiCDAMdtz3kfv+NqdVG5krgf5lWR8Uf8AeZrUW5Q9RP25REvw=="
24304
24244
  },
24305
24245
  "@netlify/eslint-config-node": {
24306
- "version": "3.3.6",
24307
- "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.6.tgz",
24308
- "integrity": "sha512-vtX3dFAzsITPFhhjhZS/5r6cuA5CKkxml6GcS7GJGal/8eBGN9EMBM6NEiMqAitzlhpwFmEIpogFQIx70NmTpg==",
24246
+ "version": "3.3.7",
24247
+ "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.7.tgz",
24248
+ "integrity": "sha512-k1DdIrIDlzI9DjWeD4MA0Huq3NuvwewqgWL/U74Q2ejqtJ5dd9KIVdozyJSkzfqLnwesYzuNDPvkD3X6/kxMSA==",
24309
24249
  "dev": true,
24310
24250
  "requires": {
24311
24251
  "@babel/core": "^7.13.8",
@@ -24553,9 +24493,9 @@
24553
24493
  }
24554
24494
  },
24555
24495
  "@netlify/zip-it-and-ship-it": {
24556
- "version": "4.29.3",
24557
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.29.3.tgz",
24558
- "integrity": "sha512-eDa7xS1PLjFailvfOUhmRpcu4mIuXJqd6UVZv/JZWtClWDOyaE3mIg/CYj4h4LQDAg8P2Ljy+a318izHSfqLJg==",
24496
+ "version": "4.30.0",
24497
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-4.30.0.tgz",
24498
+ "integrity": "sha512-GcUsdgdm7gJDoVhGwd9tGhINHmVzMUdSldKYEIdspetcGa5jRlphpUVg+7vr9kzNDed2wGmqHNs30DMbrTOFqA==",
24559
24499
  "requires": {
24560
24500
  "@babel/parser": "^7.15.7",
24561
24501
  "@netlify/esbuild": "^0.13.6",
@@ -24593,6 +24533,11 @@
24593
24533
  "yargs": "^16.0.0"
24594
24534
  },
24595
24535
  "dependencies": {
24536
+ "get-caller-file": {
24537
+ "version": "2.0.5",
24538
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
24539
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
24540
+ },
24596
24541
  "resolve": {
24597
24542
  "version": "2.0.0-next.3",
24598
24543
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
@@ -25899,9 +25844,9 @@
25899
25844
  }
25900
25845
  },
25901
25846
  "ajv": {
25902
- "version": "8.7.1",
25903
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz",
25904
- "integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==",
25847
+ "version": "8.8.0",
25848
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.0.tgz",
25849
+ "integrity": "sha512-L+cJ/+pkdICMueKR6wIx3VP2fjIx3yAhuvadUv/osv9yFD7OVZy442xFF+Oeu3ZvmhBGQzoF6mTSt+LUWBmGQg==",
25905
25850
  "requires": {
25906
25851
  "fast-deep-equal": "^3.1.1",
25907
25852
  "json-schema-traverse": "^1.0.0",
@@ -26400,6 +26345,12 @@
26400
26345
  "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
26401
26346
  "dev": true
26402
26347
  },
26348
+ "get-caller-file": {
26349
+ "version": "2.0.5",
26350
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
26351
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
26352
+ "dev": true
26353
+ },
26403
26354
  "yargs": {
26404
26355
  "version": "16.2.0",
26405
26356
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
@@ -26625,12 +26576,12 @@
26625
26576
  }
26626
26577
  },
26627
26578
  "browserslist": {
26628
- "version": "4.17.6",
26629
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.6.tgz",
26630
- "integrity": "sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==",
26579
+ "version": "4.18.0",
26580
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.18.0.tgz",
26581
+ "integrity": "sha512-ER2M0g5iAR84fS/zjBDqEgU6iO5fS9JI2EkHr5zxDxYEFk3LjhU9Vpp/INb6RMQphxko7PDV1FH38H/qVP5yCA==",
26631
26582
  "requires": {
26632
- "caniuse-lite": "^1.0.30001274",
26633
- "electron-to-chromium": "^1.3.886",
26583
+ "caniuse-lite": "^1.0.30001280",
26584
+ "electron-to-chromium": "^1.3.896",
26634
26585
  "escalade": "^3.1.1",
26635
26586
  "node-releases": "^2.0.1",
26636
26587
  "picocolors": "^1.0.0"
@@ -26794,9 +26745,9 @@
26794
26745
  "dev": true
26795
26746
  },
26796
26747
  "camelcase": {
26797
- "version": "6.2.0",
26798
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
26799
- "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg=="
26748
+ "version": "6.2.1",
26749
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz",
26750
+ "integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA=="
26800
26751
  },
26801
26752
  "camelcase-keys": {
26802
26753
  "version": "6.2.2",
@@ -26824,9 +26775,9 @@
26824
26775
  }
26825
26776
  },
26826
26777
  "caniuse-lite": {
26827
- "version": "1.0.30001279",
26828
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001279.tgz",
26829
- "integrity": "sha512-VfEHpzHEXj6/CxggTwSFoZBBYGQfQv9Cf42KPlO79sWXCD1QNKWKsKzFeWL7QpZHJQYAvocqV6Rty1yJMkqWLQ=="
26778
+ "version": "1.0.30001280",
26779
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz",
26780
+ "integrity": "sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA=="
26830
26781
  },
26831
26782
  "cardinal": {
26832
26783
  "version": "2.1.1",
@@ -28796,9 +28747,9 @@
28796
28747
  "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
28797
28748
  },
28798
28749
  "electron-to-chromium": {
28799
- "version": "1.3.894",
28800
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.894.tgz",
28801
- "integrity": "sha512-WY8pA4irAZ4cm/Pr7YFPtPLVqj3nU6d0SbfoHF6M7HZNONfPdAnYAarumqQ75go2LuN72uO9wGuCEqnfya/ytg=="
28750
+ "version": "1.3.896",
28751
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.896.tgz",
28752
+ "integrity": "sha512-NcGkBVXePiuUrPLV8IxP43n1EOtdg+dudVjrfVEUd/bOqpQUFZ2diL5PPYzbgEhZFEltdXV3AcyKwGnEQ5lhMA=="
28802
28753
  },
28803
28754
  "elegant-spinner": {
28804
28755
  "version": "1.0.1",
@@ -30697,9 +30648,9 @@
30697
30648
  }
30698
30649
  },
30699
30650
  "get-caller-file": {
30700
- "version": "2.0.5",
30701
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
30702
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
30651
+ "version": "1.0.3",
30652
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
30653
+ "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
30703
30654
  },
30704
30655
  "get-intrinsic": {
30705
30656
  "version": "1.1.1",
@@ -33346,11 +33297,6 @@
33346
33297
  "normalize-path": "^2.1.1"
33347
33298
  },
33348
33299
  "dependencies": {
33349
- "get-caller-file": {
33350
- "version": "1.0.3",
33351
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
33352
- "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
33353
- },
33354
33300
  "normalize-path": {
33355
33301
  "version": "2.1.1",
33356
33302
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
@@ -33415,15 +33361,15 @@
33415
33361
  },
33416
33362
  "dependencies": {
33417
33363
  "http-errors": {
33418
- "version": "1.8.0",
33419
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz",
33420
- "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==",
33364
+ "version": "1.8.1",
33365
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
33366
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
33421
33367
  "requires": {
33422
33368
  "depd": "~1.1.2",
33423
33369
  "inherits": "2.0.4",
33424
33370
  "setprototypeof": "1.2.0",
33425
33371
  "statuses": ">= 1.5.0 < 2",
33426
- "toidentifier": "1.0.0"
33372
+ "toidentifier": "1.0.1"
33427
33373
  }
33428
33374
  },
33429
33375
  "safe-buffer": {
@@ -33440,6 +33386,11 @@
33440
33386
  "version": "1.5.0",
33441
33387
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
33442
33388
  "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
33389
+ },
33390
+ "toidentifier": {
33391
+ "version": "1.0.1",
33392
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
33393
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
33443
33394
  }
33444
33395
  }
33445
33396
  },
@@ -33606,9 +33557,9 @@
33606
33557
  }
33607
33558
  },
33608
33559
  "nock": {
33609
- "version": "13.2.0",
33610
- "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz",
33611
- "integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==",
33560
+ "version": "13.2.1",
33561
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz",
33562
+ "integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==",
33612
33563
  "dev": true,
33613
33564
  "requires": {
33614
33565
  "debug": "^4.1.0",
@@ -34421,6 +34372,12 @@
34421
34372
  "path-exists": "^4.0.0"
34422
34373
  }
34423
34374
  },
34375
+ "get-caller-file": {
34376
+ "version": "2.0.5",
34377
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
34378
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
34379
+ "dev": true
34380
+ },
34424
34381
  "locate-path": {
34425
34382
  "version": "5.0.0",
34426
34383
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -36425,9 +36382,9 @@
36425
36382
  }
36426
36383
  },
36427
36384
  "rollup": {
36428
- "version": "2.59.0",
36429
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
36430
- "integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
36385
+ "version": "2.60.0",
36386
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.0.tgz",
36387
+ "integrity": "sha512-cHdv9GWd58v58rdseC8e8XIaPUo8a9cgZpnCMMDGZFDZKEODOiPPEQFXLriWr/TjXzhPPmG5bkAztPsOARIcGQ==",
36431
36388
  "requires": {
36432
36389
  "fsevents": "~2.3.2"
36433
36390
  }
@@ -37134,9 +37091,9 @@
37134
37091
  }
37135
37092
  },
37136
37093
  "spdx-license-ids": {
37137
- "version": "3.0.10",
37138
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
37139
- "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA=="
37094
+ "version": "3.0.11",
37095
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
37096
+ "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g=="
37140
37097
  },
37141
37098
  "split-string": {
37142
37099
  "version": "3.1.0",
@@ -38775,6 +38732,14 @@
38775
38732
  "string-width": "^4.2.0",
38776
38733
  "y18n": "^5.0.5",
38777
38734
  "yargs-parser": "^20.2.2"
38735
+ },
38736
+ "dependencies": {
38737
+ "get-caller-file": {
38738
+ "version": "2.0.5",
38739
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
38740
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
38741
+ "dev": true
38742
+ }
38778
38743
  }
38779
38744
  },
38780
38745
  "yargs-parser": {