Skip to content

Commit da9422c

Browse files
author
Ben Taylor
authored
Merge pull request #19 from bentaylor2/eslint-security-patch
Fixing security vulnerability
2 parents aac3647 + 045133f commit da9422c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-structured-data",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
55
"author": "Ben Taylor <benlt105@gmail.com>",
66
"private": false,
@@ -42,7 +42,7 @@
4242
"babel-preset-stage-2": "^6.13.0",
4343
"babel-runtime": "6.26.0",
4444
"css-loader": "0.28.7",
45-
"eslint": "4.10.0",
45+
"eslint": "^4.18.2",
4646
"html-webpack-plugin": "^3.2.0",
4747
"mini-css-extract-plugin": "^0.4.0",
4848
"node-sass": "^4.7.2",

0 commit comments

Comments
 (0)