netlify-cli 8.0.6 → 8.0.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.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "8.0.6",
3
+ "version": "8.0.10",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "8.0.6",
9
+ "version": "8.0.10",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@netlify/build": "^19.0.7",
14
- "@netlify/config": "^16.0.4",
13
+ "@netlify/build": "^20.0.1",
14
+ "@netlify/config": "^16.0.5",
15
15
  "@netlify/framework-info": "^6.0.0",
16
16
  "@netlify/local-functions-proxy": "^1.1.1",
17
17
  "@netlify/plugin-edge-handlers": "^2.0.0",
@@ -132,7 +132,7 @@
132
132
  "@babel/preset-react": "^7.12.13",
133
133
  "@commitlint/cli": "^15.0.0",
134
134
  "@commitlint/config-conventional": "^15.0.0",
135
- "@netlify/eslint-config-node": "^3.3.9",
135
+ "@netlify/eslint-config-node": "^3.3.10",
136
136
  "@oclif/dev-cli": "^1.23.1",
137
137
  "@oclif/test": "^1.2.5",
138
138
  "ava": "^3.15.0",
@@ -2425,9 +2425,9 @@
2425
2425
  }
2426
2426
  },
2427
2427
  "node_modules/@netlify/build": {
2428
- "version": "19.0.7",
2429
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-19.0.7.tgz",
2430
- "integrity": "sha512-a6u5Ai9DO/KXBOC0RrNL8luG8p/exvNlLEzkibWzH2wa9gvX1xUT5KG08DaGz8CA24La61eOhHe8P7n8jy8kSw==",
2428
+ "version": "20.0.1",
2429
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-20.0.1.tgz",
2430
+ "integrity": "sha512-kHOWk4yvNytN7XnGX0PcRTDooSyY8EgZAF2bjsvTEvq70ECbOr4ZMpzzhIgUZBnz98fpOFonMPuWPrEMjSefzQ==",
2431
2431
  "dependencies": {
2432
2432
  "@bugsnag/js": "^7.0.0",
2433
2433
  "@netlify/cache-utils": "^3.0.0",
@@ -2489,69 +2489,6 @@
2489
2489
  "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2490
2490
  }
2491
2491
  },
2492
- "node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it": {
2493
- "version": "5.1.0",
2494
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.1.0.tgz",
2495
- "integrity": "sha512-CMeY/LaMo4K20g11itHkbWcrLK7ANTgWUgsyXt8/pJJ+Lgd1bscQjbXFX2DyfnLOfV8nOfRhrBcYuCXqErSruw==",
2496
- "dependencies": {
2497
- "@babel/parser": "^7.15.7",
2498
- "@netlify/esbuild": "^0.13.6",
2499
- "@vercel/nft": "^0.17.0",
2500
- "archiver": "^5.3.0",
2501
- "common-path-prefix": "^3.0.0",
2502
- "cp-file": "^9.0.0",
2503
- "del": "^6.0.0",
2504
- "elf-cam": "^0.1.1",
2505
- "end-of-stream": "^1.4.4",
2506
- "es-module-lexer": "^0.9.0",
2507
- "execa": "^5.0.0",
2508
- "filter-obj": "^2.0.1",
2509
- "find-up": "^5.0.0",
2510
- "glob": "^7.1.6",
2511
- "is-builtin-module": "^3.1.0",
2512
- "junk": "^3.1.0",
2513
- "locate-path": "^6.0.0",
2514
- "make-dir": "^3.1.0",
2515
- "merge-options": "^3.0.4",
2516
- "minimatch": "^3.0.4",
2517
- "p-map": "^4.0.0",
2518
- "path-exists": "^4.0.0",
2519
- "pkg-dir": "^5.0.0",
2520
- "precinct": "^8.2.0",
2521
- "read-package-json-fast": "^2.0.2",
2522
- "require-package-name": "^2.0.1",
2523
- "resolve": "^2.0.0-next.1",
2524
- "semver": "^7.0.0",
2525
- "tmp-promise": "^3.0.2",
2526
- "toml": "^3.0.0",
2527
- "typescript": "^4.4.3",
2528
- "unixify": "^1.0.0",
2529
- "yargs": "^16.0.0"
2530
- },
2531
- "bin": {
2532
- "zip-it-and-ship-it": "dist/bin.js"
2533
- },
2534
- "engines": {
2535
- "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2536
- }
2537
- },
2538
- "node_modules/@netlify/build/node_modules/@netlify/zip-it-and-ship-it/node_modules/yargs": {
2539
- "version": "16.2.0",
2540
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
2541
- "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
2542
- "dependencies": {
2543
- "cliui": "^7.0.2",
2544
- "escalade": "^3.1.1",
2545
- "get-caller-file": "^2.0.5",
2546
- "require-directory": "^2.1.1",
2547
- "string-width": "^4.2.0",
2548
- "y18n": "^5.0.5",
2549
- "yargs-parser": "^20.2.2"
2550
- },
2551
- "engines": {
2552
- "node": ">=10"
2553
- }
2554
- },
2555
2492
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
2556
2493
  "version": "2.1.1",
