Skip to content

Commit

Permalink
Update iab-vast-parser dependency to 1.2.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrptnc committed Dec 14, 2020
1 parent 3d03411 commit 1f6870a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eventemitter3": "^4.0.0",
"iab-vast-error": "^0.2.0",
"iab-vast-model": "^1.0.1",
"iab-vast-parser": "^1.1.0",
"iab-vast-parser": "^1.2.0",
"node-fetch": "^2.6.0",
"unfetch": "^4.1.0"
},
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ es-to-primitive@^1.2.0:
is-date-object "^1.0.1"
is-symbol "^1.0.2"

es6-error@^4.0.1, es6-error@^4.0.2:
es6-error@4.1.1, es6-error@^4.0.1, es6-error@^4.0.2:
version "4.1.1"
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"

Expand Down Expand Up @@ -2728,11 +2728,12 @@ iab-vast-model@^1.0.1:
resolved "https://registry.yarnpkg.com/iab-vast-model/-/iab-vast-model-1.0.1.tgz#29bda5f10feaa497cf2e27a020d629a486c0b111"
integrity sha512-PDDskwSTTSUnY/U2Tc0retUmrYUAxRVuwTxO663qpzfPBXOUY/ExXII/ILxzEOK6b+QIV9osyRkBvNh6y/UGUQ==

iab-vast-parser@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/iab-vast-parser/-/iab-vast-parser-1.1.0.tgz#8b7f73cf98affe785926b71ac57e197580ae1f83"
integrity sha512-bC5p6FGu+/j5BI7Qo+BxivViyHj65IWDMzND/yOz5AUvR/EklZ+rtpe2mHmiw/qjYqSwWGGKCiY2SeHxo+x+sw==
iab-vast-parser@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/iab-vast-parser/-/iab-vast-parser-1.2.0.tgz#16e5ae3e74e1d76805a8c59a1cfe7ce014cf5d6f"
integrity sha512-49snbkwZih721qgHX0ijtGWrm2UcvGK2rRSfpzUs+66k1LAmZatNqpUvDvUF3WSy4zLJgUR+qMX+gLWftO/39Q==
dependencies:
es6-error "4.1.1"
iab-vast-model "^1.0.1"
optionalDependencies:
xmldom "^0.1.22"
Expand Down

0 comments on commit 1f6870a

Please sign in to comment.