Skip to content

Commit

Permalink
Merge pull request #794 from StackStorm/security-depends
Browse files Browse the repository at this point in the history
Security Updates
  • Loading branch information
nmaludy authored Oct 1, 2020
2 parents 07582a5 + 920b2ee commit b0a98f3
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 98 deletions.
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,37 @@
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"moment": "2.24.0",
"urijs": "1.19.1",
"acorn": "^6.4.1",
"elliptic": "^6.5.3",
"js-yaml": "^3.13.1",
"kind-of": "^6.0.3",
"lodash": "4.17.19",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.2",
"mixin-deep": "^1.3.2",
"moment": "2.24.0",
"node-uuid": "^1.4.4",
"open": "^6.0.0",
"qs": "^6.0.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"redux": "^4.0.1"
"redux": "^4.0.1",
"set-value": "^2.0.1",
"urijs": "1.19.1",
"websocket-extensions": "^0.1.4"
},
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.3",
"babel-eslint": "10.0.1",
"insert-css": "2.0.0",
"ignore-styles": "5.0.1",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint": "^6.2.1",
"eslint-plugin-notice": "0.7.8",
"eslint-plugin-react": "7.12.4",
"gulp": "4.0.1",
"ignore-styles": "5.0.1",
"insert-css": "2.0.0",
"zombie": "5.0.8"
}
}
Loading

0 comments on commit b0a98f3

Please sign in to comment.