Skip to content

Commit cfc5ecb

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:xlsx:20180222 Latest report for securedeveloper/react-data-export: https://snyk.io/test/github/securedeveloper/react-data-export
1 parent c5d1a43 commit cfc5ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
},
5656
"dependencies": {
5757
"file-saver": "1.3.3",
58-
"xlsx": "0.11.5"
58+
"xlsx": "0.12.2"
5959
}
6060
}

0 commit comments

Comments
 (0)