Skip to content

Commit

Permalink
Bump underscore from 1.6.0 to 1.13.1 (#1617)
Browse files Browse the repository at this point in the history
Bump underscore from 1.6.0 to 1.13.1

Bug-Url: https://bugzilla.redhat.com/1972645
  • Loading branch information
sgratch committed Jul 20, 2022
1 parent 9f732e3 commit 3903152
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"json-stable-stringify-without-jsonify": "1.0.1",
"mini-css-extract-plugin": "2.6.0",
"mkdirp": "1.0.4",
"react-intl-po": "2.2.2",
"react-refresh": "0.11.0",
"readline-sync": "1.4.10",
"table": "6.7.3",
Expand Down Expand Up @@ -77,7 +78,6 @@
"prop-types": "15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl-po": "2.2.2",
"react-redux": "7.2.6",
"react-router": "5.2.1",
"react-router-config": "5.1.1",
Expand All @@ -88,7 +88,8 @@
"semver": "7.3.5"
},
"resolutions": {
"immer": ">=9.0.6"
"immer": ">=9.0.6",
"underscore": "1.13.1"
},
"scripts": {
"preinstall": "test -e scripts/yarn-preinstall.sh && scripts/yarn-preinstall.sh || :",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7787,10 +7787,10 @@ unbox-primitive@^1.0.1:
has-symbols "^1.0.2"
which-boxed-primitive "^1.0.2"

underscore@~1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8"
integrity sha1-izixDKze9jM3uLJOT/htRa6lKag=
underscore@1.13.1, underscore@~1.6.0:
version "1.13.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 3903152

Please sign in to comment.