diff --git a/package-lock.json b/package-lock.json index 584028b..a3d4510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "graphql-tag": "^2.10.3", "graphql-tools": "^5.0.0", "level": "^8.0.0", - "lru-cache": "^5.1.1", + "lru-cache": "^10.0.3", "socket.io": "^4.6.0", "socket.io-client": "^4.6.0", "state-center": "file:state-center", @@ -174,6 +174,15 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -3212,11 +3221,11 @@ } }, "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz", + "integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==", + "engines": { + "node": "14 || >=16.14" } }, "node_modules/make-dir": { @@ -5287,7 +5296,8 @@ "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, "node_modules/yargs": { "version": "13.3.2", diff --git a/package.json b/package.json index 3edc15c..900d551 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "graphql-tag": "^2.10.3", "graphql-tools": "^5.0.0", "level": "^8.0.0", - "lru-cache": "^5.1.1", + "lru-cache": "^10.0.3", "socket.io": "^4.6.0", "socket.io-client": "^4.6.0", "state-center": "file:state-center",