@financial-times/dotcom-middleware-app-context 10.2.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.
@@ -645,6 +645,11 @@
645
645
  "signature": "b82fc740467e59abe3d6170417e461527d2a95610f55915fc59557c4b7be55ba",
646
646
  "affectsGlobalScope": false
647
647
  },
648
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": {
649
+ "version": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
650
+ "signature": "f7bc2eb97d6cd2821d4b8cff502655b71bcafd633598d7acc46ef9cfe85b3915",
651
+ "affectsGlobalScope": false
652
+ },
648
653
  "../../../node_modules/@types/mdast/index.d.ts": {
649
654
  "version": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
650
655
  "signature": "202f8582ee3cd89e06c4a17d8aabb925ff8550370559c771d1cc3ec3934071c2",
@@ -1158,6 +1163,9 @@
1158
1163
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1159
1164
  "../../../node_modules/pretty-format/build/index.d.ts"
1160
1165
  ],
1166
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1167
+ "../../../node_modules/@types/lodash/index.d.ts"
1168
+ ],
1161
1169
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1162
1170
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1163
1171
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -1915,6 +1923,9 @@
1915
1923
  "../../../node_modules/jest-matcher-utils/build/index.d.ts",
1916
1924
  "../../../node_modules/pretty-format/build/index.d.ts"
1917
1925
  ],
1926
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts": [
1927
+ "../../../node_modules/@types/lodash/index.d.ts"
1928
+ ],
1918
1929
  "../../../node_modules/@types/lodash/common/array.d.ts": [
1919
1930
  "../../../node_modules/@types/lodash/common/collection.d.ts",
1920
1931
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -2631,6 +2642,7 @@
2631
2642
  "../../../node_modules/@types/jest/index.d.ts",
2632
2643
  "../../../node_modules/@types/json-schema/index.d.ts",
2633
2644
  "../../../node_modules/@types/json5/index.d.ts",
2645
+ "../../../node_modules/@types/lodash.uniqueid/index.d.ts",
2634
2646
  "../../../node_modules/@types/lodash/common/array.d.ts",
2635
2647
  "../../../node_modules/@types/lodash/common/collection.d.ts",
2636
2648
  "../../../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-app-context",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "dist/node/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "node-mocks-http": "^1.7.5"
25
25
  },
26
26
  "dependencies": {
27
- "@financial-times/dotcom-server-app-context": "^10.2.0"
27
+ "@financial-times/dotcom-server-app-context": "^10.3.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": "18.x || 20.x",