refactor: Upgrade mime from 4.0.4 to 4.0.6 (#9546)

This commit is contained in:
Parse Platform
2025-01-16 14:36:24 +01:00
committed by GitHub
parent 0fb0c07fa3
commit ae16aba2cd
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"ldapjs": "3.0.7", "ldapjs": "3.0.7",
"lodash": "4.17.21", "lodash": "4.17.21",
"lru-cache": "10.4.0", "lru-cache": "10.4.0",
"mime": "4.0.4", "mime": "^4.0.6",
"mongodb": "6.12.0", "mongodb": "6.12.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.3.5", "otpauth": "9.3.5",
@@ -13188,12 +13188,13 @@
} }
}, },
"node_modules/mime": { "node_modules/mime": {
"version": "4.0.4", "version": "4.0.6",
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz", "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.6.tgz",
"integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==", "integrity": "sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa" "https://github.com/sponsors/broofa"
], ],
"license": "MIT",
"bin": { "bin": {
"mime": "bin/cli.js" "mime": "bin/cli.js"
}, },
@@ -30639,9 +30640,9 @@
} }
}, },
"mime": { "mime": {
"version": "4.0.4", "version": "4.0.6",
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz", "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.6.tgz",
"integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==" "integrity": "sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A=="
}, },
"mime-db": { "mime-db": {
"version": "1.52.0", "version": "1.52.0",

View File

@@ -45,7 +45,7 @@
"ldapjs": "3.0.7", "ldapjs": "3.0.7",
"lodash": "4.17.21", "lodash": "4.17.21",
"lru-cache": "10.4.0", "lru-cache": "10.4.0",
"mime": "4.0.4", "mime": "4.0.6",
"mongodb": "6.12.0", "mongodb": "6.12.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.3.5", "otpauth": "9.3.5",