@financial-times/n-myft-ui 30.2.2 → 30.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,12 +21,12 @@
21
21
  "superstore-sync": "^2.1.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@financial-times/dotcom-build-base": "^7.2.7",
25
- "@financial-times/dotcom-build-code-splitting": "^7.2.7",
26
- "@financial-times/dotcom-build-js": "^7.2.7",
27
- "@financial-times/dotcom-build-sass": "^7.2.7",
28
- "@financial-times/dotcom-server-handlebars": "^7.2.7",
29
- "@financial-times/n-express": "^23.0.1",
24
+ "@financial-times/dotcom-build-base": "^8.1.0",
25
+ "@financial-times/dotcom-build-code-splitting": "^8.1.0",
26
+ "@financial-times/dotcom-build-js": "^8.1.0",
27
+ "@financial-times/dotcom-build-sass": "^8.1.0",
28
+ "@financial-times/dotcom-server-handlebars": "^8.1.0",
29
+ "@financial-times/n-express": "^27.5.0",
30
30
  "@financial-times/n-gage": "^8.3.2",
31
31
  "ascii-table": "0.0.9",
32
32
  "autoprefixer": "9.7.0",
@@ -87,8 +87,8 @@
87
87
  "webpack-cli": "^4.9.2"
88
88
  },
89
89
  "engines": {
90
- "node": "14.x || 16.x",
91
- "npm": "7.x || 8.x"
90
+ "node": "16.x",
91
+ "npm": "7.x || 8.x || 9.x"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@financial-times/n-notification": "^8.2.2",
@@ -1867,10 +1867,86 @@
1867
1867
  "node": ">=10.0.0"
1868
1868
  }
1869
1869
  },
1870
+ "node_modules/@dotcom-reliability-kit/app-info": {
1871
+ "version": "1.2.1",
1872
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/app-info/-/app-info-1.2.1.tgz",
1873
+ "integrity": "sha512-s0iw2atEpXv/ScRC8GROkubMRJszWwfhzesVFvo85BlcARUik/QS8AqAEXQCaHJibi+P/RqGJl0AW1LVbTv3yQ==",
1874
+ "dev": true,
1875
+ "engines": {
1876
+ "node": "14.x || 16.x || 18.x",
1877
+ "npm": "7.x || 8.x"
1878
+ }
1879
+ },
1880
+ "node_modules/@dotcom-reliability-kit/errors": {
1881
+ "version": "2.1.0",
1882
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/errors/-/errors-2.1.0.tgz",
1883
+ "integrity": "sha512-wLwrxdmcqlE1Qydklpyug63ihfmj3Nl8FRcnPNN4HbE6e7aOBpcriI3kr+qeMZy4YuTPjUU4gJKkjosYkt58ZA==",
1884
+ "dev": true,
1885
+ "engines": {
1886
+ "node": "16.x || 18.x || 20.x",
1887
+ "npm": "7.x || 8.x || 9.x"
1888
+ }
1889
+ },
1890
+ "node_modules/@dotcom-reliability-kit/log-error": {
1891
+ "version": "1.5.4",
1892
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/log-error/-/log-error-1.5.4.tgz",
1893
+ "integrity": "sha512-3zzv25cF1y0g6pstLkAdnE/7x36PpJbD+9oukN6FZg3zktAY6/IkmrJAziJiZ5qFAhoGnmAxr9xKMIW0gFR3Dw==",
1894
+ "dev": true,
1895
+ "dependencies": {
1896
+ "@dotcom-reliability-kit/app-info": "^1.2.1",
1897
+ "@dotcom-reliability-kit/serialize-error": "^1.1.4",
1898
+ "@dotcom-reliability-kit/serialize-request": "^1.1.1",
1899
+ "@financial-times/n-logger": "^10.3.1"
1900
+ },
1901
+ "engines": {
1902
+ "node": "14.x || 16.x || 18.x",
1903
+ "npm": "7.x || 8.x"
1904
+ }
1905
+ },
1906
+ "node_modules/@dotcom-reliability-kit/log-error/node_modules/@dotcom-reliability-kit/serialize-error": {
1907
+ "version": "1.1.4",
1908
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-error/-/serialize-error-1.1.4.tgz",
1909
+ "integrity": "sha512-5pi/4exUhAP6PTaLzl+3H4Q2lD61C7mZOGWpVWQ5lQmJUq2ilUFo+r3tlfv1GY6sUTmlSUGRkkR+YC3GeJSfVA==",
1910
+ "dev": true,
1911
+ "engines": {
1912
+ "node": "14.x || 16.x || 18.x",
1913
+ "npm": "7.x || 8.x"
1914
+ }
1915
+ },
1916
+ "node_modules/@dotcom-reliability-kit/log-error/node_modules/@dotcom-reliability-kit/serialize-request": {
1917
+ "version": "1.1.1",
1918
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-request/-/serialize-request-1.1.1.tgz",
1919
+ "integrity": "sha512-JcTAVQ3rmqp+yHxmG2Z1IdjKTAPFIkbThcM8yzagY0qn5k/cfkc3EZGeFdEJ2LiLC3V182xwC2vd4ON8pENi9w==",
1920
+ "dev": true,
1921
+ "engines": {
1922
+ "node": "14.x || 16.x || 18.x",
1923
+ "npm": "7.x || 8.x"
1924
+ }
1925
+ },
1926
+ "node_modules/@dotcom-reliability-kit/serialize-error": {
1927
+ "version": "2.1.0",
1928
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-error/-/serialize-error-2.1.0.tgz",
1929
+ "integrity": "sha512-JYgnyvds/FZ0KJVRtOAsk9skue5i/vDBkRvQQg5Q/xlbwLdeUSAtD3XXBtlaohHov8kY7/I9UaXcoG6zXZ3a5Q==",
1930
+ "dev": true,
1931
+ "engines": {
1932
+ "node": "16.x || 18.x || 20.x",
1933
+ "npm": "7.x || 8.x || 9.x"
1934
+ }
1935
+ },
1936
+ "node_modules/@dotcom-reliability-kit/serialize-request": {
1937
+ "version": "2.2.0",
1938
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-request/-/serialize-request-2.2.0.tgz",
1939
+ "integrity": "sha512-jM8GWWFzBFAXVkv1PPssAFC7mZLoEac9LV5HIINKmhxxe+av3eXJH53MwNQUARMqrIA3Hm7D7khT4L5gnuGcDg==",
1940
+ "dev": true,
1941
+ "engines": {
1942
+ "node": "16.x || 18.x || 20.x",
1943
+ "npm": "7.x || 8.x || 9.x"
1944
+ }
1945
+ },
1870
1946
  "node_modules/@financial-times/dotcom-build-base": {
1871
- "version": "7.2.7",
1872
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-base/-/dotcom-build-base-7.2.7.tgz",
1873
- "integrity": "sha512-6nlmpK6gbBWeyjjtINupmfOUi8ZC9MzjFPo7UaqmhoNZpKPqIAqfMmcJ73AgNiB3rvf0pqShxTMAjmgJ9jmb5A==",
1947
+ "version": "8.1.0",
1948
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-base/-/dotcom-build-base-8.1.0.tgz",
1949
+ "integrity": "sha512-+wFFf4nW0IEEK2AAwE0LBiGkB89fFr0Skya1rDjt0I/c7AtrVynCGgi7eKNIxUPoOQ5NLKurSpD2D4rnjT+oHw==",
1874
1950
  "dev": true,
1875
1951
  "hasInstallScript": true,
1876
1952
  "dependencies": {
@@ -1879,17 +1955,17 @@
1879
1955
  "webpack-assets-manifest": "^3.1.1"
1880
1956
  },
1881
1957
  "engines": {
1882
- "node": ">= 14.0.0",
1883
- "npm": "7.x || 8.x"
1958
+ "node": "16.x || 18.x",
1959
+ "npm": "7.x || 8.x || 9.x"
1884
1960
  },
1885
1961
  "peerDependencies": {
1886
1962
  "webpack": "^4.39.2"
1887
1963
  }
1888
1964
  },
1889
1965
  "node_modules/@financial-times/dotcom-build-code-splitting": {
1890
- "version": "7.2.7",
1891
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-code-splitting/-/dotcom-build-code-splitting-7.2.7.tgz",
1892
- "integrity": "sha512-LR8btnpPxe0Bb/yDNTQD9Owr1TPks2DEyI+j5PMxngwstv+Pw4Wh3d5dxEGvDZIukFjh6IcTFBtzYhxLMLyIlQ==",
1966
+ "version": "8.1.0",
1967
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-code-splitting/-/dotcom-build-code-splitting-8.1.0.tgz",
1968
+ "integrity": "sha512-eJjmcA5WkJxDri/m7sOp+zsWyr/SFV3VncnFK7W1RxNuSqe3gzVxt8x8dqNkcllbYP27K2+vcDRm+AZf+ETUvw==",
1893
1969
  "dev": true,
1894
1970
  "hasInstallScript": true,
1895
1971
  "dependencies": {
@@ -1900,17 +1976,17 @@
1900
1976
  "reliable-module-ids-plugin": "^1.0.1"
1901
1977
  },
1902
1978
  "engines": {
1903
- "node": ">= 14.0.0",
1904
- "npm": "7.x || 8.x"
1979
+ "node": "16.x || 18.x",
1980
+ "npm": "7.x || 8.x || 9.x"
1905
1981
  },
1906
1982
  "peerDependencies": {
1907
1983
  "webpack": "^4.39.2"
1908
1984
  }
1909
1985
  },
