Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Bump tiny-lru from 8.0.2 to 9.0.2 (#67)
Browse files Browse the repository at this point in the history
* Bump tiny-lru from 8.0.2 to 9.0.2

Bumps [tiny-lru](https://github.com/avoidwork/tiny-lru) from 8.0.2 to 9.0.2.
- [Release notes](https://github.com/avoidwork/tiny-lru/releases)
- [Changelog](https://github.com/avoidwork/tiny-lru/blob/master/CHANGELOG.md)
- [Commits](avoidwork/tiny-lru@8.0.2...9.0.2)

---
updated-dependencies:
- dependency-name: tiny-lru
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix require

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
  • Loading branch information
dependabot[bot] and Uzlopak authored Oct 4, 2022
1 parent 7797805 commit 5654be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const pump = require('pump')
const lru = require('tiny-lru')
const lru = require('tiny-lru').lru
const querystring = require('querystring')
const Stream = require('stream')
const buildRequest = require('./lib/request')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"end-of-stream": "^1.4.4",
"pump": "^3.0.0",
"semver": "^7.3.5",
"tiny-lru": "^8.0.2",
"tiny-lru": "^9.0.2",
"undici": "^5.4.0"
}
}

0 comments on commit 5654be1

Please sign in to comment.