fix: upgrade lru-cache from 9.0.3 to 9.1.2

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

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-07-06 02:08:35 +00:00
parent a2ef9e0e9f
commit fd7877fda9
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", "hcaptcha": "^0.1.1",
"hsts": "^2.2.0", "hsts": "^2.2.0",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"lru-cache": "^9.0.3", "lru-cache": "^9.1.2",
"mysql2": "^3.2.3", "mysql2": "^3.2.3",
"newrelic": "^9.11.0", "newrelic": "^9.11.0",
"sharp": "^0.30.7", "sharp": "^0.30.7",
@ -1418,9 +1418,9 @@
} }
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {
"version": "9.0.3", "version": "9.1.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.3.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz",
"integrity": "sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg==", "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==",
"engines": { "engines": {
"node": "14 || >=16.14" "node": "14 || >=16.14"
} }
@ -3709,9 +3709,9 @@
} }
}, },
"lru-cache": { "lru-cache": {
"version": "9.0.3", "version": "9.1.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.3.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz",
"integrity": "sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg==" "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ=="
}, },
"media-typer": { "media-typer": {
"version": "0.3.0", "version": "0.3.0",

View File

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