File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 83
83
},
84
84
"dependencies" : {
85
85
"is-plain-object" : " 2.0.4" ,
86
- "stringify-object" : " 3.2.2 "
86
+ "stringify-object" : " 3.3.0 "
87
87
},
88
88
"jest" : {
89
89
"setupTestFrameworkScriptFile" : " <rootDir>tests/setupTests.js"
Original file line number Diff line number Diff line change @@ -3137,6 +3137,10 @@ get-own-enumerable-property-symbols@^2.0.1:
3137
3137
version "2.0.1"
3138
3138
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b"
3139
3139
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
+
3140
3144
get-pkg-repo@^1.0.0 :
3141
3145
version "1.4.0"
3142
3146
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:
6867
6871
is-alphanumerical "^1.0.0"
6868
6872
is-hexadecimal "^1.0.0"
6869
6873
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 :
6871
6883
version "3.2.2"
6872
6884
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.2.2.tgz#9853052e5a88fb605a44cd27445aa257ad7ffbcd"
6873
6885
dependencies :
You can’t perform that action at this time.
0 commit comments