@financial-times/dotcom-middleware-navigation 10.1.0 → 10.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -671,6 +671,11 @@
671
671
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
672
672
  "affectsGlobalScope": false
673
673
  },
674
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
675
+ "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
676
+ "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
677
+ "affectsGlobalScope": false
678
+ },
674
679
  "../../../node_modules/@types/mdast/index.d.ts": {
675
680
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
676
681
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1184,6 +1189,9 @@
1184
1189
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1185
1190
  "../../../node_modules/pretty-format/build/index.d.ts"
1186
1191
  ],
1192
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1193
+ "../../../node_modules/@types/lodash/index.d.ts"
1194
+ ],
1187
1195
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1188
1196
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1189
1197
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -1964,6 +1972,9 @@
1964
1972
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1965
1973
  "../../../node_modules/pretty-format/build/index.d.ts"
1966
1974
  ],
1975
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1976
+ "../../../node_modules/@types/lodash/index.d.ts"
1977
+ ],
1967
1978
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1968
1979
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1969
1980
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2697,6 +2708,7 @@
2697
2708
  "../../../node_modules/@types/jest/index.d.ts",
2698
2709
  "../../../node_modules/@types/json-schema/index.d.ts",
2699
2710
  "../../../node_modules/@types/json5/index.d.ts",
2711
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2700
2712
  "../../../node_modules/@types/lodash/common/array.d.ts",
2701
2713
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2702
2714
  "../../../node_modules/@types/lodash/common/common.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-middleware-navigation",
3
- "version": "10.1.0",
3
+ "version": "10.3.0",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "dist/node/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "author": "",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@financial-times/dotcom-server-navigation": "^10.1.0",
22
- "@financial-times/dotcom-types-navigation": "^10.1.0"
21
+ "@financial-times/dotcom-server-navigation": "^10.3.0",
22
+ "@financial-times/dotcom-types-navigation": "^10.3.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "check-engine": "^1.10.1",