2557
2494
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
@@ -2597,6 +2534,16 @@
2597
2534
  "node": ">=6"
2598
2535
  }
2599
2536
  },
2537
+ "node_modules/@netlify/build/node_modules/cliui": {
2538
+ "version": "6.0.0",
2539
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
2540
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
2541
+ "dependencies": {
2542
+ "string-width": "^4.2.0",
2543
+ "strip-ansi": "^6.0.0",
2544
+ "wrap-ansi": "^6.2.0"
2545
+ }
2546
+ },
2600
2547
  "node_modules/@netlify/build/node_modules/color-convert": {
2601
2548
  "version": "2.0.1",
2602
2549
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -2632,6 +2579,40 @@
2632
2579
  "node": ">=0.3.1"
2633
2580
  }
2634
2581
  },
2582
+ "node_modules/@netlify/build/node_modules/find-up": {
2583
+ "version": "4.1.0",
2584
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
2585
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
2586
+ "dependencies": {
2587
+ "locate-path": "^5.0.0",
2588
+ "path-exists": "^4.0.0"
2589
+ },
2590
+ "engines": {
2591
+ "node": ">=8"
2592
+ }
2593
+ },
2594
+ "node_modules/@netlify/build/node_modules/find-up/node_modules/locate-path": {
2595
+ "version": "5.0.0",
2596
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
2597
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
2598
+ "dependencies": {
2599
+ "p-locate": "^4.1.0"
2600
+ },
2601
+ "engines": {
2602
+ "node": ">=8"
2603
+ }
2604
+ },
2605
+ "node_modules/@netlify/build/node_modules/find-up/node_modules/p-locate": {
2606
+ "version": "4.1.0",
2607
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
2608
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
2609
+ "dependencies": {
2610
+ "p-limit": "^2.2.0"
2611
+ },
2612
+ "engines": {
2613
+ "node": ">=8"
2614
+ }
2615
+ },
2635
2616
  "node_modules/@netlify/build/node_modules/get-caller-file": {
2636
2617
  "version": "2.0.5",
2637
2618
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -2783,6 +2764,11 @@
2783
2764
  "node": ">=8"
2784
2765
  }
2785
2766
  },
2767
+ "node_modules/@netlify/build/node_modules/y18n": {
2768
+ "version": "4.0.3",
2769
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
2770
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
2771
+ },
2786
2772
  "node_modules/@netlify/build/node_modules/yargs": {
2787
2773
  "version": "15.4.1",
2788
2774
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
@@ -2804,56 +2790,7 @@
2804
2790
  "node": ">=8"
2805
2791
  }
2806
2792
  },
2807
- "node_modules/@netlify/build/node_modules/yargs/node_modules/cliui": {
2808
- "version": "6.0.0",
2809
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
2810
- "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
2811
- "dependencies": {
2812
- "string-width": "^4.2.0",
2813
- "strip-ansi": "^6.0.0",
2814
- "wrap-ansi": "^6.2.0"
2815
- }
2816
- },
2817
- "node_modules/@netlify/build/node_modules/yargs/node_modules/find-up": {
2818
- "version": "4.1.0",
2819
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
2820
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
2821
- "dependencies": {
2822
- "locate-path": "^5.0.0",
2823
- "path-exists": "^4.0.0"
2824
- },
2825
- "engines": {
2826
- "node": ">=8"
2827
- }
2828
- },
2829
- "node_modules/@netlify/build/node_modules/yargs/node_modules/locate-path": {
2830
- "version": "5.0.0",
2831
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
2832
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
2833
- "dependencies": {
2834
- "p-locate": "^4.1.0"
2835
- },
2836
- "engines": {
2837
- "node": ">=8"
2838
- }
2839
- },
2840
- "node_modules/@netlify/build/node_modules/yargs/node_modules/p-locate": {
2841
- "version": "4.1.0",
2842
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
2843
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
2844
- "dependencies": {
2845
- "p-limit": "^2.2.0"
2846
- },
2847
- "engines": {
2848
- "node": ">=8"
2849
- }
2850
- },
2851
- "node_modules/@netlify/build/node_modules/yargs/node_modules/y18n": {
2852
- "version": "4.0.3",
2853
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
2854
- "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
2855
- },
2856
- "node_modules/@netlify/build/node_modules/yargs/node_modules/yargs-parser": {
2793
+ "node_modules/@netlify/build/node_modules/yargs-parser": {
2857
2794
  "version": "18.1.3",
2858
2795
  "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
2859
2796
  "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
@@ -2933,9 +2870,9 @@
2933
2870
  }
2934
2871
  },
