diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6db5c0..80bce7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* [[`a6a0748357`](https://github.com/StoneCypher/jssm/commit/a6a0748357)] - machine_language (John Haugeland) * [[`b20fc79410`](https://github.com/StoneCypher/jssm/commit/b20fc79410)] - Update README.md (John Haugeland) * [[`cf7fccd062`](https://github.com/StoneCypher/jssm/commit/cf7fccd062)] - readme improvements (John Haugeland) * [[`8c592ae448`](https://github.com/StoneCypher/jssm/commit/8c592ae448)] - More translations woooo (John Haugeland) diff --git a/package-lock.json b/package-lock.json index fc3b9aa0..3be6eecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jssm", - "version": "5.9.6", + "version": "5.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3642,9 +3642,9 @@ } }, "eslint-config-stonecypher": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/eslint-config-stonecypher/-/eslint-config-stonecypher-1.15.6.tgz", - "integrity": "sha512-lWUEOumKQ47Cer931HVZMPRLGto9NV4sv7r1LsmsEMIwPBpeVRiaDMtwrHPqcv6MkzkoEotUtaqo9nKZDO9w5A==" + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/eslint-config-stonecypher/-/eslint-config-stonecypher-1.15.7.tgz", + "integrity": "sha512-epLSLIzzR+JUyT6qtnzXfmMtXv/8BhFx5D+gRNo0MqX6ZYLP+kKp1v9PYmpHNSQMRwc74hbw+jHAPJ6nQDPdSQ==" }, "eslint-plugin-ava": { "version": "4.2.1", @@ -10294,8 +10294,7 @@ "reduce-to-639-1": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/reduce-to-639-1/-/reduce-to-639-1-1.0.1.tgz", - "integrity": "sha512-yDVyuZr4G7SQ/LZ3a2x3vxiQZfcfp6UH7Sz89jJ6ja0FH2IklH+ISyWXao6ayVhdeZwBSdOQV+uiHCXiC9u2cg==", - "dev": true + "integrity": "sha512-yDVyuZr4G7SQ/LZ3a2x3vxiQZfcfp6UH7Sz89jJ6ja0FH2IklH+ISyWXao6ayVhdeZwBSdOQV+uiHCXiC9u2cg==" }, "regenerate": { "version": "1.3.2", diff --git a/package.json b/package.json index af3857a5..36f875d0 100644 --- a/package.json +++ b/package.json @@ -100,13 +100,13 @@ "gulp-string-replace": "^0.4.0", "nyc": "^11.1.0", "pegjs": "^0.10.0", - "reduce-to-639-1": "^1.0.1", "rimraf": "^2.6.1", "semver": "^5.4.1", "uglify-js": "^3.0.26", "viz.js": "^1.7.1" }, "dependencies": { - "eslint-config-stonecypher": "^1.15.6" + "eslint-config-stonecypher": "^1.15.7", + "reduce-to-639-1": "^1.0.1" } }