@financial-times/dotcom-server-navigation 10.2.0 → 10.3.1

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.
@@ -676,6 +676,11 @@
676
676
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
677
677
  "affectsGlobalScope": false
678
678
  },
679
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
680
+ "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
681
+ "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
682
+ "affectsGlobalScope": false
683
+ },
679
684
  "../../../node_modules/@types/mdast/index.d.ts": {
680
685
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
681
686
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1174,6 +1179,9 @@
1174
1179
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1175
1180
  "../../../node_modules/pretty-format/build/index.d.ts"
1176
1181
  ],
1182
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1183
+ "../../../node_modules/@types/lodash/index.d.ts"
1184
+ ],
1177
1185
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1178
1186
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1179
1187
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -1950,6 +1958,9 @@
1950
1958
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1951
1959
  "../../../node_modules/pretty-format/build/index.d.ts"
1952
1960
  ],
1961
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1962
+ "../../../node_modules/@types/lodash/index.d.ts"
1963
+ ],
1953
1964
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1954
1965
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1955
1966
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2676,6 +2687,7 @@
2676
2687
  "../../../node_modules/@types/jest/index.d.ts",
2677
2688
  "../../../node_modules/@types/json-schema/index.d.ts",
2678
2689
  "../../../node_modules/@types/json5/index.d.ts",
2690
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2679
2691
  "../../../node_modules/@types/lodash/common/array.d.ts",
2680
2692
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2681
2693
  "../../../node_modules/@types/lodash/common/common.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-server-navigation",
3
- "version": "10.2.0",
3
+ "version": "10.3.1",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "dist/node/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@financial-times/dotcom-types-navigation": "^10.2.0",
21
+ "@financial-times/dotcom-types-navigation": "^10.3.1",
22
22
  "@types/deep-freeze": "^0.1.1",
23
23
  "deep-freeze": "0.0.1",
24
24
  "ft-poller": "^9.0.0",