2935
2872
  "node_modules/@netlify/config": {
2936
- "version": "16.0.4",
2937
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-16.0.4.tgz",
2938
- "integrity": "sha512-l6kr4Xi1KqMebSE/dgl2qNh4wnhRYI8JpV7+L4uQoy7DFMkU17bUe3yDxOu2urR1aAEXoQVupWR6p8VQ6NjPgw==",
2873
+ "version": "16.0.5",
2874
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-16.0.5.tgz",
2875
+ "integrity": "sha512-qYGWnbk3QMvEwD9Wt+lFgWB889uwvq64Pv+RzAVcwgOb5P1I7mBME/JBDdvYtg3qsfCz2p+/gS8C6JHKQ5ZGMg==",
2939
2876
  "dependencies": {
2940
2877
  "chalk": "^4.1.2",
2941
2878
  "cron-parser": "^4.1.0",
@@ -2951,7 +2888,7 @@
2951
2888
  "js-yaml": "^4.0.0",
2952
2889
  "make-dir": "^3.1.0",
2953
2890
  "map-obj": "^4.0.0",
2954
- "netlify": "^9.0.0",
2891
+ "netlify": "^10.0.0",
2955
2892
  "netlify-headers-parser": "^5.0.0",
2956
2893
  "netlify-redirect-parser": "^12.0.0",
2957
2894
  "omit.js": "^2.0.2",
@@ -3059,23 +2996,6 @@
3059
2996
  "node": ">=8"
3060
2997
  }
3061
2998
  },
3062
- "node_modules/@netlify/config/node_modules/netlify": {
3063
- "version": "9.0.0",
3064
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-9.0.0.tgz",
3065
- "integrity": "sha512-3QQpmCFSdCgsUEBLULwNxVojjFgYgooKhHtJ9OgjizzwJsNDYnBdAWKQ3lcpPX2etQ0quWJg5Uv8md02LuezZw==",
3066
- "dependencies": {
3067
- "@netlify/open-api": "^2.6.0",
3068
- "lodash.camelcase": "^4.3.0",
3069
- "micro-api-client": "^3.3.0",
3070
- "node-fetch": "^2.6.1",
3071
- "omit.js": "^2.0.2",
3072
- "p-wait-for": "^3.2.0",
3073
- "qs": "^6.9.6"
3074
- },
3075
- "engines": {
3076
- "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3077
- }
3078
- },
3079
2999
  "node_modules/@netlify/config/node_modules/p-limit": {
3080
3000
  "version": "2.3.0",
3081
3001
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -3090,20 +3010,6 @@
3090
3010
  "url": "https://github.com/sponsors/sindresorhus"
3091
3011
  }
3092
3012
  },
3093
- "node_modules/@netlify/config/node_modules/qs": {
3094
- "version": "6.10.1",
3095
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz",
3096
- "integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==",
3097
- "dependencies": {
3098
- "side-channel": "^1.0.4"
3099
- },
3100
- "engines": {
3101
- "node": ">=0.6"
3102
- },
3103
- "funding": {
3104
- "url": "https://github.com/sponsors/ljharb"
3105
- }
3106
- },
3107
3013
  "node_modules/@netlify/config/node_modules/wrap-ansi": {
3108
3014
  "version": "6.2.0",
3109
3015
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
@@ -3177,9 +3083,9 @@
3177
3083
  }
3178
3084
  },
3179
3085
  "node_modules/@netlify/eslint-config-node": {
3180
- "version": "3.3.9",
3181
- "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.9.tgz",
3182
- "integrity": "sha512-U2To/hGPPZY677t8xXXt/wPxuHwQVizpZ0zlbBFx0NjEPuEJKk1Hh6kKzNrWAdFJDYecGsNZAfGV/DZ++MVNQA==",
3086
+ "version": "3.3.10",
3087
+ "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.10.tgz",
3088
+ "integrity": "sha512-36jHIU8O2xLik52RSyJtSRvWIdKrY0LaZY1W6F70/bMz4+1Cy9fZcGPlL9OrtbaZ/D3Jp3sPYg+XsJTeiMC9YA==",
3183
3089
  "dev": true,
3184
3090
  "dependencies": {
3185
3091
  "@babel/core": "^7.13.8",
@@ -3818,14 +3724,14 @@
3818
3724
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
3819
3725
  },
3820
3726
  "node_modules/@oclif/command": {
3821
- "version": "1.8.5",
3822
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.5.tgz",
3823
- "integrity": "sha512-Dolb0jmUc1s8HhSOiQOC2mu7pha+wTg0SaCLLH3tJjkSWi5yE3NDlHv0QG6Rp9vs5tJhOGLa8ILOSv+t3KpnNw==",
3727
+ "version": "1.8.7",
3728
+ "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.7.tgz",
3729
+ "integrity": "sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==",
3824
3730
  "dependencies": {
3825
- "@oclif/config": "^1.17.1",
3731
+ "@oclif/config": "^1.18.1",
3826
3732
  "@oclif/errors": "^1.3.5",
3827
3733
  "@oclif/parser": "^3.8.6",
3828
- "@oclif/plugin-help": "^3.2.7",
3734
+ "@oclif/plugin-help": "^3.2.10",
3829
3735
  "debug": "^4.1.1",
3830
3736
  "semver": "^7.3.2"
3831
3737
  },
@@ -3837,12 +3743,12 @@
3837
3743
  }
3838
3744
  },
