Skip to content

Commit

Permalink
Update uuid and highlight.js (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa authored Sep 19, 2020
1 parent 8be6374 commit 3338133
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"eslint": "^7.8.0",
"eslint-plugin-ember": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"highlight.js": "^9.12.0",
"highlight.js": "^10.2.0",
"husky": "^4.2.1",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"qunit-dom": "^1.4.0",
"sass": "^1.22.1",
"uuid": "^7.0.1"
"uuid": "^8.3.0"
},
"dependencies": {
"@ember/render-modifiers": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/controllers/application.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Controller from '@ember/controller';
import { action } from '@ember/object';
import uuidv1 from 'uuid/v1';
import { v1 as uuidv1 } from 'uuid';

export default class ApplicationController extends Controller {
@action
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/modifiers/highlight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { modifier } from 'ember-modifier';
import hljs from 'highlight.js/lib/highlight';
import hljs from 'highlight.js/lib/core';
import handlebars from 'highlight.js/lib/languages/handlebars';

hljs.registerLanguage('handlebars', handlebars);
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6776,10 +6776,10 @@ heimdalljs@^0.2.0, heimdalljs@^0.2.1, heimdalljs@^0.2.3, heimdalljs@^0.2.5, heim
dependencies:
rsvp "~3.2.1"

highlight.js@^9.12.0:
version "9.18.3"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.3.tgz#a1a0a2028d5e3149e2380f8a865ee8516703d634"
integrity sha512-zBZAmhSupHIl5sITeMqIJnYCDfAEc3Gdkqj65wC1lpI468MMQeeQkhcIAvk+RylAkxrCcI9xy9piHiXeQ1BdzQ==
highlight.js@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.2.0.tgz#367151bcf813adebc54822f1cb51d2e1e599619f"
integrity sha512-OryzPiqqNCfO/wtFo619W+nPYALM6u7iCQkum4bqRmmlcTikOkmlL06i009QelynBPAlNByTQU6cBB2cOBQtCw==

hmac-drbg@^1.0.0:
version "1.0.1"
Expand Down Expand Up @@ -11335,11 +11335,6 @@ uuid@^3.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

uuid@^7.0.1:
version "7.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==

uuid@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
Expand Down

0 comments on commit 3338133

Please sign in to comment.