Skip to content

Commit

Permalink
Merge 6418b27 into 8875da3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 4, 2019
2 parents 8875da3 + 6418b27 commit 203da55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"eslint": "^4.9.0",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"jasmine": "^3.3.1"
"jasmine": "^3.4.0"
},
"scripts": {
"lint": "./node_modules/.bin/eslint .",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Expand Up @@ -657,9 +657,9 @@ glob@^5.0.15:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3:
version "7.1.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
Expand Down Expand Up @@ -914,16 +914,16 @@ istanbul@^0.4.5:
which "^1.1.1"
wordwrap "^1.0.0"

jasmine-core@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.3.0.tgz#dea1cdc634bc93c7e0d4ad27185df30fa971b10e"
jasmine-core@~3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.4.0.tgz#2a74618e966026530c3518f03e9f845d26473ce3"

jasmine@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.3.1.tgz#d61bb1dd8888859bd11ea83074a78ee13d949905"
jasmine@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.4.0.tgz#0fa68903ff0c9697459cd044b44f4dcef5ec8bdc"
dependencies:
glob "^7.0.6"
jasmine-core "~3.3.0"
glob "^7.1.3"
jasmine-core "~3.4.0"

js-tokens@^3.0.2:
version "3.0.2"
Expand Down

0 comments on commit 203da55

Please sign in to comment.