@tryghost/errors 1.2.23 → 1.2.25

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.
Files changed (2) hide show
  1. package/lib/utils.js +1 -1
  2. package/package.json +4 -4
package/lib/utils.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const omit = require('lodash/omit');
2
2
  const merge = require('lodash/merge');
3
3
  const extend = require('lodash/extend');
4
- const deepCopy = require('@stdlib/utils/copy');
4
+ const deepCopy = require('@stdlib/utils-copy');
5
5
  const _private = {};
6
6
 
7
7
  _private.serialize = function serialize(err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/errors",
3
- "version": "1.2.23",
3
+ "version": "1.2.25",
4
4
  "repository": "https://github.com/TryGhost/framework/tree/main/packages/errors",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -22,12 +22,12 @@
22
22
  "c8": "7.13.0",
23
23
  "mocha": "10.2.0",
24
24
  "should": "13.2.3",
25
- "sinon": "15.0.3"
25
+ "sinon": "15.0.4"
26
26
  },
27
27
  "dependencies": {
28
- "@stdlib/utils": "^0.0.12",
28
+ "@stdlib/utils-copy": "^0.0.7",
29
29
  "lodash": "^4.17.21",
30
30
  "uuid": "^9.0.0"
31
31
  },
32
- "gitHead": "ef4fed43a97573417f518409af0bfe957b3a1564"
32
+ "gitHead": "4bf425a83dabe8e70ee28dffa37cf678b640068e"
33
33
  }