Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-transformer-asciidoc (#2…
Browse files Browse the repository at this point in the history
…8359)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 17, 2020
1 parent de13436 commit 275affb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-asciidoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"asciidoctor": "^2.2.0"
"asciidoctor": "^2.2.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
dependencies:
yargs "15.3.1"

"@asciidoctor/core@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@asciidoctor/core/-/core-2.2.0.tgz#cae722e32666bf3c38365afe7d05f2f433b165fd"
integrity sha512-WN/mFuU4SeWaDqpGvRwAf+Tq2T8NQkVVpZ3Ne1/ZRxDKElzFkqq8bGbmxSMWmMVzC+H9ZO1YxxbOjhWEiNvpOA==
"@asciidoctor/core@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@asciidoctor/core/-/core-2.2.1.tgz#eac0361a85b46f2ef2a9d19d73e3875bf94715d4"
integrity sha512-wdVseZjCcBvFfWSsCGyyvJkSQJ9UmXDdTDKnL+HerM12XQq4eWtk7lniSIKO459ipqImcsrueib47EtkzzRjLw==
dependencies:
asciidoctor-opal-runtime "0.3.0"
unxhr "1.0.1"
Expand Down Expand Up @@ -5456,13 +5456,13 @@ asciidoctor-opal-runtime@0.3.0:
glob "7.1.3"
unxhr "1.0.1"

asciidoctor@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/asciidoctor/-/asciidoctor-2.2.0.tgz#880f0dfe349d7dcc8b819ebc691bf1fd36d47bbe"
integrity sha512-w5oBMYPaA5RP/Qlv6XQzWE7kSf8d9sLMRBItcU+nn7E/FF9yGLUd1p/dzqWiu600KyNHBpp8Ml/VTaGjUm6LrQ==
asciidoctor@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/asciidoctor/-/asciidoctor-2.2.1.tgz#4e29fe7195d97f75b36c91ad8e3448191b9ab0fa"
integrity sha512-adH/pDPDZCd4eb1ku7N8WepN+O6Yl0lVQPWE/ep7+0BFkBm4P/Sx8DUqzZ+X+nG6WSZlma5Uu0gNuDgrc7etFg==
dependencies:
"@asciidoctor/cli" "3.4.0"
"@asciidoctor/core" "2.2.0"
"@asciidoctor/core" "2.2.1"

asn1.js@^4.0.0:
version "4.10.1"
Expand Down

0 comments on commit 275affb

Please sign in to comment.