3839
3745
  "node_modules/@oclif/config": {
3840
- "version": "1.17.1",
3841
- "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.17.1.tgz",
3842
- "integrity": "sha512-UqV5qsN2np96TNlJspSNlRl7CpFmxYSrB0iLe3XV9NDkbFEE5prGP++h6w6xOR/FL3QV7BoqrbwGuJdJdFbidw==",
3746
+ "version": "1.18.1",
3747
+ "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.1.tgz",
3748
+ "integrity": "sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==",
3843
3749
  "dependencies": {
3844
3750
  "@oclif/errors": "^1.3.3",
3845
- "@oclif/parser": "^3.8.6",
3751
+ "@oclif/parser": "^3.8.0",
3846
3752
  "debug": "^4.1.1",
3847
3753
  "globby": "^11.0.1",
3848
3754
  "is-wsl": "^2.1.1",
@@ -3975,12 +3881,12 @@
3975
3881
  }
3976
3882
  },
3977
3883
  "node_modules/@oclif/plugin-help": {
3978
- "version": "3.2.8",
3979
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.8.tgz",
3980
- "integrity": "sha512-LVeXpab7NYEUiVIwGlLRMlQd1M1JIq15OXboN1K2OmtGxujxZ4PAVNTsHFQ1sckE5QDAh/n48wlvWDpJmnrdSw==",
3884
+ "version": "3.2.10",
3885
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.10.tgz",
3886
+ "integrity": "sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==",
3981
3887
  "dependencies": {
3982
- "@oclif/command": "^1.8.5",
3983
- "@oclif/config": "^1.17.1",
3888
+ "@oclif/command": "^1.8.6",
3889
+ "@oclif/config": "^1.18.1",
3984
3890
  "@oclif/errors": "^1.3.5",
3985
3891
  "chalk": "^4.1.2",
3986
3892
  "indent-string": "^4.0.0",
@@ -3988,73 +3894,53 @@
3988
3894
  "string-width": "^4.2.0",
3989
3895
  "strip-ansi": "^6.0.0",
3990
3896
  "widest-line": "^3.1.0",
3991
- "wrap-ansi": "^4.0.0"
3897
+ "wrap-ansi": "^6.2.0"
3992
3898
  },
3993
3899
  "engines": {
3994
3900
  "node": ">=8.0.0"
3995
3901
  }
3996
3902
  },
3997
- "node_modules/@oclif/plugin-help/node_modules/ansi-regex": {
3998
- "version": "3.0.0",
3999
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
4000
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
4001
- "engines": {
4002
- "node": ">=4"
4003
- }
4004
- },
4005
3903
  "node_modules/@oclif/plugin-help/node_modules/ansi-styles": {
4006
- "version": "3.2.1",
4007
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
4008
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
3904
+ "version": "4.3.0",
3905
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3906
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
4009
3907
  "dependencies": {
4010
- "color-convert": "^1.9.0"
3908
+ "color-convert": "^2.0.1"
4011
3909
  },
4012
3910
  "engines": {
4013
- "node": ">=4"
4014
- }
4015
- },
4016
- "node_modules/@oclif/plugin-help/node_modules/is-fullwidth-code-point": {
4017
- "version": "2.0.0",
4018
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
4019
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
4020
- "engines": {
4021
- "node": ">=4"
4022
- }
4023
- },
4024
- "node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
4025
- "version": "4.0.0",
4026
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz",
4027
- "integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==",
4028
- "dependencies": {
4029
- "ansi-styles": "^3.2.0",
4030
- "string-width": "^2.1.1",
4031
- "strip-ansi": "^4.0.0"
3911
+ "node": ">=8"
4032
3912
  },
4033
- "engines": {
4034
- "node": ">=6"
3913
+ "funding": {
3914
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4035
3915
  }
4036
3916
  },
4037
- "node_modules/@oclif/plugin-help/node_modules/wrap-ansi/node_modules/string-width": {
4038
- "version": "2.1.1",
4039
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
4040
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
3917
+ "node_modules/@oclif/plugin-help/node_modules/color-convert": {
3918
+ "version": "2.0.1",
3919
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
3920
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
4041
3921
  "dependencies": {
4042
- "is-fullwidth-code-point": "^2.0.0",
4043
- "strip-ansi": "^4.0.0"
3922
+ "color-name": "~1.1.4"
4044
3923
  },
4045
3924
  "engines": {
4046
- "node": ">=4"
3925
+ "node": ">=7.0.0"
4047
3926
  }
4048
3927
  },
4049
- "node_modules/@oclif/plugin-help/node_modules/wrap-ansi/node_modules/strip-ansi": {
4050
- "version": "4.0.0",
4051
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
4052
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
3928
+ "node_modules/@oclif/plugin-help/node_modules/color-name": {
3929
+ "version": "1.1.4",
3930
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
3931
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
3932
+ },
3933
+ "node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
3934
+ "version": "6.2.0",
3935
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3936
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
4053
3937
  "dependencies": {
4054
- "ansi-regex": "^3.0.0"
3938
+ "ansi-styles": "^4.0.0",
3939
+ "string-width": "^4.1.0",
3940
+ "strip-ansi": "^6.0.0"
4055
3941
  },
4056
3942
  "engines": {
4057
- "node": ">=4"
3943
+ "node": ">=8"
4058
3944
  }
4059
3945
  },
4060
3946
  "node_modules/@oclif/plugin-not-found": {
@@ -6812,14 +6698,14 @@
6812
6698
  }
6813
6699
  },