1910
1986
  "node_modules/@financial-times/dotcom-build-js": {
1911
- "version": "7.2.7",
1912
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-js/-/dotcom-build-js-7.2.7.tgz",
1913
- "integrity": "sha512-EOvt+np7chJR9T830rRQ8oxJX/aObBAxCGCG0LwDdM6WhUfDibCMbsL72zyRLjXImusCWSbSkpP+dNLfKGt3/A==",
1987
+ "version": "8.1.0",
1988
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-js/-/dotcom-build-js-8.1.0.tgz",
1989
+ "integrity": "sha512-n3I74rX1lS2TH8y92Tq7QEVjeL7faAwfHbPFEd9GPezrHlq9AeynWYHtbaao8d2Jnrlx4skAY6p0FDnXhUQd4w==",
1914
1990
  "dev": true,
1915
1991
  "hasInstallScript": true,
1916
1992
  "dependencies": {
@@ -1925,8 +2001,8 @@
1925
2001
  "babel-loader": "^8.0.6"
1926
2002
  },
1927
2003
  "engines": {
1928
- "node": ">= 14.0.0",
1929
- "npm": "7.x || 8.x"
2004
+ "node": "16.x || 18.x",
2005
+ "npm": "7.x || 8.x || 9.x"
1930
2006
  },
1931
2007
  "peerDependencies": {
1932
2008
  "webpack": "^4.39.2"
@@ -2056,9 +2132,9 @@
2056
2132
  }
2057
2133
  },
2058
2134
  "node_modules/@financial-times/dotcom-build-sass": {
2059
- "version": "7.2.7",
2060
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-sass/-/dotcom-build-sass-7.2.7.tgz",
2061
- "integrity": "sha512-5KRY8lu5AMArleAYEnAE6ytMMoHmZtEnlYt6drGf+3ohWdu9nDtvYaRE2AxA6Xg1wdB26QXKtmwUkWyqmX8XlQ==",
2135
+ "version": "8.1.0",
2136
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-sass/-/dotcom-build-sass-8.1.0.tgz",
2137
+ "integrity": "sha512-1L/jgcHmDAARp9moqwjaiJ7PFB/4qNhgNSL0asYMaoPVrsofZP8pRz5v3B7CKU/YQtdz6Hy9A2EoIPMkxMvIAQ==",
2062
2138
  "dev": true,
2063
2139
  "hasInstallScript": true,
2064
2140
  "dependencies": {
@@ -2073,8 +2149,8 @@
2073
2149
  "webpack-fix-style-only-entries": "^0.5.0"
2074
2150
  },
2075
2151
  "engines": {
2076
- "node": ">= 14.0.0",
2077
- "npm": "7.x || 8.x"
2152
+ "node": "16.x || 18.x",
2153
+ "npm": "7.x || 8.x || 9.x"
2078
2154
  },
2079
2155
  "peerDependencies": {
2080
2156
  "webpack": "^4.39.2"
@@ -2512,9 +2588,9 @@
2512
2588
  "dev": true
2513
2589
  },
2514
2590
  "node_modules/@financial-times/dotcom-server-handlebars": {
2515
- "version": "7.2.7",
2516
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-server-handlebars/-/dotcom-server-handlebars-7.2.7.tgz",
2517
- "integrity": "sha512-QBUeuhVLhJPZdpCeQUzmecFpGo55Gwn5DekYfjDefQ9p7Kts2hT6hgLDA2VuIakFX6Mlgf2Hs4qlD27b6uA0bw==",
2591
+ "version": "8.1.0",
2592
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-server-handlebars/-/dotcom-server-handlebars-8.1.0.tgz",
2593
+ "integrity": "sha512-J1r9y0as6CIcrZ/JW6t6BA3/PRrsVebGVkyzn8FmJyceedH65GX5uH9GXwDDoReW6HbqiJqayv13zWU29USYYg==",
2518
2594
  "dev": true,
2519
2595
  "hasInstallScript": true,
2520
2596
  "dependencies": {
@@ -2527,8 +2603,8 @@
2527
2603
  "react-dom": "^16.12.0"
2528
2604
  },
2529
2605
  "engines": {
2530
- "node": ">= 14.0.0",
2531
- "npm": "7.x || 8.x"
2606
+ "node": "16.x || 18.x",
2607
+ "npm": "7.x || 8.x || 9.x"
2532
2608
  }
2533
2609
  },
2534
2610
  "node_modules/@financial-times/eslint-config-next": {
@@ -2560,30 +2636,66 @@
2560
2636
  }
2561
2637
  },
2562
2638
  "node_modules/@financial-times/n-express": {
2563
- "version": "23.0.2",
2564
- "resolved": "https://registry.npmjs.org/@financial-times/n-express/-/n-express-23.0.2.tgz",
2565
- "integrity": "sha512-ZPSGAMRryMitJz3govyXyi33lY1BDxIfRuHhzSCgqaNYWMQmulLh17o1bFyiUiTtdP9Lb4x3jI85uSO7uHWLww==",
2639
+ "version": "27.5.0",
2640
+ "resolved": "https://registry.npmjs.org/@financial-times/n-express/-/n-express-27.5.0.tgz",
2641
+ "integrity": "sha512-5B+6mERRMvF/mUs5d2XDHKYXLke1BaKk0q00rJQ9yqY7Ti998qA0DYCKT60MVDhEeyqQzsVEcniadDnl1LcaTg==",
2566
2642
  "dev": true,
2567
- "hasInstallScript": true,
2568
2643
  "dependencies": {
2569
- "@financial-times/n-flags-client": "^10.0.0",
2570
- "@financial-times/n-logger": "^8.0.0",
2571
- "@financial-times/n-raven": "^5.0.0",
2644
+ "@dotcom-reliability-kit/errors": "^2.0.0",
2645
+ "@dotcom-reliability-kit/serialize-error": "^2.0.0",
2646
+ "@dotcom-reliability-kit/serialize-request": "^2.0.0",
2647
+ "@financial-times/n-flags-client": "^13.0.0",
2648
+ "@financial-times/n-logger": "^10.2.0",
2649
+ "@financial-times/n-raven": "^6.3.0",
2572
2650
  "debounce": "^1.1.0",
2573
2651
  "denodeify": "^1.2.1",
2574
- "express": "^4.16.3",
2652
+ "express": "^4.17.3",
2575
2653
  "isomorphic-fetch": "^3.0.0",
2576
- "n-health": "^5.0.5",
2577
- "next-metrics": "^6.0.1"
2654
+ "n-health": "^10.0.0",
2655
+ "next-metrics": "^9.2.0",
2656
+ "semver": "^7.3.7"
2578
2657
  },
2579
2658
  "bin": {
2580
2659
  "n-express-generate-certificate": "bin/n-express-generate-certificate.sh"
2581
2660
  },
2582
2661
  "engines": {
2583
- "node": "14.x || 16.x",
2584
- "npm": "7.x || 8.x"
2662
+ "node": "16.x || 18.x",
2663
+ "npm": "7.x || 8.x || 9.x"
2585
2664
  }
2586
2665
  },
2666
+ "node_modules/@financial-times/n-express/node_modules/lru-cache": {
2667
+ "version": "6.0.0",
2668
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
2669
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
2670
+ "dev": true,
2671
+ "dependencies": {
2672
+ "yallist": "^4.0.0"
2673
+ },
2674
+ "engines": {
2675
+ "node": ">=10"
2676
+ }
2677
+ },
2678
+ "node_modules/@financial-times/n-express/node_modules/semver": {
2679
+ "version": "7.5.3",
2680
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
2681
+ "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
2682
+ "dev": true,
2683
+ "dependencies": {
2684
+ "lru-cache": "^6.0.0"
2685
+ },
2686
+ "bin": {
2687
+ "semver": "bin/semver.js"
2688
+ },
2689
+ "engines": {
2690
+ "node": ">=10"
2691
+ }
2692
+ },
2693
+ "node_modules/@financial-times/n-express/node_modules/yallist": {
2694
+ "version": "4.0.0",
2695
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2696
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
2697
+ "dev": true
2698
+ },
2587
2699
  "node_modules/@financial-times/n-fetch": {
2588
2700
  "version": "1.0.0-beta.7",
2589
2701
  "resolved": "https://registry.npmjs.org/@financial-times/n-fetch/-/n-fetch-1.0.0-beta.7.tgz",
@@ -2630,31 +2742,18 @@
2630
2742
  }
