Skip to content

Commit

Permalink
Merge pull request #9097 from ember-cli/update-deps
Browse files Browse the repository at this point in the history
Update production dependencies to latest.
  • Loading branch information
rwjblue committed Mar 15, 2020
2 parents e2d9de2 + 213addf commit c1c90b1
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 104 deletions.
2 changes: 1 addition & 1 deletion lib/models/file-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const chalk = require('chalk');
const EditFileDiff = require('./edit-file-diff');
const EOL = require('os').EOL;
const rxEOL = new RegExp(EOL, 'g');
const isBinaryFile = require('isbinaryfile').sync;
const isBinaryFile = require('isbinaryfile').isBinaryFileSync;
const hash = require('promise.hash.helper');
const canEdit = require('../utilities/open-editor').canEdit;
const processTemplate = require('../utilities/process-template');
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"test:debug": "node --unhandled-rejections=strict debug tests/runner"
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-modules-amd": "^7.7.5",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-modules-amd": "^7.8.3",
"amd-name-resolver": "^1.3.1",
"babel-plugin-module-resolver": "^4.0.0",
"bower-config": "^1.4.1",
Expand Down Expand Up @@ -68,33 +68,33 @@
"console-ui": "^3.1.1",
"core-object": "^3.1.5",
"dag-map": "^2.0.2",
"diff": "^4.0.1",
"diff": "^4.0.2",
"ember-cli-is-package-missing": "^1.0.0",
"ember-cli-lodash-subset": "^2.0.1",
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-preprocess-registry": "^3.3.0",
"ember-cli-string-utils": "^1.1.0",
"ember-source-channel-url": "^2.0.1",
"ensure-posix-path": "^1.0.2",
"ensure-posix-path": "^1.1.1",
"execa": "^1.0.0",
"exit": "^0.1.2",
"express": "^4.16.4",
"filesize": "^4.2.0",
"express": "^4.17.1",
"filesize": "^6.1.0",
"find-up": "^4.1.0",
"find-yarn-workspace-root": "^1.2.1",
"fs-extra": "^8.1.0",
"fs-tree-diff": "^2.0.1",
"get-caller-file": "^2.0.5",
"git-repo-info": "^2.1.1",
"glob": "^7.1.4",
"glob": "^7.1.6",
"heimdalljs": "^0.2.6",
"heimdalljs-fs-monitor": "^0.2.3",
"heimdalljs-graph": "^1.0.0",
"heimdalljs-logger": "^0.1.10",
"http-proxy": "^1.18.0",
"inflection": "^1.12.0",
"is-git-url": "^1.0.0",
"isbinaryfile": "^3.0.3",
"isbinaryfile": "^4.0.4",
"js-yaml": "^3.13.1",
"json-stable-stringify": "^1.0.1",
"leek": "0.0.24",
Expand All @@ -104,24 +104,24 @@
"minimatch": "^3.0.4",
"morgan": "^1.9.1",
"nopt": "^3.0.6",
"npm-package-arg": "^8.0.0",
"npm-package-arg": "^8.0.1",
"p-defer": "^3.0.0",
"portfinder": "^1.0.25",
"promise-map-series": "^0.3.0",
"promise.hash.helper": "^1.0.2",
"promise.hash.helper": "^1.0.6",
"quick-temp": "^0.1.8",
"resolve": "^1.15.1",
"resolve-package-path": "^2.0.0",
"sane": "^4.1.0",
"semver": "^6.3.0",
"semver": "^7.1.3",
"silent-error": "^1.1.1",
"sort-package-json": "^1.39.1",
"sort-package-json": "^1.40.0",
"symlink-or-copy": "^1.3.1",
"temp": "0.9.1",
"testem": "^3.0.1",
"testem": "^3.0.2",
"tiny-lr": "^1.1.1",
"tree-sync": "^2.0.0",
"uuid": "^3.4.0",
"uuid": "^7.0.2",
"walk-sync": "^2.0.2",
"watch-detector": "^1.0.0",
"yam": "^1.0.0"
Expand Down

0 comments on commit c1c90b1

Please sign in to comment.