6814
6700
  "node_modules/cli-ux": {
6815
- "version": "5.6.4",
6816
- "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.4.tgz",
6817
- "integrity": "sha512-jW2oROKZdb3NlIHCMjjtaanuElHB/IhYPE5kgsbhmNtiBcUg/4L5QYyDbJ0n/wF+LAb/tl+Bh30lAHq5bmsbMA==",
6701
+ "version": "5.6.5",
6702
+ "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.5.tgz",
6703
+ "integrity": "sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==",
6818
6704
  "dependencies": {
6819
- "@oclif/command": "^1.8.4",
6705
+ "@oclif/command": "^1.8.7",
6820
6706
  "@oclif/errors": "^1.3.5",
6821
6707
  "@oclif/linewrap": "^1.0.0",
6822
- "@oclif/screen": "^1.0.3",
6708
+ "@oclif/screen": "^1.0.4",
6823
6709
  "ansi-escapes": "^4.3.0",
6824
6710
  "ansi-styles": "^4.2.0",
6825
6711
  "cardinal": "^2.1.1",
@@ -6832,7 +6718,7 @@
6832
6718
  "indent-string": "^4.0.0",
6833
6719
  "is-wsl": "^2.2.0",
6834
6720
  "js-yaml": "^3.13.1",
6835
- "lodash": "^4.17.11",
6721
+ "lodash": "^4.17.21",
6836
6722
  "natural-orderby": "^2.0.1",
6837
6723
  "object-treeify": "^1.1.4",
6838
6724
  "password-prompt": "^1.1.2",
@@ -23744,9 +23630,9 @@
23744
23630
  }
23745
23631
  },
