diff --git a/package-lock.json b/package-lock.json index 6a88fc3..4bf1d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ipaddr.js": "^2.0.1", "leven": "^4.0.0", "lodash": "^4.17.21", - "mem": "^9.0.1", + "mem": "^10.0.0", "normalize-url": "^7.0.2", "p-timeout": "^5.0.0", "quick-lru": "^7.0.0", @@ -6194,9 +6194,10 @@ } }, "node_modules/mem": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/mem/-/mem-9.0.1.tgz", - "integrity": "sha512-f4uEX3Ley9FZqcFIRSBr2q43x1bJQeDvsxgkSN/BPnA7jY9Aue4sBU2dsjmpDwiaY/QY1maNCeosbUHQWzzdQw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-10.0.0.tgz", + "integrity": "sha512-ucHuGY0h9IKre1NAf8iRyBQhlmuISr0zEOHuLc7szfkUWiaVzuG1g7piPkVl4rVj362pjxsqiOANtDdI7mv86A==", + "deprecated": "Renamed to memoize: https://www.npmjs.com/package/memoize", "dependencies": { "map-age-cleaner": "^0.1.3", "mimic-fn": "^4.0.0" @@ -12959,9 +12960,9 @@ } }, "mem": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/mem/-/mem-9.0.1.tgz", - "integrity": "sha512-f4uEX3Ley9FZqcFIRSBr2q43x1bJQeDvsxgkSN/BPnA7jY9Aue4sBU2dsjmpDwiaY/QY1maNCeosbUHQWzzdQw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-10.0.0.tgz", + "integrity": "sha512-ucHuGY0h9IKre1NAf8iRyBQhlmuISr0zEOHuLc7szfkUWiaVzuG1g7piPkVl4rVj362pjxsqiOANtDdI7mv86A==", "requires": { "map-age-cleaner": "^0.1.3", "mimic-fn": "^4.0.0" diff --git a/package.json b/package.json index b0ca633..4eb6c8b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ipaddr.js": "^2.0.1", "leven": "^4.0.0", "lodash": "^4.17.21", - "mem": "^9.0.1", + "mem": "^10.0.0", "normalize-url": "^7.0.2", "p-timeout": "^5.0.0", "quick-lru": "^7.0.0",