Skip to content

Commit bfe9a9f

Browse files
committed
fix(deps): update dependency stringify-object to v3.3.0
1 parent ad8c0c1 commit bfe9a9f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"dependencies": {
8585
"is-plain-object": "2.0.4",
86-
"stringify-object": "3.2.2"
86+
"stringify-object": "3.3.0"
8787
},
8888
"jest": {
8989
"setupTestFrameworkScriptFile": "<rootDir>tests/setupTests.js"

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3137,6 +3137,10 @@ get-own-enumerable-property-symbols@^2.0.1:
31373137
version "2.0.1"
31383138
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b"
31393139

3140+
get-own-enumerable-property-symbols@^3.0.0:
3141+
version "3.0.0"
3142+
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz#b877b49a5c16aefac3655f2ed2ea5b684df8d203"
3143+
31403144
get-pkg-repo@^1.0.0:
31413145
version "1.4.0"
31423146
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
@@ -6867,7 +6871,15 @@ stringify-entities@^1.0.1:
68676871
is-alphanumerical "^1.0.0"
68686872
is-hexadecimal "^1.0.0"
68696873

6870-
[email protected], stringify-object@^3.2.2:
6874+
6875+
version "3.3.0"
6876+
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
6877+
dependencies:
6878+
get-own-enumerable-property-symbols "^3.0.0"
6879+
is-obj "^1.0.1"
6880+
is-regexp "^1.0.0"
6881+
6882+
stringify-object@^3.2.2:
68716883
version "3.2.2"
68726884
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.2.2.tgz#9853052e5a88fb605a44cd27445aa257ad7ffbcd"
68736885
dependencies:

0 commit comments

Comments
 (0)