Merge pull request #75 from 002Hub/snyk-upgrade-8951c27880cc775d28fa3dae8a0aa352

[Snyk] Upgrade lru-cache from 7.18.2 to 7.18.3
This commit is contained in:
Code002Lover 2023-04-01 17:24:10 +02:00 committed by GitHub
commit 93ab117f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"express-useragent": "^1.0.15",
"hcaptcha": "^0.1.1",
"html-minifier-terser": "^7.1.0",
"lru-cache": "^7.18.2",
"lru-cache": "^7.18.3",
"mysql2": "^3.2.0",
"newrelic": "^9.11.0",
"sharp": "^0.30.7",
@ -1364,9 +1364,9 @@
}
},
"node_modules/lru-cache": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.2.tgz",
"integrity": "sha512-KytVYmZ3reaw/f3d7GCISvWWjTYxszNdvD5rDvm/zECga3eSWzryRY7iauJsjo6aaw03lHYTSNTk7lW83Bv+zQ==",
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
"engines": {
"node": ">=12"
}
@ -3574,9 +3574,9 @@
}
},
"lru-cache": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.2.tgz",
"integrity": "sha512-KytVYmZ3reaw/f3d7GCISvWWjTYxszNdvD5rDvm/zECga3eSWzryRY7iauJsjo6aaw03lHYTSNTk7lW83Bv+zQ=="
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="
},
"media-typer": {
"version": "0.3.0",

View File

@ -10,7 +10,7 @@
"express-useragent": "^1.0.15",
"hcaptcha": "^0.1.1",
"html-minifier-terser": "^7.1.0",
"lru-cache": "^7.18.2",
"lru-cache": "^7.18.3",
"newrelic": "^9.11.0",
"mysql2": "^3.2.0",
"sharp": "^0.30.7",