Skip to content

Commit

Permalink
fix(deps): update jexl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Metzener authored and czosel committed Jul 19, 2019
1 parent 5dd2cc4 commit 8040e05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -28,8 +28,7 @@
"//": [
"-- Documentation of blocked dependency updates --",
"ember-apollo-client: https://github.com/bgentry/ember-apollo-client/issues/279",
"jexl: 2.x release is blocked due to https://github.com/ef4/ember-auto-import/issues/41",
"jexl: Using custom 1.x commit due to missing whitespace support (https://github.com/TomFrost/Jexl/pull/54)"
"jexl: Using custom 2.x commit due to missing whitespace support (https://github.com/TomFrost/Jexl/pull/54)"
],
"dependencies": {
"apollo-link-context": "^1.0.17",
Expand Down Expand Up @@ -58,7 +57,7 @@
"graphql-iso-date": "^3.6.1",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.4",
"jexl": "TomFrost/Jexl#2866a4aca9c46114ecc0d342942a7732763fd151",
"jexl": "^2.1.1",
"sass": "^1.18.0",
"slugify": "^1.3.4",
"uuid": "^3.3.2"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -10471,9 +10471,10 @@ java-properties@^1.0.0:
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.1.tgz#ea0b5986c0894d73cf2a44de8bd216c459a07a94"
integrity sha512-HbTaaXlIHoDVNXjmp4flOBWOfYBkrVN8dD1tp4m+95M/ADSDW/BxWbiwyVIhw/2+5d0cof4PHZCbE7+S1ukTQw==

jexl@TomFrost/Jexl#2866a4aca9c46114ecc0d342942a7732763fd151:
version "1.1.4"
resolved "https://codeload.github.com/TomFrost/Jexl/tar.gz/2866a4aca9c46114ecc0d342942a7732763fd151"
jexl@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/jexl/-/jexl-2.1.1.tgz#d4f2cb9e488ff737f73acc08c5afed37e07f886b"
integrity sha512-a+dZiuYIKl0nPYdAe7sJ8D/bCAbemwLjLypcT2brXtft/Mi3titp1QRCpTkaHrp+qeno8DKFxVpVKYNvw1AV3A==

joi@^12.0.0:
version "12.0.0"
Expand Down

0 comments on commit 8040e05

Please sign in to comment.