2631
2743
  },
2632
2744
  "node_modules/@financial-times/n-flags-client": {
2633
- "version": "10.1.0",
2634
- "resolved": "https://registry.npmjs.org/@financial-times/n-flags-client/-/n-flags-client-10.1.0.tgz",
2635
- "integrity": "sha512-526t74bMX/gbU4ok5vp9pU6Lb7DBda5UISUIsw7nto8iapPX1WXBteTyBQdutfR+Mwl180fqkkeh45RcefWrog==",
2745
+ "version": "13.1.0",
2746
+ "resolved": "https://registry.npmjs.org/@financial-times/n-flags-client/-/n-flags-client-13.1.0.tgz",
2747
+ "integrity": "sha512-bFH8JCs9bzDvTynKmVYHcSsGikbYv9Uv/nk5PcnvOAcKtkvk3vMFE5/AxsK3cDYfJ9TAokNMaCzVM1hakZXKQQ==",
2636
2748
  "dev": true,
2637
2749
  "dependencies": {
2638
- "@financial-times/n-logger": "^6.0.0",
2639
- "n-eager-fetch": "^2.1.0",
2750
+ "@financial-times/n-logger": "^10.2.0",
2751
+ "n-eager-fetch": "^7.0.0",
2640
2752
  "vary": "^1.1.2"
2641
2753
  },
2642
2754
  "engines": {
2643
- "node": "12.x"
2644
- }
2645
- },
2646
- "node_modules/@financial-times/n-flags-client/node_modules/@financial-times/n-logger": {
2647
- "version": "6.2.0",
2648
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-6.2.0.tgz",
2649
- "integrity": "sha512-FTzinevWoQ/co6wQ16mCluJ5FfqaeSIZG1bvsphXLnEaGN5P5LeWd3ytTljAf85qlP/If4tcgqDd8Uhf7EWRuA==",
2650
- "dev": true,
2651
- "dependencies": {
2652
- "json-stringify-safe": "^5.0.1",
2653
- "node-fetch": "^2.6.0",
2654
- "winston": "^2.4.0"
2655
- },
2656
- "engines": {
2657
- "node": ">=6.1.0"
2755
+ "node": "16.x || 18.x",
2756
+ "npm": "7.x || 8.x || 9.x"
2658
2757
  }
2659
2758
  },
2660
2759
  "node_modules/@financial-times/n-gage": {
@@ -2837,17 +2936,40 @@
2837
2936
  }
2838
2937
  },
2839
2938
  "node_modules/@financial-times/n-logger": {
2840
- "version": "8.0.1",
2841
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-8.0.1.tgz",
2842
- "integrity": "sha512-Ezy1Xg9MHr6rgQf0AuYMcv/idRvAZ9ba7UYR7qov2rAtjMXPl6daS89J+j+uTCedIYVUcvC+Plitme17zARJYg==",
2939
+ "version": "10.3.1",
2940
+ "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-10.3.1.tgz",
2941
+ "integrity": "sha512-qOy3Mqp10W8tD1hQiO6iuqDRE89gTdylIoxlkySK2/4RXGp8oUJm4ulpoIJzC2aw7ZDAvt8Yx47Z6osDfCBEvw==",
2942
+ "deprecated": "n-logger is no longer supported. It will get security patches up until 2023-10-20. You should migrate to Reliability Kit Logger before this date https://github.com/Financial-Times/dotcom-reliability-kit/tree/main/packages/logger",
2843
2943
  "dev": true,
2944
+ "hasInstallScript": true,
2844
2945
  "dependencies": {
2845
2946
  "json-stringify-safe": "^5.0.1",
2846
- "node-fetch": "^2.6.0",
2847
- "winston": "^2.4.0"
2947
+ "node-fetch": "^2.6.7",
2948
+ "winston": "^2.4.6"
2848
2949
  },
2849
2950
  "engines": {
2850
- "node": "12.x"
2951
+ "node": "14.x || 16.x || 18.x",
2952
+ "npm": "7.x || 8.x"
2953
+ }
2954
+ },
2955
+ "node_modules/@financial-times/n-logger/node_modules/node-fetch": {
2956
+ "version": "2.6.11",
2957
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
2958
+ "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
2959
+ "dev": true,
2960
+ "dependencies": {
2961
+ "whatwg-url": "^5.0.0"
2962
+ },
2963
+ "engines": {
2964
+ "node": "4.x || >=6.0.0"
2965
+ },
2966
+ "peerDependencies": {
2967
+ "encoding": "^0.1.0"
2968
+ },
2969
+ "peerDependenciesMeta": {
2970
+ "encoding": {
2971
+ "optional": true
2972
+ }
2851
2973
  }
2852
2974
  },
2853
2975
  "node_modules/@financial-times/n-notification": {
@@ -2889,18 +3011,20 @@
2889
3011
  }
2890
3012
  },
2891
3013
  "node_modules/@financial-times/n-raven": {
2892
- "version": "5.0.2",
2893
- "resolved": "https://registry.npmjs.org/@financial-times/n-raven/-/n-raven-5.0.2.tgz",
2894
- "integrity": "sha512-ML+aHX+jSe7K5LiHUiO43VHIz7Vhkw8ky1k8IY59SEtjLdmTh3e0pppmLSnFHs7V8Y8Za25l7Mwzc13HP7eEQg==",
3014
+ "version": "6.3.1",
3015
+ "resolved": "https://registry.npmjs.org/@financial-times/n-raven/-/n-raven-6.3.1.tgz",
3016
+ "integrity": "sha512-mJ8T7uRWMqT1wz4VJQc799e93R+DUW2HPMQgk+mEMNPIHfQ/tXxOlypaGsAs3QQ1ynKOd98MVA91H4pDw1WSCg==",
3017
+ "deprecated": "n-raven is no longer supported, you should migrate away from Sentry and use Reliability Kit’s crash handler. See the migration guide https://financialtimes.atlassian.net/l/cp/E0uWYf1y",
2895
3018
  "dev": true,
2896
3019
  "hasInstallScript": true,
2897
3020
  "dependencies": {
2898
- "@financial-times/n-logger": "^8.0.0",
3021
+ "@dotcom-reliability-kit/log-error": "^1.3.0",
3022
+ "@financial-times/n-logger": "^10.2.0",
2899
3023
  "raven": "^2.3.0"
2900
3024
  },
2901
3025
  "engines": {
2902
- "node": "12.x",
2903
- "npm": "7.x || 8.x"
3026
+ "node": "14.x || 16.x || 18.x",
3027
+ "npm": "7.x || 8.x || 9.x"
2904
3028
  }
2905
3029
  },
