diff --git a/package.json b/package.json index 8e13596..6ebb902 100644 --- a/package.json +++ b/package.json @@ -67,13 +67,13 @@ "index.ts" ], "dependencies": { - "@types/lru-cache": "^5.1.0", + "@types/lru-cache": "^7.0.0", "@types/semver": "^7.3.4", "@typescript-eslint/typescript-estree": "^5.11.0", "comment-parser": "^0.7.6", "componentsjs": "5.0.0", "jsonld-context-parser": "^2.1.5", - "lru-cache": "^6.0.0", + "lru-cache": "^7.0.0", "minimist": "^1.2.5", "rdf-object": "^1.13.1", "semver": "^7.3.2" diff --git a/yarn.lock b/yarn.lock index 4208efc..872ea1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -926,10 +926,10 @@ resolved "https://registry.yarnpkg.com/@types/jsonld/-/jsonld-1.5.6.tgz#4396c0b17128abf5773bb68b5453b88fc565b0d4" integrity sha512-OUcfMjRie5IOrJulUQwVNvV57SOdKcTfBj3pjXNxzXqeOIrY2aGDNGW/Tlp83EQPkz4tCE6YWVrGuc/ZeaAQGg== -"@types/lru-cache@^5.1.0": - version "5.1.1" - resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.1.tgz#c48c2e27b65d2a153b19bfc1a317e30872e01eef" - integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw== +"@types/lru-cache@^7.0.0": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-7.4.0.tgz#74e50606962cb90448d928d6f0c7c872592fc84d" + integrity sha512-jZ/Tb2/3vXw4VYd9AImFC/n6XT3WywZNAxwY8Ox9eM87M9ta9G7KzCx4aKo2Zllvr02k40eY328cjOO3WuK5Kw== "@types/minimatch@*": version "3.0.5" @@ -4070,6 +4070,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +lru-cache@^7.0.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.4.0.tgz#2830a779b483e9723e20f26fa5278463c50599d8" + integrity sha512-YOfuyWa/Ee+PXbDm40j9WXyJrzQUynVbgn4Km643UYcWNcrSfRkKL0WaiUcxcIbkXcVTgNpDqSnPXntWXT75cw== + make-dir@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"