Skip to content

Commit 9269580

Browse files
author
ScriptedAlchemy
committed
fix: updating shallowequal dependency
1 parent a5597c6 commit 9269580

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"loader-utils": "^1.1.0",
108108
"prop-types": "^15.6.1",
109109
"react-lifecycles-compat": "^3.0.4",
110-
"shallowequal": "^1.0.2",
110+
"shallowequal": "^1.1.0",
111111
"source-map": "^0.7.3"
112112
},
113113
"engines": {

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4594,11 +4594,6 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, l
45944594
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
45954595
integrity sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=
45964596

4597-
lodash@^4.17.11:
4598-
version "4.17.11"
4599-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4600-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
4601-
46024597
lodash@^4.17.5:
46034598
version "4.17.5"
46044599
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -6247,10 +6242,10 @@ setimmediate@^1.0.5:
62476242
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
62486243
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
62496244

6250-
shallowequal@^1.0.2:
6251-
version "1.0.2"
6252-
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.0.2.tgz#1561dbdefb8c01408100319085764da3fcf83f8f"
6253-
integrity sha512-zlVXeVUKvo+HEv1e2KQF/csyeMKx2oHvatQ9l6XjCUj3agvC8XGf6R9HvIPDSmp8FNPvx7b5kaEJTRi7CqxtEw==
6245+
shallowequal@^1.1.0:
6246+
version "1.1.0"
6247+
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
6248+
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
62546249

62556250
shebang-command@^1.2.0:
62566251
version "1.2.0"

0 commit comments

Comments
 (0)