fix: upgrade lru-cache from 9.0.1 to 9.0.3

Snyk has created this PR to upgrade lru-cache from 9.0.1 to 9.0.3.

See this package in npm:
https://www.npmjs.com/package/lru-cache

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-05-06 16:56:25 +00:00
parent 12e2fa914f
commit 90cde02e31
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"hcaptcha": "^0.1.1",
"hsts": "^2.2.0",
"html-minifier-terser": "^7.2.0",
"lru-cache": "^9.0.1",
"lru-cache": "^9.0.3",
"mysql2": "^3.2.1",
"newrelic": "^9.11.0",
"sharp": "^0.30.7",
@ -1418,9 +1418,9 @@
}
},
"node_modules/lru-cache": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.1.tgz",
"integrity": "sha512-C8QsKIN1UIXeOs3iWmiZ1lQY+EnKDojWd37fXy1aSbJvH4iSma1uy2OWuoB3m4SYRli5+CUjDv3Dij5DVoetmg==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.3.tgz",
"integrity": "sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg==",
"engines": {
"node": "14 || >=16.14"
}
@ -3709,9 +3709,9 @@
}
},
"lru-cache": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.1.tgz",
"integrity": "sha512-C8QsKIN1UIXeOs3iWmiZ1lQY+EnKDojWd37fXy1aSbJvH4iSma1uy2OWuoB3m4SYRli5+CUjDv3Dij5DVoetmg=="
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.3.tgz",
"integrity": "sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg=="
},
"media-typer": {
"version": "0.3.0",

View File

@ -12,7 +12,7 @@
"hsts": "^2.2.0",
"newrelic": "^9.15.0",
"html-minifier-terser": "^7.2.0",
"lru-cache": "^9.0.1",
"lru-cache": "^9.0.3",
"mysql2": "^3.2.1",
"newrelic": "^9.11.0",
"sharp": "^0.30.7",