23746
23632
  "@netlify/build": {
23747
- "version": "19.0.7",
23748
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-19.0.7.tgz",
23749
- "integrity": "sha512-a6u5Ai9DO/KXBOC0RrNL8luG8p/exvNlLEzkibWzH2wa9gvX1xUT5KG08DaGz8CA24La61eOhHe8P7n8jy8kSw==",
23633
+ "version": "20.0.1",
23634
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-20.0.1.tgz",
23635
+ "integrity": "sha512-kHOWk4yvNytN7XnGX0PcRTDooSyY8EgZAF2bjsvTEvq70ECbOr4ZMpzzhIgUZBnz98fpOFonMPuWPrEMjSefzQ==",
23750
23636
  "requires": {
23751
23637
  "@bugsnag/js": "^7.0.0",
23752
23638
  "@netlify/cache-utils": "^3.0.0",
@@ -23802,62 +23688,6 @@
23802
23688
  "yargs": "^15.3.1"
23803
23689
  },
23804
23690
  "dependencies": {
23805
- "@netlify/zip-it-and-ship-it": {
23806
- "version": "5.1.0",
23807
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.1.0.tgz",
23808
- "integrity": "sha512-CMeY/LaMo4K20g11itHkbWcrLK7ANTgWUgsyXt8/pJJ+Lgd1bscQjbXFX2DyfnLOfV8nOfRhrBcYuCXqErSruw==",
23809
- "requires": {
23810
- "@babel/parser": "^7.15.7",
23811
- "@netlify/esbuild": "^0.13.6",
23812
- "@vercel/nft": "^0.17.0",
23813
- "archiver": "^5.3.0",
23814
- "common-path-prefix": "^3.0.0",
23815
- "cp-file": "^9.0.0",
23816
- "del": "^6.0.0",
23817
- "elf-cam": "^0.1.1",
23818
- "end-of-stream": "^1.4.4",
23819
- "es-module-lexer": "^0.9.0",
23820
- "execa": "^5.0.0",
23821
- "filter-obj": "^2.0.1",
23822
- "find-up": "^5.0.0",
23823
- "glob": "^7.1.6",
23824
- "is-builtin-module": "^3.1.0",
23825
- "junk": "^3.1.0",
23826
- "locate-path": "^6.0.0",
23827
- "make-dir": "^3.1.0",
23828
- "merge-options": "^3.0.4",
23829
- "minimatch": "^3.0.4",
23830
- "p-map": "^4.0.0",
23831
- "path-exists": "^4.0.0",
23832
- "pkg-dir": "^5.0.0",
23833
- "precinct": "^8.2.0",
23834
- "read-package-json-fast": "^2.0.2",
23835
- "require-package-name": "^2.0.1",
23836
- "resolve": "^2.0.0-next.1",
23837
- "semver": "^7.0.0",
23838
- "tmp-promise": "^3.0.2",
23839
- "toml": "^3.0.0",
23840
- "typescript": "^4.4.3",
23841
- "unixify": "^1.0.0",
23842
- "yargs": "^16.0.0"
23843
- },
23844
- "dependencies": {
23845
- "yargs": {
23846
- "version": "16.2.0",
23847
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
23848
- "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
23849
- "requires": {
23850
- "cliui": "^7.0.2",
23851
- "escalade": "^3.1.1",
23852
- "get-caller-file": "^2.0.5",
23853
- "require-directory": "^2.1.1",
23854
- "string-width": "^4.2.0",
23855
- "y18n": "^5.0.5",
23856
- "yargs-parser": "^20.2.2"
23857
- }
23858
- }
23859
- }
23860
- },
23861
23691
  "@sindresorhus/is": {
23862
23692
  "version": "2.1.1",
23863
23693
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
@@ -23885,6 +23715,16 @@
23885
23715
  "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
23886
23716
  "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
23887
23717
  },
23718
+ "cliui": {
23719
+ "version": "6.0.0",
23720
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
23721
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
23722
+ "requires": {
23723
+ "string-width": "^4.2.0",
23724
+ "strip-ansi": "^6.0.0",
23725
+ "wrap-ansi": "^6.2.0"
23726
+ }
23727
+ },
23888
23728
  "color-convert": {
23889
23729
  "version": "2.0.1",
23890
23730
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -23911,6 +23751,33 @@
23911
23751
  "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
23912
23752
  "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A=="
23913
23753
  },
23754
+ "find-up": {
23755
+ "version": "4.1.0",
23756
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
23757
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
23758
+ "requires": {
23759
+ "locate-path": "^5.0.0",
23760
+ "path-exists": "^4.0.0"
23761
+ },
23762
+ "dependencies": {
23763
+ "locate-path": {
23764
+ "version": "5.0.0",
23765
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
23766
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
23767
+ "requires": {
23768
+ "p-locate": "^4.1.0"
23769
+ }
23770
+ },
23771
+ "p-locate": {
23772
+ "version": "4.1.0",
23773
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
23774
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
23775
+ "requires": {
23776
+ "p-limit": "^2.2.0"
23777
+ }
23778
+ }
23779
+ }
23780
+ },
23914
23781
  "get-caller-file": {
23915
23782
  "version": "2.0.5",
23916
23783
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -24002,6 +23869,11 @@
24002
23869
  "strip-ansi": "^6.0.0"
24003
23870
  }
24004
23871
  },
23872
+ "y18n": {
23873
+ "version": "4.0.3",
23874
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
23875
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
23876
+ },
24005
23877
  "yargs": {
24006
23878
  "version": "15.4.1",
24007
23879
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
@@ -24018,57 +23890,15 @@
24018
23890
  "which-module": "^2.0.0",
24019
23891
  "y18n": "^4.0.0",
24020
23892
  "yargs-parser": "^18.1.2"
24021
- },
24022
- "dependencies": {
24023
- "cliui": {
24024
- "version": "6.0.0",
24025
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
24026
- "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
24027
- "requires": {
24028
- "string-width": "^4.2.0",
24029
- "strip-ansi": "^6.0.0",
24030
- "wrap-ansi": "^6.2.0"
24031
- }
24032
- },
24033
- "find-up": {
24034
- "version": "4.1.0",
24035
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
24036
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
24037
- "requires": {
24038
- "locate-path": "^5.0.0",
24039
- "path-exists": "^4.0.0"
24040
- }
24041
- },
24042
- "locate-path": {
24043
- "version": "5.0.0",
24044
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
24045
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
24046
- "requires": {
24047
- "p-locate": "^4.1.0"
24048
- }
24049
- },
24050
- "p-locate": {
24051
- "version": "4.1.0",
24052
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
24053
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
24054
- "requires": {
24055
- "p-limit": "^2.2.0"
24056
- }
24057
- },
24058
- "y18n": {
24059
- "version": "4.0.3",
24060
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
24061
- "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
24062
- },
24063
- "yargs-parser": {
24064
- "version": "18.1.3",
24065
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
24066
- "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
24067
- "requires": {
24068
- "camelcase": "^5.0.0",
24069
- "decamelize": "^1.2.0"
24070
- }
24071
- }
23893
+ }
23894
+ },
23895
+ "yargs-parser": {
23896
+ "version": "18.1.3",
23897
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
23898
+ "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
23899
+ "requires": {
23900
+ "camelcase": "^5.0.0",
23901
+ "decamelize": "^1.2.0"
24072
23902
  }
24073
23903
  }
24074
23904
  }
@@ -24133,9 +23963,9 @@
24133
23963
  }
24134
23964
  },
24135
23965
  "@netlify/config": {
24136
- "version": "16.0.4",
24137
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-16.0.4.tgz",
24138
- "integrity": "sha512-l6kr4Xi1KqMebSE/dgl2qNh4wnhRYI8JpV7+L4uQoy7DFMkU17bUe3yDxOu2urR1aAEXoQVupWR6p8VQ6NjPgw==",
23966
+ "version": "16.0.5",
23967
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-16.0.5.tgz",
23968
+ "integrity": "sha512-qYGWnbk3QMvEwD9Wt+lFgWB889uwvq64Pv+RzAVcwgOb5P1I7mBME/JBDdvYtg3qsfCz2p+/gS8C6JHKQ5ZGMg==",
24139
23969
  "requires": {
24140
23970
  "chalk": "^4.1.2",
24141
23971
  "cron-parser": "^4.1.0",
@@ -24151,7 +23981,7 @@
24151
23981
  "js-yaml": "^4.0.0",
24152
23982
  "make-dir": "^3.1.0",
24153
23983
  "map-obj": "^4.0.0",
24154
- "netlify": "^9.0.0",
23984
+ "netlify": "^10.0.0",
24155
23985
  "netlify-headers-parser": "^5.0.0",
24156
23986
  "netlify-redirect-parser": "^12.0.0",
24157
23987
  "omit.js": "^2.0.2",
@@ -24231,20 +24061,6 @@
24231
24061
  }
24232
24062
  }
