@govuk-pay/pay-js-commons
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "@govuk-pay/pay-js-commons", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Reusable js scripts for GOV.UK Pay Node.js projects", | ||
@@ -82,15 +82,15 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"babelify": "^10.0.0", | ||
"browser-env": "^3.2.5", | ||
"browser-env": "^3.2.6", | ||
"browserify": "^16.2.3", | ||
"chai": "^4.2.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"husky": "^1.3.1", | ||
"jsdom": "^14.0.0", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"husky": "^2.4.1", | ||
"jsdom": "^15.1.1", | ||
"jsdom-global": "^3.0.2", | ||
"karma": "^4.0.0", | ||
"karma": "^4.1.0", | ||
"karma-browserify": "^6.0.0", | ||
@@ -101,7 +101,7 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-source-map-support": "^1.2.0", | ||
"lint-staged": "^8.1.0", | ||
"lint-staged": "^8.2.1", | ||
"mocha": "^5.0.5", | ||
"rfc822-validate": "^1.0.0", | ||
"sinon": "^7.2.2", | ||
"uglify-js": "^3.3.18", | ||
"sinon": "^7.3.2", | ||
"uglify-js": "^3.6.0", | ||
"watchify": "^3.11.0", | ||
@@ -115,5 +115,5 @@ "xo": "^0.24.0" | ||
"lodash": "^4.17.11", | ||
"moment-timezone": "^0.5.23", | ||
"moment-timezone": "^0.5.25", | ||
"slugify": "^1.3.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
242286
47
Updatedmoment-timezone@^0.5.25