Skip to content

Commit

Permalink
Merge pull request #34 from the-t-in-rtf/GPII-2622
Browse files Browse the repository at this point in the history
GPII-2622: September 2017 security updates...
  • Loading branch information
the-t-in-rtf authored Sep 27, 2017
2 parents ebc9ab0 + a922ff9 commit de7369a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
language: node_js
language: node_js
node_js:
- 6
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpii-express",
"version": "1.10.0",
"version": "1.0.10",
"description": "Fluid components to model an express server and associated router modules.",
"main": "index.js",
"scripts": {
Expand All @@ -11,21 +11,21 @@
"license": "BSD-3-Clause",
"repository": "https://github.com/GPII/gpii-express",
"dependencies": {
"body-parser": "1.17.2",
"body-parser": "1.18.2",
"cookie-parser": "1.4.3",
"express": "4.15.3",
"express-session": "1.15.4",
"infusion": "3.0.0-dev.20170724T165035Z.eee50c1"
"express": "4.15.5",
"express-session": "1.15.6",
"infusion": "3.0.0-dev.20170830T182157Z.392b2f8"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint": "4.7.2",
"eslint-config-fluid": "1.1.0",
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.0.1",
"grunt-jsonlint": "1.1.0",
"istanbul": "0.4.5",
"kettle": "1.6.4",
"node-jqunit": "1.1.6",
"rimraf": "2.6.1"
"kettle": "1.7.0",
"node-jqunit": "1.1.7",
"rimraf": "2.6.2"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,9 @@ jsonpointer@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.0.tgz#6661e161d2fc445f19f98430231343722e1fcbd5"

kettle@1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/kettle/-/kettle-1.6.3.tgz#a397e1bcd289feac6f04d1bad323ff51cf1b4778"
kettle@1.6.4:
version "1.6.4"
resolved "https://registry.yarnpkg.com/kettle/-/kettle-1.6.4.tgz#f179c741cc9ac3680a788d61c2fa2f60ac239756"
dependencies:
body-parser "1.17.2"
cookie-parser "1.4.3"
Expand Down

0 comments on commit de7369a

Please sign in to comment.