24233
24063
  },
24234
- "netlify": {
24235
- "version": "9.0.0",
24236
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-9.0.0.tgz",
24237
- "integrity": "sha512-3QQpmCFSdCgsUEBLULwNxVojjFgYgooKhHtJ9OgjizzwJsNDYnBdAWKQ3lcpPX2etQ0quWJg5Uv8md02LuezZw==",
24238
- "requires": {
24239
- "@netlify/open-api": "^2.6.0",
24240
- "lodash.camelcase": "^4.3.0",
24241
- "micro-api-client": "^3.3.0",
24242
- "node-fetch": "^2.6.1",
24243
- "omit.js": "^2.0.2",
24244
- "p-wait-for": "^3.2.0",
24245
- "qs": "^6.9.6"
24246
- }
24247
- },
24248
24064
  "p-limit": {
24249
24065
  "version": "2.3.0",
24250
24066
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -24253,14 +24069,6 @@
24253
24069
  "p-try": "^2.0.0"
24254
24070
  }
24255
24071
  },
24256
- "qs": {
24257
- "version": "6.10.1",
24258
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz",
24259
- "integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==",
24260
- "requires": {
24261
- "side-channel": "^1.0.4"
24262
- }
24263
- },
24264
24072
  "wrap-ansi": {
24265
24073
  "version": "6.2.0",
24266
24074
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
@@ -24322,9 +24130,9 @@
24322
24130
  "integrity": "sha512-tiKmDcHM2riSVN79c0mJY/67EBDafXQAMitHuLiCDAMdtz3kfv+NqdVG5krgf5lWR8Uf8AeZrUW5Q9RP25REvw=="
24323
24131
  },
24324
24132
  "@netlify/eslint-config-node": {
24325
- "version": "3.3.9",
24326
- "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.9.tgz",
24327
- "integrity": "sha512-U2To/hGPPZY677t8xXXt/wPxuHwQVizpZ0zlbBFx0NjEPuEJKk1Hh6kKzNrWAdFJDYecGsNZAfGV/DZ++MVNQA==",
24133
+ "version": "3.3.10",
24134
+ "resolved": "https://registry.npmjs.org/@netlify/eslint-config-node/-/eslint-config-node-3.3.10.tgz",
24135
+ "integrity": "sha512-36jHIU8O2xLik52RSyJtSRvWIdKrY0LaZY1W6F70/bMz4+1Cy9fZcGPlL9OrtbaZ/D3Jp3sPYg+XsJTeiMC9YA==",
24328
24136
  "dev": true,
24329
24137
  "requires": {
24330
24138
  "@babel/core": "^7.13.8",
@@ -24753,25 +24561,25 @@
24753
24561
  }
24754
24562
  },
24755
24563
  "@oclif/command": {
24756
- "version": "1.8.5",
24757
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.5.tgz",
24758
- "integrity": "sha512-Dolb0jmUc1s8HhSOiQOC2mu7pha+wTg0SaCLLH3tJjkSWi5yE3NDlHv0QG6Rp9vs5tJhOGLa8ILOSv+t3KpnNw==",
24564
+ "version": "1.8.7",
24565
+ "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.7.tgz",
24566
+ "integrity": "sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==",
24759
24567
  "requires": {
24760
- "@oclif/config": "^1.17.1",
24568
+ "@oclif/config": "^1.18.1",
24761
24569
  "@oclif/errors": "^1.3.5",
24762
24570
  "@oclif/parser": "^3.8.6",
24763
- "@oclif/plugin-help": "^3.2.7",
24571
+ "@oclif/plugin-help": "^3.2.10",
24764
24572
  "debug": "^4.1.1",
24765
24573
  "semver": "^7.3.2"
24766
24574
  }
24767
24575
  },
24768
24576
  "@oclif/config": {
24769
- "version": "1.17.1",
24770
- "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.17.1.tgz",
24771
- "integrity": "sha512-UqV5qsN2np96TNlJspSNlRl7CpFmxYSrB0iLe3XV9NDkbFEE5prGP++h6w6xOR/FL3QV7BoqrbwGuJdJdFbidw==",
24577
+ "version": "1.18.1",
24578
+ "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.1.tgz",
24579
+ "integrity": "sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==",
24772
24580
  "requires": {
24773
24581
  "@oclif/errors": "^1.3.3",
24774
- "@oclif/parser": "^3.8.6",
24582
+ "@oclif/parser": "^3.8.0",
24775
24583
  "debug": "^4.1.1",
24776
24584
  "globby": "^11.0.1",
24777
24585
  "is-wsl": "^2.1.1",
@@ -24881,12 +24689,12 @@
24881
24689
  }
24882
24690
  },
