Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 4dc4bcf

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency enzyme to v3.9.0
1 parent da45ac8 commit 4dc4bcf

File tree

3 files changed

+54
-21
lines changed

3 files changed

+54
-21
lines changed

package-lock.json

Lines changed: 35 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"babel-plugin-lodash": "3.3.4",
9595
"cross-env": "5.2.0",
9696
"doctoc": "1.4.0",
97-
"enzyme": "3.8.0",
97+
"enzyme": "3.9.0",
9898
"enzyme-adapter-react-16": "1.9.1",
9999
"enzyme-to-json": "3.3.5",
100100
"eslint-config-prettier": "4.0.0",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,11 @@ array-equal@^1.0.0:
13631363
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
13641364
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
13651365

1366+
array-filter@^1.0.0:
1367+
version "1.0.0"
1368+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
1369+
integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=
1370+
13661371
array-filter@~0.0.0:
13671372
version "0.0.1"
13681373
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
@@ -3220,18 +3225,20 @@ [email protected]:
32203225
dependencies:
32213226
lodash "^4.17.4"
32223227

3223-
enzyme@3.8.0:
3224-
version "3.8.0"
3225-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.8.0.tgz#646d2d5d0798cb98fdec39afcee8a53237b47ad5"
3226-
integrity sha512-bfsWo5nHyZm1O1vnIsbwdfhU989jk+squU9NKvB+Puwo5j6/Wg9pN5CO0YJelm98Dao3NPjkDZk+vvgwpMwYxw==
3228+
enzyme@3.9.0:
3229+
version "3.9.0"
3230+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.9.0.tgz#2b491f06ca966eb56b6510068c7894a7e0be3909"
3231+
integrity sha512-JqxI2BRFHbmiP7/UFqvsjxTirWoM1HfeaJrmVSZ9a1EADKkZgdPcAuISPMpoUiHlac9J4dYt81MC5BBIrbJGMg==
32273232
dependencies:
32283233
array.prototype.flat "^1.2.1"
32293234
cheerio "^1.0.0-rc.2"
32303235
function.prototype.name "^1.1.0"
32313236
has "^1.0.3"
3237+
html-element-map "^1.0.0"
32323238
is-boolean-object "^1.0.0"
32333239
is-callable "^1.1.4"
32343240
is-number-object "^1.0.3"
3241+
is-regex "^1.0.4"
32353242
is-string "^1.0.4"
32363243
is-subset "^0.1.1"
32373244
lodash.escape "^4.0.1"
@@ -4516,6 +4523,13 @@ hosted-git-info@^2.1.4:
45164523
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
45174524
integrity sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==
45184525

4526+
html-element-map@^1.0.0:
4527+
version "1.0.0"
4528+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.0.tgz#19a41940225153ecdfead74f8509154ff1cdc18b"
4529+
integrity sha512-/SP6aOiM5Ai9zALvCxDubIeez0LvG3qP7R9GcRDnJEP/HBmv0A8A9K0o8+HFudcFt46+i921ANjzKsjPjb7Enw==
4530+
dependencies:
4531+
array-filter "^1.0.0"
4532+
45194533
html-encoding-sniffer@^1.0.2:
45204534
version "1.0.2"
45214535
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"

0 commit comments

Comments
 (0)