Skip to content

Commit

Permalink
build(deps): update dependency @jamiemagee/osv-offline to v1.2.11 (#1…
Browse files Browse the repository at this point in the history
…7348)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 22, 2022
1 parent ab5995f commit eaa7381
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -142,7 +142,7 @@
"@breejs/later": "4.1.0",
"@cheap-glitch/mi-cron": "1.0.1",
"@iarna/toml": "2.2.5",
"@jamiemagee/osv-offline": "1.2.10",
"@jamiemagee/osv-offline": "1.2.11",
"@renovatebot/pep440": "2.1.3",
"@renovatebot/ruby-semver": "1.1.4",
"@sindresorhus/is": "4.6.0",
Expand Down
41 changes: 35 additions & 6 deletions yarn.lock
Expand Up @@ -1406,13 +1406,13 @@
dependencies:
"@seald-io/nedb" "3.0.0"

"@jamiemagee/osv-offline@1.2.10":
version "1.2.10"
resolved "https://registry.yarnpkg.com/@jamiemagee/osv-offline/-/osv-offline-1.2.10.tgz#f315b77e430016597b8dd8db49dcb09cf6b9e9ee"
integrity sha512-shFFIKEdXVETzHIdLAWWPSBrRtWzTT3+K7eYKAfC2UztYn4y8FRpJb1RGflvo9YBU/iu68Qg24TrYyxxpaaBCA==
"@jamiemagee/osv-offline@1.2.11":
version "1.2.11"
resolved "https://registry.yarnpkg.com/@jamiemagee/osv-offline/-/osv-offline-1.2.11.tgz#6f71d3e0248e2b2fa91e0a8b18939fff003ac11b"
integrity sha512-61UbXKZuhVsmHmjMIoCYdYRjdF5TUiASpWZrLjnPK+MrUFa4orizdgEfVumch87lN0jqfdIx/rsRuEl6KRf5xg==
dependencies:
"@jamiemagee/osv-offline-db" "1.1.4"
"@octokit/rest" "19.0.3"
"@octokit/rest" "19.0.4"
adm-zip "^0.5.9"
fs-extra "10.0.0"
got "11.8.5"
Expand Down Expand Up @@ -1953,13 +1953,25 @@
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0"
integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==

"@octokit/openapi-types@^13.4.0":
version "13.4.0"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.4.0.tgz#06fe8fda93bf21bdd397fe7ef8805249efda6c06"
integrity sha512-2mVzW0X1+HDO3jF80/+QFZNzJiTefELKbhMu6yaBYbp/1gSMkVDm4rT472gJljTokWUlXaaE63m7WrWENhMDLw==

"@octokit/plugin-paginate-rest@^3.0.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.1.0.tgz#86f8be759ce2d6d7c879a31490fd2f7410b731f0"
integrity sha512-+cfc40pMzWcLkoDcLb1KXqjX0jTGYXjKuQdFQDc6UAknISJHnZTiBqld6HDwRJvD4DsouDKrWXNbNV0lE/3AXA==
dependencies:
"@octokit/types" "^6.41.0"

"@octokit/plugin-paginate-rest@^4.0.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.1.0.tgz#670ac9ac369448c69a2371bfcd7e2b37d95534f2"
integrity sha512-2O5K5fpajYG5g62wjzHR7/cWYaCA88CextAW3vFP+yoIHD0KEdlVMHfM5/i5LyV+JMmqiYW7w5qfg46FR+McNw==
dependencies:
"@octokit/types" "^7.1.1"

"@octokit/plugin-request-log@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
Expand Down Expand Up @@ -1994,7 +2006,17 @@
node-fetch "^2.6.7"
universal-user-agent "^6.0.0"

"@octokit/rest@19.0.3", "@octokit/rest@^19.0.0":
"@octokit/rest@19.0.4":
version "19.0.4"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.4.tgz#fd8bed1cefffa486e9ae46a9dc608ce81bcfcbdd"
integrity sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==
dependencies:
"@octokit/core" "^4.0.0"
"@octokit/plugin-paginate-rest" "^4.0.0"
"@octokit/plugin-request-log" "^1.0.4"
"@octokit/plugin-rest-endpoint-methods" "^6.0.0"

"@octokit/rest@^19.0.0":
version "19.0.3"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.3.tgz#b9a4e8dc8d53e030d611c053153ee6045f080f02"
integrity sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==
Expand All @@ -2011,6 +2033,13 @@
dependencies:
"@octokit/openapi-types" "^12.11.0"

"@octokit/types@^7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-7.1.1.tgz#a30fd6ca3279d59d532fa75583d65d93b7588e6d"
integrity sha512-Dx6cNTORyVaKY0Yeb9MbHksk79L8GXsihbG6PtWqTpkyA2TY1qBWE26EQXVG3dHwY9Femdd/WEeRUEiD0+H3TQ==
dependencies:
"@octokit/openapi-types" "^13.4.0"

"@openpgp/web-stream-tools@0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@openpgp/web-stream-tools/-/web-stream-tools-0.0.11.tgz#71bc9c493024506b1e5b0a587b85984435bbff8e"
Expand Down

0 comments on commit eaa7381

Please sign in to comment.