mirror of
https://github.com/directus/directus.git
synced 2026-01-24 19:18:07 -05:00
Update dependency mime to v3 (#9380)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
"maplibre-gl": "1.15.2",
|
||||
"marked": "3.0.8",
|
||||
"micromustache": "8.0.3",
|
||||
"mime": "2.6.0",
|
||||
"mime": "3.0.0",
|
||||
"mitt": "3.0.0",
|
||||
"nanoid": "3.1.30",
|
||||
"p-queue": "7.1.0",
|
||||
|
||||
22
package-lock.json
generated
22
package-lock.json
generated
@@ -345,7 +345,7 @@
|
||||
"maplibre-gl": "1.15.2",
|
||||
"marked": "3.0.8",
|
||||
"micromustache": "8.0.3",
|
||||
"mime": "2.6.0",
|
||||
"mime": "3.0.0",
|
||||
"mitt": "3.0.0",
|
||||
"nanoid": "3.1.30",
|
||||
"p-queue": "7.1.0",
|
||||
@@ -389,6 +389,18 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"app/node_modules/mime": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
||||
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"mime": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"app/node_modules/p-queue": {
|
||||
"version": "7.1.0",
|
||||
"dev": true,
|
||||
@@ -46271,7 +46283,7 @@
|
||||
"maplibre-gl": "1.15.2",
|
||||
"marked": "3.0.8",
|
||||
"micromustache": "8.0.3",
|
||||
"mime": "2.6.0",
|
||||
"mime": "3.0.0",
|
||||
"mitt": "3.0.0",
|
||||
"nanoid": "3.1.30",
|
||||
"p-queue": "7.1.0",
|
||||
@@ -46300,6 +46312,12 @@
|
||||
"version": "5.0.0",
|
||||
"dev": true
|
||||
},
|
||||
"mime": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
||||
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
|
||||
"dev": true
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "7.1.0",
|
||||
"dev": true,
|
||||
|
||||
Reference in New Issue
Block a user