@tryghost/errors 1.2.22 → 1.2.24
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.
- package/lib/utils.js +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "1.2.24",
|
|
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.
|
|
25
|
+
"sinon": "15.0.3"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@stdlib/utils": "^0.0.
|
|
28
|
+
"@stdlib/utils-copy": "^0.0.7",
|
|
29
29
|
"lodash": "^4.17.21",
|
|
30
30
|
"uuid": "^9.0.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "8ccfe8d0cb50c4db546bd499fa7f689e82d46e5b"
|
|
33
33
|
}
|