Skip to content

Commit

Permalink
fix: upgrade mithril from 1.1.1 to 1.1.7
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade mithril from 1.1.1 to 1.1.7.

See this package in NPM:
https://www.npmjs.com/package/mithril

See this project in Snyk:
https://app.snyk.io/org/dmitriz/project/5e9916da-c36b-4147-8c5f-363a5d9bd9a9?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 30, 2020
1 parent 849caa7 commit 6c581b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/submit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"hyperscript-helpers": "^3.0.3",
"mithril": "^1.1.1",
"mithril": "^1.1.7",
"un.js": "^0.5.9"
}
}
7 changes: 4 additions & 3 deletions examples/basic/submit/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ hyperscript-helpers@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/hyperscript-helpers/-/hyperscript-helpers-3.0.3.tgz#583ac45214c9ea810991feb97bdb37fc3d12a1e8"

mithril@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/mithril/-/mithril-1.1.1.tgz#0c98644c90503eec2187f66a851ba4053c4a5d66"
mithril@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/mithril/-/mithril-1.1.7.tgz#505d7d77fe164ff16969de8f9b6eda42e0346cbe"
integrity sha512-1SAkGeVrIVvkUHlPHvR3pXdWzNfTzmS/fBAe+rC2ApEBfZFFc+idi8Qg/M5JoW/sZkIDXSfQYVgvENMIhBIVAg==

un.js@^0.5.9:
version "0.5.9"
Expand Down

0 comments on commit 6c581b8

Please sign in to comment.