Skip to content

Commit

Permalink
Bump codelyzer from 3.1.2 to 4.5.0 in /client
Browse files Browse the repository at this point in the history
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 3.1.2 to 4.5.0.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](mgechev/codelyzer@3.1.2...4.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and NicMcPhee committed Dec 14, 2018
1 parent 45d29f1 commit 1c78a3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/jasmine": "~2.6.0",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~10.12.15",
"codelyzer": "~3.1.1",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.3",
Expand Down
26 changes: 13 additions & 13 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

app-root-path@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.0.1.tgz#cd62dcf8e4fd5a417efc664d2e5b10653c651b46"
app-root-path@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.1.0.tgz#98bf6599327ecea199309866e8140368fd2e646a"

append-transform@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -1244,16 +1244,16 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codelyzer@~3.1.1:
version "3.1.2"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-3.1.2.tgz#9ff1f041fb9b5ee5dbeb45ba866dfaf04983af04"
codelyzer@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.5.0.tgz#a65ddeeeca2894653253a89bfa229118ff9f59b1"
dependencies:
app-root-path "^2.0.1"
app-root-path "^2.1.0"
css-selector-tokenizer "^0.7.0"
cssauron "^1.4.0"
semver-dsl "^1.0.1"
source-map "^0.5.6"
sprintf-js "^1.0.3"
source-map "^0.5.7"
sprintf-js "^1.1.1"

collection-visit@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -5890,7 +5890,7 @@ source-map@0.1.x:
dependencies:
amdefine ">=0.0.4"

source-map@0.5.x, source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.3:
source-map@0.5.x, source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1, source-map@~0.5.3:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

Expand Down Expand Up @@ -5947,9 +5947,9 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"

sprintf-js@^1.0.3:
version "1.1.1"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.1.tgz#36be78320afe5801f6cea3ee78b6e5aab940ea0c"
sprintf-js@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad6c26300207ae673"

sprintf-js@~1.0.2:
version "1.0.3"
Expand Down

0 comments on commit 1c78a3a

Please sign in to comment.