diff --git a/package-lock.json b/package-lock.json index 320eb0e35..c055d8c78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3462,15 +3462,6 @@ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" }, - "@types/lru-cache": { - "version": "7.10.10", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.10.10.tgz", - "integrity": "sha512-nEpVRPWW9EBmx2SCfNn3ClYxPL7IktPX12HhIoSc/H5mMjdeW3+YsXIpseLQ2xF35+OcpwKQbEUw5VtqE4PDNA==", - "dev": true, - "requires": { - "lru-cache": "*" - } - }, "@types/luxon": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", diff --git a/package.json b/package.json index 3a01bcd54..952f66452 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,6 @@ "@testing-library/user-event": "14.5.2", "@types/chai": "4.3.16", "@types/express": "4.17.21", - "@types/lru-cache": "7.10.10", "@types/luxon": "3.4.2", "@types/meteor": "2.9.8", "@types/mocha": "8.2.3",