2906
3030
  "node_modules/@financial-times/o-brand": {
@@ -6334,7 +6458,7 @@
6334
6458
  "node_modules/charenc": {
6335
6459
  "version": "0.0.2",
6336
6460
  "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
6337
- "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
6461
+ "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
6338
6462
  "dev": true,
6339
6463
  "engines": {
6340
6464
  "node": "*"
@@ -7401,7 +7525,7 @@
7401
7525
  "node_modules/crypt": {
7402
7526
  "version": "0.0.2",
7403
7527
  "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
7404
- "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
7528
+ "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
7405
7529
  "dev": true,
7406
7530
  "engines": {
7407
7531
  "node": "*"
@@ -13459,12 +13583,6 @@
13459
13583
  "yallist": "^3.0.2"
13460
13584
  }
13461
13585
  },
13462
- "node_modules/lsmod": {
13463
- "version": "1.0.0",
13464
- "resolved": "https://registry.npmjs.org/lsmod/-/lsmod-1.0.0.tgz",
13465
- "integrity": "sha1-mgD3bco26yP6BTUK/htYXUKZ5ks=",
13466
- "dev": true
13467
- },
13468
13586
  "node_modules/make-dir": {
13469
13587
  "version": "1.3.0",
13470
13588
  "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
@@ -14332,9 +14450,9 @@
14332
14450
  "dev": true
14333
14451
  },
14334
14452
  "node_modules/moment": {
14335
- "version": "2.29.2",
14336
- "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
14337
- "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==",
14453
+ "version": "2.29.4",
14454
+ "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
14455
+ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==",
14338
14456
  "dev": true,
14339
14457
  "engines": {
14340
14458
  "node": "*"
@@ -14373,88 +14491,43 @@
14373
14491
  "dev": true
14374
14492
  },
14375
14493
  "node_modules/n-eager-fetch": {
14376
- "version": "2.2.1",
14377
- "resolved": "https://registry.npmjs.org/n-eager-fetch/-/n-eager-fetch-2.2.1.tgz",
14378
- "integrity": "sha1-Zbs8lU8rtKXKHdxuHIgDQLnv9e8=",
14494
+ "version": "7.0.0",
14495
+ "resolved": "https://registry.npmjs.org/n-eager-fetch/-/n-eager-fetch-7.0.0.tgz",
14496
+ "integrity": "sha512-DTc5kbvZXtveGOWZnghm4nHzd+By13uYH6XviFsShl//7Bq1L1YYsH+DKxpqGKnfINIKlgkterB32/rwM6qI/g==",
14379
14497
  "dev": true,
14498
+ "hasInstallScript": true,
14380
14499
  "dependencies": {
14381
- "@financial-times/n-logger": "^5.3.0",
14382
- "isomorphic-fetch": "^2.1.1",
14500
+ "isomorphic-fetch": "^3.0.0",
14383
14501
  "npm-prepublish": "^1.2.2"
14384
- }
14385
- },
14386
- "node_modules/n-eager-fetch/node_modules/@financial-times/n-logger": {
14387
- "version": "5.7.2",
14388
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-5.7.2.tgz",
14389
- "integrity": "sha1-tR/WW6c4FdklaEQUl2yQOIUZsU8=",
14390
- "dev": true,
14391
- "dependencies": {
14392
- "isomorphic-fetch": "^2.2.1",
14393
- "request": "^2.83.0",
14394
- "winston": "^2.4.0"
14395
14502
  },
14396
14503
  "engines": {
14397
- "node": ">=6.1.0"
14398
- }
14399
- },
14400
- "node_modules/n-eager-fetch/node_modules/isomorphic-fetch": {
14401
- "version": "2.2.1",
14402
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
14403
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
14404
- "dev": true,
14405
- "dependencies": {
14406
- "node-fetch": "^1.0.1",
14407
- "whatwg-fetch": ">=0.10.0"
14408
- }
14409
- },
14410
- "node_modules/n-eager-fetch/node_modules/node-fetch": {
14411
- "version": "1.7.3",
14412
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
14413
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
14414
- "dev": true,
14415
- "dependencies": {
14416
- "encoding": "^0.1.11",
14417
- "is-stream": "^1.0.1"
14504
+ "node": "16.x",
14505
+ "npm": "7.x || 8.x"
14418
14506
  }
14419
14507
  },
14420
14508
  "node_modules/n-health": {
14421
- "version": "5.0.6",
14422
- "resolved": "https://registry.npmjs.org/n-health/-/n-health-5.0.6.tgz",
14423
- "integrity": "sha512-/WbW/YQkCtjEuq3PGoeH2bd8hRhQtchmP2BO3xMAL9J2RGeDNd0GTFboQuW+gGE+36RWDFXO6fM0s5sH7RgPtA==",
14509
+ "version": "10.0.0",
14510
+ "resolved": "https://registry.npmjs.org/n-health/-/n-health-10.0.0.tgz",
14511
+ "integrity": "sha512-BX0Dcnyb3s+B0VLW+zRLixKV0zUW70AjtvuQLXTExN0ZeBUzQlGbm3vRdelZa99VoXm5RjIT+G8bix2z6q55tw==",
14424
14512
  "dev": true,
14425
14513
  "hasInstallScript": true,
14426
14514
  "dependencies": {
14427
- "@financial-times/n-logger": "^6.0.0",
14428
- "@financial-times/n-raven": "^2.1.0",
14515
+ "@financial-times/n-logger": "^10.2.0",
14429
14516
  "aws-sdk": "^2.6.10",
14430
14517
  "fetchres": "^1.5.1",
14431
- "moment": "^2.15.1",
14518
+ "moment": "^2.29.4",
14432
14519
  "ms": "^2.0.0",
14433
- "node-fetch": "^1.5.1"
14520
+ "node-fetch": "^2.6.7"
14434
14521
  },
14435
14522
  "engines": {
14436
- "node": "12.x",
14523
+ "node": "16.x",
14437
14524
  "npm": "7.x || 8.x"
14438
14525
  }
14439
14526
  },
14440
- "node_modules/n-health/node_modules/@financial-times/n-logger": {
14441
- "version": "6.2.0",
14442
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-6.2.0.tgz",
14443
- "integrity": "sha512-FTzinevWoQ/co6wQ16mCluJ5FfqaeSIZG1bvsphXLnEaGN5P5LeWd3ytTljAf85qlP/If4tcgqDd8Uhf7EWRuA==",
14444
- "dev": true,
14445
- "dependencies": {
14446
- "json-stringify-safe": "^5.0.1",
14447
- "node-fetch": "^2.6.0",
14448
- "winston": "^2.4.0"
14449
- },
14450
- "engines": {
14451
- "node": ">=6.1.0"
14452
- }
14453
- },
14454
- "node_modules/n-health/node_modules/@financial-times/n-logger/node_modules/node-fetch": {
14455
- "version": "2.6.7",
14456
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
14457
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
14527
+ "node_modules/n-health/node_modules/node-fetch": {
14528
+ "version": "2.6.11",
14529
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
14530
+ "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
14458
14531
  "dev": true,
14459
14532
  "dependencies": {
14460
14533
  "whatwg-url": "^5.0.0"
@@ -14471,98 +14544,6 @@
14471
14544
  }
14472
14545
  }
14473
14546
  },
14474
- "node_modules/n-health/node_modules/@financial-times/n-raven": {
14475
- "version": "2.2.4",
14476
- "resolved": "https://registry.npmjs.org/@financial-times/n-raven/-/n-raven-2.2.4.tgz",
14477
- "integrity": "sha1-MlnpSI/bI+30pDvc8hy4H6O+2mc=",
14478
- "dev": true,
14479
- "dependencies": {
14480
- "@financial-times/n-logger": "^5.0.2",
14481
- "fetchres": "^1.5.1",
14482
- "raven": "^0.12.0"
14483
- }
14484
- },
14485
- "node_modules/n-health/node_modules/@financial-times/n-raven/node_modules/@financial-times/n-logger": {
14486
- "version": "5.7.2",
14487
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-5.7.2.tgz",
14488
- "integrity": "sha1-tR/WW6c4FdklaEQUl2yQOIUZsU8=",
14489
- "dev": true,
14490
- "dependencies": {
14491
- "isomorphic-fetch": "^2.2.1",
14492
- "request": "^2.83.0",
14493
- "winston": "^2.4.0"
14494
- },
14495
- "engines": {
14496
- "node": ">=6.1.0"
14497
- }
14498
- },
14499
- "node_modules/n-health/node_modules/cookie": {
14500
- "version": "0.3.1",
14501
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
14502
- "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
14503
- "dev": true,
14504
- "engines": {
14505
- "node": ">= 0.6"
14506
- }
14507
- },
14508
- "node_modules/n-health/node_modules/isomorphic-fetch": {
14509
- "version": "2.2.1",
14510
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
14511
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
14512
- "dev": true,
14513
- "dependencies": {
14514
- "node-fetch": "^1.0.1",
14515
- "whatwg-fetch": ">=0.10.0"
14516
- }
14517
- },
14518
- "node_modules/n-health/node_modules/node-fetch": {
14519
- "version": "1.7.3",
14520
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
14521
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
14522
- "dev": true,
14523
- "dependencies": {
14524
- "encoding": "^0.1.11",
14525
- "is-stream": "^1.0.1"
14526
- }
14527
- },
14528
- "node_modules/n-health/node_modules/raven": {
14529
- "version": "0.12.3",
14530
- "resolved": "https://registry.npmjs.org/raven/-/raven-0.12.3.tgz",
14531
- "integrity": "sha1-GnDwSiJA0pHYNgO0AWLEutpxMlw=",
14532
- "dev": true,
14533
- "dependencies": {
14534
- "cookie": "0.3.1",
14535
- "json-stringify-safe": "5.0.1",
14536
- "lsmod": "1.0.0",
14537
- "stack-trace": "0.0.9",
14538
- "uuid": "3.0.0"
14539
- },
14540
- "bin": {
14541
- "raven": "bin/raven"
14542
- },
14543
- "engines": {
14544
- "node": ">= 0.8.0"
14545
- }
14546
- },
14547
- "node_modules/n-health/node_modules/stack-trace": {
14548
- "version": "0.0.9",
14549
- "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz",
14550
- "integrity": "sha1-qPbq7KkGdMMz58Q5U/J1tFFRBpU=",
14551
- "dev": true,
14552
- "engines": {
14553
- "node": "*"
14554
- }
14555
- },
14556
- "node_modules/n-health/node_modules/uuid": {
14557
- "version": "3.0.0",
14558
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz",
14559
- "integrity": "sha1-Zyj8BFnEUNeWqZwxg3VpvfZy1yg=",
14560
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
14561
- "dev": true,
14562
- "bin": {
14563
- "uuid": "bin/uuid"
14564
- }
14565
- },
14566
14547
  "node_modules/n-ui-foundations": {
14567
14548
  "version": "9.0.0",
14568
14549
  "resolved": "https://registry.npmjs.org/n-ui-foundations/-/n-ui-foundations-9.0.0.tgz",
@@ -14692,55 +14673,21 @@
14692
14673
  "dev": true
14693
14674
  },
14694
14675
  "node_modules/next-metrics": {
14695
- "version": "6.0.2",
14696
- "resolved": "https://registry.npmjs.org/next-metrics/-/next-metrics-6.0.2.tgz",
14697
- "integrity": "sha512-ylp9y08eqiReBwkV7qZfC4IFFD7qpLTbyLIG805TltuaDzQqN6BTLsTCk52e9dFmP8/7u4rdFbS1ZHNaRy7ijw==",
14676
+ "version": "9.3.0",
14677
+ "resolved": "https://registry.npmjs.org/next-metrics/-/next-metrics-9.3.0.tgz",
14678
+ "integrity": "sha512-4oiciais1abBmZ56NDcvKfJlWsV67freZc/XDFEgBJrvufv/5RswR9NoeazjCr3HyKhEyxrlEgr1qi1ZQIwRRg==",
14698
14679
  "dev": true,
14699
14680
  "hasInstallScript": true,
14700
14681
  "dependencies": {
14701
- "@financial-times/n-logger": "^5.5.6",
14682
+ "@financial-times/n-logger": "^10.2.0",
14702
14683
  "lodash": "^4.17.21",
14703
14684
  "metrics": "^0.1.8"
14704
14685
  },
14705
14686
  "engines": {
14706
- "node": "14.x || 16.x",
14687
+ "node": "16.x",
14707
14688
  "npm": "7.x || 8.x"
14708
14689
  }
14709
14690
  },
14710
- "node_modules/next-metrics/node_modules/@financial-times/n-logger": {
14711
- "version": "5.7.2",
14712
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-5.7.2.tgz",
14713
- "integrity": "sha1-tR/WW6c4FdklaEQUl2yQOIUZsU8=",
14714
- "dev": true,
14715
- "dependencies": {
14716
- "isomorphic-fetch": "^2.2.1",
14717
- "request": "^2.83.0",
14718
- "winston": "^2.4.0"
14719
- },
14720
- "engines": {
14721
- "node": ">=6.1.0"
14722
- }
14723
- },
14724
- "node_modules/next-metrics/node_modules/isomorphic-fetch": {
14725
- "version": "2.2.1",
14726
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
14727
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
14728
- "dev": true,
14729
- "dependencies": {
14730
- "node-fetch": "^1.0.1",
14731
- "whatwg-fetch": ">=0.10.0"
14732
- }
14733
- },
14734
- "node_modules/next-metrics/node_modules/node-fetch": {
14735
- "version": "1.7.3",
14736
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
14737
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
14738
- "dev": true,
14739
- "dependencies": {
14740
- "encoding": "^0.1.11",
14741
- "is-stream": "^1.0.1"
14742
- }
14743
- },
14744
14691
  "node_modules/next-myft-client": {
14745
14692
  "version": "10.3.0",
14746
14693
  "resolved": "https://registry.npmjs.org/next-myft-client/-/next-myft-client-10.3.0.tgz",
@@ -18225,6 +18172,7 @@
18225
18172
  "version": "2.6.4",
18226
18173
  "resolved": "https://registry.npmjs.org/raven/-/raven-2.6.4.tgz",
18227
18174
  "integrity": "sha512-6PQdfC4+DQSFncowthLf+B6Hr0JpPsFBgTVYTAOq7tCmx/kR4SXbeawtPch20+3QfUcQDoJBLjWW1ybvZ4kXTw==",
18175
+ "deprecated": "Please upgrade to @sentry/node. See the migration guide https://bit.ly/3ybOlo7",
18228
18176
  "dev": true,
18229
18177
  "dependencies": {
18230
18178
  "cookie": "0.3.1",
@@ -18249,7 +18197,7 @@
18249
18197
  "node_modules/raven/node_modules/cookie": {
18250
18198
  "version": "0.3.1",
18251
18199
  "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
18252
- "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
18200
+ "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==",
18253
18201
  "dev": true,
18254
18202
  "engines": {
18255
18203
  "node": ">= 0.6"
@@ -23745,12 +23693,12 @@
23745
23693
  "dev": true
23746
23694
  },
23747
23695
  "node_modules/winston": {
23748
- "version": "2.4.5",
23749
- "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.5.tgz",
23750
- "integrity": "sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A==",
23696
+ "version": "2.4.7",
23697
+ "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.7.tgz",
23698
+ "integrity": "sha512-vLB4BqzCKDnnZH9PHGoS2ycawueX4HLqENXQitvFHczhgW2vFpSOn31LZtVr1KU8YTw7DS4tM+cqyovxo8taVg==",
23751
23699
  "dev": true,
23752
23700
  "dependencies": {
23753
- "async": "~1.0.0",
23701
+ "async": "^2.6.4",
23754
23702
  "colors": "1.0.x",
23755
23703
  "cycle": "1.0.x",
23756
23704
  "eyes": "0.1.x",
@@ -23762,10 +23710,13 @@
23762
23710
  }
23763
23711
  },
23764
23712
  "node_modules/winston/node_modules/async": {
23765
- "version": "1.0.0",
23766
- "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
23767
- "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=",
23768
- "dev": true
23713
+ "version": "2.6.4",
23714
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
23715
+ "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
23716
+ "dev": true,
23717
+ "dependencies": {
23718
+ "lodash": "^4.17.14"
23719
+ }
23769
23720
  },
23770
23721
  "node_modules/winston/node_modules/colors": {
23771
23722
  "version": "1.0.3",
@@ -25381,10 +25332,60 @@
25381
25332
  "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
25382
25333
  "dev": true
25383
25334
  },
25335
+ "@dotcom-reliability-kit/app-info": {
25336
+ "version": "1.2.1",
25337
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/app-info/-/app-info-1.2.1.tgz",
25338
+ "integrity": "sha512-s0iw2atEpXv/ScRC8GROkubMRJszWwfhzesVFvo85BlcARUik/QS8AqAEXQCaHJibi+P/RqGJl0AW1LVbTv3yQ==",
25339
+ "dev": true
25340
+ },
25341
+ "@dotcom-reliability-kit/errors": {
25342
+ "version": "2.1.0",
25343
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/errors/-/errors-2.1.0.tgz",
25344
+ "integrity": "sha512-wLwrxdmcqlE1Qydklpyug63ihfmj3Nl8FRcnPNN4HbE6e7aOBpcriI3kr+qeMZy4YuTPjUU4gJKkjosYkt58ZA==",
25345
+ "dev": true
25346
+ },
25347
+ "@dotcom-reliability-kit/log-error": {
25348
+ "version": "1.5.4",
25349
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/log-error/-/log-error-1.5.4.tgz",
25350
+ "integrity": "sha512-3zzv25cF1y0g6pstLkAdnE/7x36PpJbD+9oukN6FZg3zktAY6/IkmrJAziJiZ5qFAhoGnmAxr9xKMIW0gFR3Dw==",
25351
+ "dev": true,
25352
+ "requires": {
25353
+ "@dotcom-reliability-kit/app-info": "^1.2.1",
25354
+ "@dotcom-reliability-kit/serialize-error": "^1.1.4",
25355
+ "@dotcom-reliability-kit/serialize-request": "^1.1.1",
25356
+ "@financial-times/n-logger": "^10.3.1"
25357
+ },
25358
+ "dependencies": {
25359
+ "@dotcom-reliability-kit/serialize-error": {
25360
+ "version": "1.1.4",
25361
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-error/-/serialize-error-1.1.4.tgz",
25362
+ "integrity": "sha512-5pi/4exUhAP6PTaLzl+3H4Q2lD61C7mZOGWpVWQ5lQmJUq2ilUFo+r3tlfv1GY6sUTmlSUGRkkR+YC3GeJSfVA==",
25363
+ "dev": true
25364
+ },
25365
+ "@dotcom-reliability-kit/serialize-request": {
25366
+ "version": "1.1.1",
25367
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-request/-/serialize-request-1.1.1.tgz",
25368
+ "integrity": "sha512-JcTAVQ3rmqp+yHxmG2Z1IdjKTAPFIkbThcM8yzagY0qn5k/cfkc3EZGeFdEJ2LiLC3V182xwC2vd4ON8pENi9w==",
25369
+ "dev": true
25370
+ }
25371
+ }
25372
+ },
25373
+ "@dotcom-reliability-kit/serialize-error": {
25374
+ "version": "2.1.0",
25375
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-error/-/serialize-error-2.1.0.tgz",
25376
+ "integrity": "sha512-JYgnyvds/FZ0KJVRtOAsk9skue5i/vDBkRvQQg5Q/xlbwLdeUSAtD3XXBtlaohHov8kY7/I9UaXcoG6zXZ3a5Q==",
25377
+ "dev": true
25378
+ },
25379
+ "@dotcom-reliability-kit/serialize-request": {
25380
+ "version": "2.2.0",
25381
+ "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/serialize-request/-/serialize-request-2.2.0.tgz",
25382
+ "integrity": "sha512-jM8GWWFzBFAXVkv1PPssAFC7mZLoEac9LV5HIINKmhxxe+av3eXJH53MwNQUARMqrIA3Hm7D7khT4L5gnuGcDg==",
25383
+ "dev": true
25384
+ },
25384
25385
  "@financial-times/dotcom-build-base": {
25385
- "version": "7.2.7",
25386
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-base/-/dotcom-build-base-7.2.7.tgz",
25387
- "integrity": "sha512-6nlmpK6gbBWeyjjtINupmfOUi8ZC9MzjFPo7UaqmhoNZpKPqIAqfMmcJ73AgNiB3rvf0pqShxTMAjmgJ9jmb5A==",
25386
+ "version": "8.1.0",
25387
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-base/-/dotcom-build-base-8.1.0.tgz",
25388
+ "integrity": "sha512-+wFFf4nW0IEEK2AAwE0LBiGkB89fFr0Skya1rDjt0I/c7AtrVynCGgi7eKNIxUPoOQ5NLKurSpD2D4rnjT+oHw==",
25388
25389
  "dev": true,
25389
25390
  "requires": {
25390
25391
  "clean-webpack-plugin": "^3.0.0",
@@ -25393,9 +25394,9 @@
25393
25394
  }
25394
25395
  },
25395
25396
  "@financial-times/dotcom-build-code-splitting": {
25396
- "version": "7.2.7",
25397
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-code-splitting/-/dotcom-build-code-splitting-7.2.7.tgz",
25398
- "integrity": "sha512-LR8btnpPxe0Bb/yDNTQD9Owr1TPks2DEyI+j5PMxngwstv+Pw4Wh3d5dxEGvDZIukFjh6IcTFBtzYhxLMLyIlQ==",
25397
+ "version": "8.1.0",
25398
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-code-splitting/-/dotcom-build-code-splitting-8.1.0.tgz",
25399
+ "integrity": "sha512-eJjmcA5WkJxDri/m7sOp+zsWyr/SFV3VncnFK7W1RxNuSqe3gzVxt8x8dqNkcllbYP27K2+vcDRm+AZf+ETUvw==",
25399
25400
  "dev": true,
25400
25401
  "requires": {
25401
25402
  "assign-deep": "^1.0.1",
@@ -25406,9 +25407,9 @@
25406
25407
  }
25407
25408
  },
25408
25409
  "@financial-times/dotcom-build-js": {
25409
- "version": "7.2.7",
25410
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-js/-/dotcom-build-js-7.2.7.tgz",
25411
- "integrity": "sha512-EOvt+np7chJR9T830rRQ8oxJX/aObBAxCGCG0LwDdM6WhUfDibCMbsL72zyRLjXImusCWSbSkpP+dNLfKGt3/A==",
25410
+ "version": "8.1.0",
25411
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-js/-/dotcom-build-js-8.1.0.tgz",
25412
+ "integrity": "sha512-n3I74rX1lS2TH8y92Tq7QEVjeL7faAwfHbPFEd9GPezrHlq9AeynWYHtbaao8d2Jnrlx4skAY6p0FDnXhUQd4w==",
25412
25413
  "dev": true,
25413
25414
  "requires": {
25414
25415
  "@babel/core": "^7.8.7",
@@ -25511,9 +25512,9 @@
25511
25512
  }
25512
25513
  },
25513
25514
  "@financial-times/dotcom-build-sass": {
25514
- "version": "7.2.7",
25515
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-sass/-/dotcom-build-sass-7.2.7.tgz",
25516
- "integrity": "sha512-5KRY8lu5AMArleAYEnAE6ytMMoHmZtEnlYt6drGf+3ohWdu9nDtvYaRE2AxA6Xg1wdB26QXKtmwUkWyqmX8XlQ==",
25515
+ "version": "8.1.0",
25516
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-build-sass/-/dotcom-build-sass-8.1.0.tgz",
25517
+ "integrity": "sha512-1L/jgcHmDAARp9moqwjaiJ7PFB/4qNhgNSL0asYMaoPVrsofZP8pRz5v3B7CKU/YQtdz6Hy9A2EoIPMkxMvIAQ==",
25517
25518
  "dev": true,
25518
25519
  "requires": {
25519
25520
  "autoprefixer": "^10.2.5",
@@ -25827,9 +25828,9 @@
25827
25828
  }
25828
25829
  },
25829
25830
  "@financial-times/dotcom-server-handlebars": {
25830
- "version": "7.2.7",
25831
- "resolved": "https://registry.npmjs.org/@financial-times/dotcom-server-handlebars/-/dotcom-server-handlebars-7.2.7.tgz",
25832
- "integrity": "sha512-QBUeuhVLhJPZdpCeQUzmecFpGo55Gwn5DekYfjDefQ9p7Kts2hT6hgLDA2VuIakFX6Mlgf2Hs4qlD27b6uA0bw==",
25831
+ "version": "8.1.0",
25832
+ "resolved": "https://registry.npmjs.org/@financial-times/dotcom-server-handlebars/-/dotcom-server-handlebars-8.1.0.tgz",
25833
+ "integrity": "sha512-J1r9y0as6CIcrZ/JW6t6BA3/PRrsVebGVkyzn8FmJyceedH65GX5uH9GXwDDoReW6HbqiJqayv13zWU29USYYg==",
25833
25834
  "dev": true,
25834
25835
  "requires": {
25835
25836
  "@types/glob": "^7.1.1",
@@ -25865,20 +25866,50 @@
25865
25866
  "requires": {}
25866
25867
  },
25867
25868
  "@financial-times/n-express": {
25868
- "version": "23.0.2",
25869
- "resolved": "https://registry.npmjs.org/@financial-times/n-express/-/n-express-23.0.2.tgz",
25870
- "integrity": "sha512-ZPSGAMRryMitJz3govyXyi33lY1BDxIfRuHhzSCgqaNYWMQmulLh17o1bFyiUiTtdP9Lb4x3jI85uSO7uHWLww==",
25869
+ "version": "27.5.0",
25870
+ "resolved": "https://registry.npmjs.org/@financial-times/n-express/-/n-express-27.5.0.tgz",
25871
+ "integrity": "sha512-5B+6mERRMvF/mUs5d2XDHKYXLke1BaKk0q00rJQ9yqY7Ti998qA0DYCKT60MVDhEeyqQzsVEcniadDnl1LcaTg==",
25871
25872
  "dev": true,
25872
25873
  "requires": {
25873
- "@financial-times/n-flags-client": "^10.0.0",
25874
- "@financial-times/n-logger": "^8.0.0",
25875
- "@financial-times/n-raven": "^5.0.0",
25874
+ "@dotcom-reliability-kit/errors": "^2.0.0",
25875
+ "@dotcom-reliability-kit/serialize-error": "^2.0.0",
25876
+ "@dotcom-reliability-kit/serialize-request": "^2.0.0",
25877
+ "@financial-times/n-flags-client": "^13.0.0",
25878
+ "@financial-times/n-logger": "^10.2.0",
25879
+ "@financial-times/n-raven": "^6.3.0",
25876
25880
  "debounce": "^1.1.0",
25877
25881
  "denodeify": "^1.2.1",
25878
- "express": "^4.16.3",
25882
+ "express": "^4.17.3",
25879
25883
  "isomorphic-fetch": "^3.0.0",
25880
- "n-health": "^5.0.5",
25881
- "next-metrics": "^6.0.1"
25884
+ "n-health": "^10.0.0",
25885
+ "next-metrics": "^9.2.0",
25886
+ "semver": "^7.3.7"
25887
+ },
25888
+ "dependencies": {
25889
+ "lru-cache": {
25890
+ "version": "6.0.0",
25891
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
25892
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
25893
+ "dev": true,
25894
+ "requires": {
25895
+ "yallist": "^4.0.0"
25896
+ }
25897
+ },
25898
+ "semver": {
25899
+ "version": "7.5.3",
25900
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
25901
+ "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
25902
+ "dev": true,
25903
+ "requires": {
25904
+ "lru-cache": "^6.0.0"
25905
+ }
25906
+ },
25907
+ "yallist": {
25908
+ "version": "4.0.0",
25909
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
25910
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
25911
+ "dev": true
25912
+ }
25882
25913
  }
25883
25914
  },
25884
25915
  "@financial-times/n-fetch": {
@@ -25926,27 +25957,14 @@
25926
25957
  }
25927
25958
  },
25928
25959
  "@financial-times/n-flags-client": {
25929
- "version": "10.1.0",
25930
- "resolved": "https://registry.npmjs.org/@financial-times/n-flags-client/-/n-flags-client-10.1.0.tgz",
25931
- "integrity": "sha512-526t74bMX/gbU4ok5vp9pU6Lb7DBda5UISUIsw7nto8iapPX1WXBteTyBQdutfR+Mwl180fqkkeh45RcefWrog==",
25960
+ "version": "13.1.0",
25961
+ "resolved": "https://registry.npmjs.org/@financial-times/n-flags-client/-/n-flags-client-13.1.0.tgz",
25962
+ "integrity": "sha512-bFH8JCs9bzDvTynKmVYHcSsGikbYv9Uv/nk5PcnvOAcKtkvk3vMFE5/AxsK3cDYfJ9TAokNMaCzVM1hakZXKQQ==",
25932
25963
  "dev": true,
25933
25964
  "requires": {
25934
- "@financial-times/n-logger": "^6.0.0",
25935
- "n-eager-fetch": "^2.1.0",
25965
+ "@financial-times/n-logger": "^10.2.0",
25966
+ "n-eager-fetch": "^7.0.0",
25936
25967
  "vary": "^1.1.2"
25937
- },
25938
- "dependencies": {
25939
- "@financial-times/n-logger": {
25940
- "version": "6.2.0",
25941
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-6.2.0.tgz",
25942
- "integrity": "sha512-FTzinevWoQ/co6wQ16mCluJ5FfqaeSIZG1bvsphXLnEaGN5P5LeWd3ytTljAf85qlP/If4tcgqDd8Uhf7EWRuA==",
25943
- "dev": true,
25944
- "requires": {
25945
- "json-stringify-safe": "^5.0.1",
25946
- "node-fetch": "^2.6.0",
25947
- "winston": "^2.4.0"
25948
- }
25949
- }
25950
25968
  }
25951
25969
  },
25952
25970
  "@financial-times/n-gage": {
@@ -26088,14 +26106,25 @@
26088
26106
  }
26089
26107
  },
26090
26108
  "@financial-times/n-logger": {
26091
- "version": "8.0.1",
26092
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-8.0.1.tgz",
26093
- "integrity": "sha512-Ezy1Xg9MHr6rgQf0AuYMcv/idRvAZ9ba7UYR7qov2rAtjMXPl6daS89J+j+uTCedIYVUcvC+Plitme17zARJYg==",
26109
+ "version": "10.3.1",
26110
+ "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-10.3.1.tgz",
26111
+ "integrity": "sha512-qOy3Mqp10W8tD1hQiO6iuqDRE89gTdylIoxlkySK2/4RXGp8oUJm4ulpoIJzC2aw7ZDAvt8Yx47Z6osDfCBEvw==",
26094
26112
  "dev": true,
26095
26113
  "requires": {
26096
26114
  "json-stringify-safe": "^5.0.1",
26097
- "node-fetch": "^2.6.0",
26098
- "winston": "^2.4.0"
26115
+ "node-fetch": "^2.6.7",
26116
+ "winston": "^2.4.6"
26117
+ },
26118
+ "dependencies": {
26119
+ "node-fetch": {
26120
+ "version": "2.6.11",
26121
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
26122
+ "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
26123
+ "dev": true,
26124
+ "requires": {
26125
+ "whatwg-url": "^5.0.0"
26126
+ }
26127
+ }
26099
26128
  }
26100
26129
  },
26101
26130
  "@financial-times/n-notification": {
@@ -26124,12 +26153,13 @@
26124
26153
  }
26125
26154
  },
26126
26155
  "@financial-times/n-raven": {
26127
- "version": "5.0.2",
26128
- "resolved": "https://registry.npmjs.org/@financial-times/n-raven/-/n-raven-5.0.2.tgz",
26129
- "integrity": "sha512-ML+aHX+jSe7K5LiHUiO43VHIz7Vhkw8ky1k8IY59SEtjLdmTh3e0pppmLSnFHs7V8Y8Za25l7Mwzc13HP7eEQg==",
26156
+ "version": "6.3.1",
26157
+ "resolved": "https://registry.npmjs.org/@financial-times/n-raven/-/n-raven-6.3.1.tgz",
26158
+ "integrity": "sha512-mJ8T7uRWMqT1wz4VJQc799e93R+DUW2HPMQgk+mEMNPIHfQ/tXxOlypaGsAs3QQ1ynKOd98MVA91H4pDw1WSCg==",
26130
26159
  "dev": true,
26131
26160
  "requires": {
26132
- "@financial-times/n-logger": "^8.0.0",
26161
+ "@dotcom-reliability-kit/log-error": "^1.3.0",
26162
+ "@financial-times/n-logger": "^10.2.0",
26133
26163
  "raven": "^2.3.0"
26134
26164
  }
26135
26165
  },
@@ -29002,7 +29032,7 @@
29002
29032
  "charenc": {
29003
29033
  "version": "0.0.2",
29004
29034
  "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
29005
- "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
29035
+ "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
29006
29036
  "dev": true
29007
29037
  },
29008
29038
  "check-engine": {
@@ -29868,7 +29898,7 @@
29868
29898
  "crypt": {
29869
29899
  "version": "0.0.2",
29870
29900
  "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
29871
- "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
29901
+ "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
29872
29902
  "dev": true
29873
29903
  },
29874
29904
  "crypto-browserify": {
@@ -34704,12 +34734,6 @@
34704
34734
  "yallist": "^3.0.2"
34705
34735
  }
34706
34736
  },
34707
- "lsmod": {
34708
- "version": "1.0.0",
34709
- "resolved": "https://registry.npmjs.org/lsmod/-/lsmod-1.0.0.tgz",
34710
- "integrity": "sha1-mgD3bco26yP6BTUK/htYXUKZ5ks=",
34711
- "dev": true
34712
- },
34713
34737
  "make-dir": {
34714
34738
  "version": "1.3.0",
34715
34739
  "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
@@ -35406,9 +35430,9 @@
35406
35430
  "dev": true
35407
35431
  },
35408
35432
  "moment": {
35409
- "version": "2.29.2",
35410
- "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
35411
- "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==",
35433
+ "version": "2.29.4",
35434
+ "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
35435
+ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==",
35412
35436
  "dev": true
35413
35437
  },
35414
35438
  "move-concurrently": {
@@ -35444,160 +35468,37 @@
35444
35468
  "dev": true
35445
35469
  },
35446
35470
  "n-eager-fetch": {
35447
- "version": "2.2.1",
35448
- "resolved": "https://registry.npmjs.org/n-eager-fetch/-/n-eager-fetch-2.2.1.tgz",
35449
- "integrity": "sha1-Zbs8lU8rtKXKHdxuHIgDQLnv9e8=",
35471
+ "version": "7.0.0",
35472
+ "resolved": "https://registry.npmjs.org/n-eager-fetch/-/n-eager-fetch-7.0.0.tgz",
35473
+ "integrity": "sha512-DTc5kbvZXtveGOWZnghm4nHzd+By13uYH6XviFsShl//7Bq1L1YYsH+DKxpqGKnfINIKlgkterB32/rwM6qI/g==",
35450
35474
  "dev": true,
35451
35475
  "requires": {
35452
- "@financial-times/n-logger": "^5.3.0",
35453
- "isomorphic-fetch": "^2.1.1",
35476
+ "isomorphic-fetch": "^3.0.0",
35454
35477
  "npm-prepublish": "^1.2.2"
35455
- },
35456
- "dependencies": {
35457
- "@financial-times/n-logger": {
35458
- "version": "5.7.2",
35459
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-5.7.2.tgz",
35460
- "integrity": "sha1-tR/WW6c4FdklaEQUl2yQOIUZsU8=",
35461
- "dev": true,
35462
- "requires": {
35463
- "isomorphic-fetch": "^2.2.1",
35464
- "request": "^2.83.0",
35465
- "winston": "^2.4.0"
35466
- }
35467
- },
35468
- "isomorphic-fetch": {
35469
- "version": "2.2.1",
35470
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
35471
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
35472
- "dev": true,
35473
- "requires": {
35474
- "node-fetch": "^1.0.1",
35475
- "whatwg-fetch": ">=0.10.0"
35476
- }
35477
- },
35478
- "node-fetch": {
35479
- "version": "1.7.3",
35480
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
35481
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
35482
- "dev": true,
35483
- "requires": {
35484
- "encoding": "^0.1.11",
35485
- "is-stream": "^1.0.1"
35486
- }
35487
- }
35488
35478
  }
35489
35479
  },
35490
35480
  "n-health": {
35491
- "version": "5.0.6",
35492
- "resolved": "https://registry.npmjs.org/n-health/-/n-health-5.0.6.tgz",
35493
- "integrity": "sha512-/WbW/YQkCtjEuq3PGoeH2bd8hRhQtchmP2BO3xMAL9J2RGeDNd0GTFboQuW+gGE+36RWDFXO6fM0s5sH7RgPtA==",
35481
+ "version": "10.0.0",
35482
+ "resolved": "https://registry.npmjs.org/n-health/-/n-health-10.0.0.tgz",
35483
+ "integrity": "sha512-BX0Dcnyb3s+B0VLW+zRLixKV0zUW70AjtvuQLXTExN0ZeBUzQlGbm3vRdelZa99VoXm5RjIT+G8bix2z6q55tw==",
35494
35484
  "dev": true,
35495
35485
  "requires": {
35496
- "@financial-times/n-logger": "^6.0.0",
35497
- "@financial-times/n-raven": "^2.1.0",
35486
+ "@financial-times/n-logger": "^10.2.0",
35498
35487
  "aws-sdk": "^2.6.10",
35499
35488
  "fetchres": "^1.5.1",
35500
- "moment": "^2.15.1",
35489
+ "moment": "^2.29.4",
35501
35490
  "ms": "^2.0.0",
35502
- "node-fetch": "^1.5.1"
35491
+ "node-fetch": "^2.6.7"
35503
35492
  },
35504
35493
  "dependencies": {
35505
- "@financial-times/n-logger": {
35506
- "version": "6.2.0",
35507
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-6.2.0.tgz",
35508
- "integrity": "sha512-FTzinevWoQ/co6wQ16mCluJ5FfqaeSIZG1bvsphXLnEaGN5P5LeWd3ytTljAf85qlP/If4tcgqDd8Uhf7EWRuA==",
35509
- "dev": true,
35510
- "requires": {
35511
- "json-stringify-safe": "^5.0.1",
35512
- "node-fetch": "^2.6.0",
35513
- "winston": "^2.4.0"
35514
- },
35515
- "dependencies": {
35516
- "node-fetch": {
35517
- "version": "2.6.7",
35518
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
35519
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
35520
- "dev": true,
35521
- "requires": {
35522
- "whatwg-url": "^5.0.0"
35523
- }
35524
- }
35525
- }
35526
- },
35527
- "@financial-times/n-raven": {
35528
- "version": "2.2.4",
35529
- "resolved": "https://registry.npmjs.org/@financial-times/n-raven/-/n-raven-2.2.4.tgz",
35530
- "integrity": "sha1-MlnpSI/bI+30pDvc8hy4H6O+2mc=",
35531
- "dev": true,
35532
- "requires": {
35533
- "@financial-times/n-logger": "^5.0.2",
35534
- "fetchres": "^1.5.1",
35535
- "raven": "^0.12.0"
35536
- },
35537
- "dependencies": {
35538
- "@financial-times/n-logger": {
35539
- "version": "5.7.2",
35540
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-5.7.2.tgz",
35541
- "integrity": "sha1-tR/WW6c4FdklaEQUl2yQOIUZsU8=",
35542
- "dev": true,
35543
- "requires": {
35544
- "isomorphic-fetch": "^2.2.1",
35545
- "request": "^2.83.0",
35546
- "winston": "^2.4.0"
35547
- }
35548
- }
35549
- }
35550
- },
35551
- "cookie": {
35552
- "version": "0.3.1",
35553
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
35554
- "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
35555
- "dev": true
35556
- },
35557
- "isomorphic-fetch": {
35558
- "version": "2.2.1",
35559
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
35560
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
35561
- "dev": true,
35562
- "requires": {
35563
- "node-fetch": "^1.0.1",
35564
- "whatwg-fetch": ">=0.10.0"
35565
- }
35566
- },
35567
35494
  "node-fetch": {
35568
- "version": "1.7.3",
35569
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
35570
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
35495
+ "version": "2.6.11",
35496
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
35497
+ "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
35571
35498
  "dev": true,
35572
35499
  "requires": {
35573
- "encoding": "^0.1.11",
35574
- "is-stream": "^1.0.1"
35575
- }
35576
- },
35577
- "raven": {
35578
- "version": "0.12.3",
35579
- "resolved": "https://registry.npmjs.org/raven/-/raven-0.12.3.tgz",
35580
- "integrity": "sha1-GnDwSiJA0pHYNgO0AWLEutpxMlw=",
35581
- "dev": true,
35582
- "requires": {
35583
- "cookie": "0.3.1",
35584
- "json-stringify-safe": "5.0.1",
35585
- "lsmod": "1.0.0",
35586
- "stack-trace": "0.0.9",
35587
- "uuid": "3.0.0"
35500
+ "whatwg-url": "^5.0.0"
35588
35501
  }
35589
- },
35590
- "stack-trace": {
35591
- "version": "0.0.9",
35592
- "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz",
35593
- "integrity": "sha1-qPbq7KkGdMMz58Q5U/J1tFFRBpU=",
35594
- "dev": true
35595
- },
35596
- "uuid": {
35597
- "version": "3.0.0",
35598
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz",
35599
- "integrity": "sha1-Zyj8BFnEUNeWqZwxg3VpvfZy1yg=",
35600
- "dev": true
35601
35502
  }
35602
35503
  }
35603
35504
  },
@@ -35692,47 +35593,14 @@
35692
35593
  "dev": true
35693
35594
  },
35694
35595
  "next-metrics": {
35695
- "version": "6.0.2",
35696
- "resolved": "https://registry.npmjs.org/next-metrics/-/next-metrics-6.0.2.tgz",
35697
- "integrity": "sha512-ylp9y08eqiReBwkV7qZfC4IFFD7qpLTbyLIG805TltuaDzQqN6BTLsTCk52e9dFmP8/7u4rdFbS1ZHNaRy7ijw==",
35596
+ "version": "9.3.0",
35597
+ "resolved": "https://registry.npmjs.org/next-metrics/-/next-metrics-9.3.0.tgz",
35598
+ "integrity": "sha512-4oiciais1abBmZ56NDcvKfJlWsV67freZc/XDFEgBJrvufv/5RswR9NoeazjCr3HyKhEyxrlEgr1qi1ZQIwRRg==",
35698
35599
  "dev": true,
35699
35600
  "requires": {
35700
- "@financial-times/n-logger": "^5.5.6",
35601
+ "@financial-times/n-logger": "^10.2.0",
35701
35602
  "lodash": "^4.17.21",
35702
35603
  "metrics": "^0.1.8"
35703
- },
35704
- "dependencies": {
35705
- "@financial-times/n-logger": {
35706
- "version": "5.7.2",
35707
- "resolved": "https://registry.npmjs.org/@financial-times/n-logger/-/n-logger-5.7.2.tgz",
35708
- "integrity": "sha1-tR/WW6c4FdklaEQUl2yQOIUZsU8=",
35709
- "dev": true,
35710
- "requires": {
35711
- "isomorphic-fetch": "^2.2.1",
35712
- "request": "^2.83.0",
35713
- "winston": "^2.4.0"
35714
- }
35715
- },
35716
- "isomorphic-fetch": {
35717
- "version": "2.2.1",
35718
- "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
35719
- "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
35720
- "dev": true,
35721
- "requires": {
35722
- "node-fetch": "^1.0.1",
35723
- "whatwg-fetch": ">=0.10.0"
35724
- }
35725
- },
35726
- "node-fetch": {
35727
- "version": "1.7.3",
35728
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
35729
- "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
35730
- "dev": true,
35731
- "requires": {
35732
- "encoding": "^0.1.11",
35733
- "is-stream": "^1.0.1"
35734
- }
35735
- }
35736
35604
  }
35737
35605
  },
35738
35606
  "next-myft-client": {
@@ -38599,7 +38467,7 @@
38599
38467
  "cookie": {
38600
38468
  "version": "0.3.1",
38601
38469
  "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
38602
- "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
38470
+ "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==",
38603
38471
  "dev": true
38604
38472
  }
38605
38473
  }
@@ -42919,12 +42787,12 @@
42919
42787
  "dev": true
42920
42788
  },
42921
42789
  "winston": {
42922
- "version": "2.4.5",
42923
- "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.5.tgz",
42924
- "integrity": "sha512-TWoamHt5yYvsMarGlGEQE59SbJHqGsZV8/lwC+iCcGeAe0vUaOh+Lv6SYM17ouzC/a/LB1/hz/7sxFBtlu1l4A==",
42790
+ "version": "2.4.7",
42791
+ "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.7.tgz",
42792
+ "integrity": "sha512-vLB4BqzCKDnnZH9PHGoS2ycawueX4HLqENXQitvFHczhgW2vFpSOn31LZtVr1KU8YTw7DS4tM+cqyovxo8taVg==",
42925
42793
  "dev": true,
42926
42794
  "requires": {
42927
- "async": "~1.0.0",
42795
+ "async": "^2.6.4",
42928
42796
  "colors": "1.0.x",
42929
42797
  "cycle": "1.0.x",
42930
42798
  "eyes": "0.1.x",
@@ -42933,10 +42801,13 @@
42933
42801
  },
42934
42802
  "dependencies": {
42935
42803
  "async": {
42936
- "version": "1.0.0",
42937
- "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
42938
- "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=",
42939
- "dev": true
42804
+ "version": "2.6.4",
42805
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
42806
+ "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
42807
+ "dev": true,
42808
+ "requires": {
42809
+ "lodash": "^4.17.14"
42810
+ }
42940
42811
  },
42941
42812
  "colors": {
42942
42813
  "version": "1.0.3",