@tryghost/content-api 1.11.4 → 1.11.6

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.
@@ -3,7 +3,7 @@
3
3
  var axios = require('axios');
4
4
 
5
5
  var name$1 = "@tryghost/content-api";
6
- var version = "1.11.4";
6
+ var version = "1.11.6";
7
7
  var repository = "https://github.com/TryGhost/SDK/tree/master/packages/content-api";
8
8
  var author = "Ghost Foundation";
9
9
  var license = "MIT";
@@ -32,28 +32,28 @@ var publishConfig = {
32
32
  access: "public"
33
33
  };
34
34
  var devDependencies = {
35
- "@babel/core": "7.19.1",
35
+ "@babel/core": "7.21.0",
36
36
  "@babel/polyfill": "7.12.1",
37
- "@babel/preset-env": "7.19.1",
38
- "@rollup/plugin-json": "4.1.0",
39
- c8: "7.12.0",
40
- "core-js": "3.25.2",
41
- "eslint-plugin-ghost": "2.15.1",
42
- mocha: "10.0.0",
43
- rollup: "2.79.0",
37
+ "@babel/preset-env": "7.20.2",
38
+ "@rollup/plugin-json": "6.0.0",
39
+ c8: "7.13.0",
40
+ "core-js": "3.29.0",
41
+ "eslint-plugin-ghost": "2.16.0",
42
+ mocha: "10.2.0",
43
+ rollup: "2.79.1",
44
44
  "rollup-plugin-babel": "4.4.0",
45
45
  "rollup-plugin-commonjs": "10.1.0",
46
46
  "rollup-plugin-node-resolve": "5.2.0",
47
- "rollup-plugin-polyfill-node": "0.10.2",
47
+ "rollup-plugin-polyfill-node": "0.12.0",
48
48
  "rollup-plugin-replace": "2.2.0",
49
49
  "rollup-plugin-terser": "7.0.2",
50
50
  should: "13.2.3",
51
- sinon: "14.0.0"
51
+ sinon: "15.0.1"
52
52
  };
53
53
  var dependencies = {
54
54
  axios: "^0.27.0"
55
55
  };
56
- var gitHead = "c4bc4d5ee2c7fea2eb9fc8de6cb8fd479ea039e3";
56
+ var gitHead = "1046738d867fc64428bbd3a80a340d89b7ccbea2";
57
57
  var packageInfo = {
58
58
  name: name$1,
59
59
  version: version,