Skip to content

Commit 34869d6

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
1 parent 6413797 commit 34869d6

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"fast-af": "^0.1.0",
3737
"nano-css": "^1.13.0",
3838
"opencollective-postinstall": "^2.0.1",
39-
"react-focus-lock": "1.6.5",
39+
"react-focus-lock": "1.6.6",
4040
"react-universal-interface": "^0.3.1",
4141
"screenfull": "^3.3.2",
4242
"throttle-debounce": "^2.0.1"

yarn.lock

+5-11
Original file line numberDiff line numberDiff line change
@@ -8404,13 +8404,6 @@ promzard@^0.3.0:
84048404
dependencies:
84058405
read "1"
84068406

8407-
8408-
version "15.5.10"
8409-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
8410-
dependencies:
8411-
fbjs "^0.8.9"
8412-
loose-envify "^1.3.1"
8413-
84148407
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.5.9, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2:
84158408
version "15.6.2"
84168409
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
@@ -8688,12 +8681,13 @@ react-error-overlay@^4.0.1:
86888681
version "4.0.1"
86898682
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.1.tgz#417addb0814a90f3a7082eacba7cee588d00da89"
86908683

8691-
8692-
version "1.6.5"
8693-
resolved "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-1.6.5.tgz#599be7854253d3cf082d882ef617fb13fd88ddac"
8684+
8685+
version "1.6.6"
8686+
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-1.6.6.tgz#ca175181c5d4286693f6c9a9edf09ff06886cf9b"
8687+
integrity sha512-qhASEhgcbZkSZY0tKl7NCxqhwVkBjELI6YORI4KSIHCGcYgB3DVwR36rQCm+Jfhnzo+47XRJNj3Nuhz32a8+0w==
86948688
dependencies:
86958689
focus-lock "^0.1.0"
8696-
prop-types "15.5.10"
8690+
prop-types "^15.5.10"
86978691
react-side-effect "^1.1.3"
86988692

86998693
react-fuzzy@^0.5.2:

0 commit comments

Comments
 (0)