24883
24691
  "@oclif/plugin-help": {
24884
- "version": "3.2.8",
24885
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.8.tgz",
24886
- "integrity": "sha512-LVeXpab7NYEUiVIwGlLRMlQd1M1JIq15OXboN1K2OmtGxujxZ4PAVNTsHFQ1sckE5QDAh/n48wlvWDpJmnrdSw==",
24692
+ "version": "3.2.10",
24693
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.10.tgz",
24694
+ "integrity": "sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==",
24887
24695
  "requires": {
24888
- "@oclif/command": "^1.8.5",
24889
- "@oclif/config": "^1.17.1",
24696
+ "@oclif/command": "^1.8.6",
24697
+ "@oclif/config": "^1.18.1",
24890
24698
  "@oclif/errors": "^1.3.5",
24891
24699
  "chalk": "^4.1.2",
24892
24700
  "indent-string": "^4.0.0",
@@ -24894,54 +24702,38 @@
24894
24702
  "string-width": "^4.2.0",
24895
24703
  "strip-ansi": "^6.0.0",
24896
24704
  "widest-line": "^3.1.0",
24897
- "wrap-ansi": "^4.0.0"
24705
+ "wrap-ansi": "^6.2.0"
24898
24706
  },
24899
24707
  "dependencies": {
24900
- "ansi-regex": {
24901
- "version": "3.0.0",
24902
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
24903
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
24904
- },
24905
24708
  "ansi-styles": {
24906
- "version": "3.2.1",
24907
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
24908
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
24709
+ "version": "4.3.0",
24710
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24711
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24909
24712
  "requires": {
24910
- "color-convert": "^1.9.0"
24713
+ "color-convert": "^2.0.1"
24911
24714
  }
24912
24715
  },
24913
- "is-fullwidth-code-point": {
24914
- "version": "2.0.0",
24915
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
24916
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
24716
+ "color-convert": {
24717
+ "version": "2.0.1",
24718
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24719
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24720
+ "requires": {
24721
+ "color-name": "~1.1.4"
24722
+ }
24723
+ },
24724
+ "color-name": {
24725
+ "version": "1.1.4",
24726
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24727
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24917
24728
  },
24918
24729
  "wrap-ansi": {
24919
- "version": "4.0.0",
24920
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz",
24921
- "integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==",
24730
+ "version": "6.2.0",
24731
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
24732
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
24922
24733
  "requires": {
24923
- "ansi-styles": "^3.2.0",
24924
- "string-width": "^2.1.1",
24925
- "strip-ansi": "^4.0.0"
24926
- },
24927
- "dependencies": {
24928
- "string-width": {
24929
- "version": "2.1.1",
24930
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
24931
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
24932
- "requires": {
24933
- "is-fullwidth-code-point": "^2.0.0",
24934
- "strip-ansi": "^4.0.0"
24935
- }
24936
- },
24937
- "strip-ansi": {
24938
- "version": "4.0.0",
24939
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
24940
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
24941
- "requires": {
24942
- "ansi-regex": "^3.0.0"
24943
- }
24944
- }
24734
+ "ansi-styles": "^4.0.0",
24735
+ "string-width": "^4.1.0",
24736
+ "strip-ansi": "^6.0.0"
24945
24737
  }
24946
24738
  }
24947
24739
  }
@@ -27057,14 +26849,14 @@
27057
26849
  }
27058
26850
  },
27059
26851
  "cli-ux": {
27060
- "version": "5.6.4",
27061
- "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.4.tgz",
27062
- "integrity": "sha512-jW2oROKZdb3NlIHCMjjtaanuElHB/IhYPE5kgsbhmNtiBcUg/4L5QYyDbJ0n/wF+LAb/tl+Bh30lAHq5bmsbMA==",
26852
+ "version": "5.6.5",
26853
+ "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.5.tgz",
26854
+ "integrity": "sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==",
27063
26855
  "requires": {
27064
- "@oclif/command": "^1.8.4",
26856
+ "@oclif/command": "^1.8.7",
27065
26857
  "@oclif/errors": "^1.3.5",
27066
26858
  "@oclif/linewrap": "^1.0.0",
27067
- "@oclif/screen": "^1.0.3",
26859
+ "@oclif/screen": "^1.0.4",
27068
26860
  "ansi-escapes": "^4.3.0",
27069
26861
  "ansi-styles": "^4.2.0",
27070
26862
  "cardinal": "^2.1.1",
@@ -27077,7 +26869,7 @@
27077
26869
  "indent-string": "^4.0.0",
27078
26870
  "is-wsl": "^2.2.0",
27079
26871
  "js-yaml": "^3.13.1",
27080
- "lodash": "^4.17.11",
26872
+ "lodash": "^4.17.21",
27081
26873
  "natural-orderby": "^2.0.1",
27082
26874
  "object-treeify": "^1.1.4",
27083
26875
  "password-prompt": "^1.1.2",