patch: bump @types/mime-types to 2.1.3

This commit is contained in:
Edwin Joassart 2023-10-18 17:17:14 +02:00
parent f77a283e98
commit aa153becfc
2 changed files with 16 additions and 13 deletions

27
npm-shrinkwrap.json generated
View File

@ -16,10 +16,10 @@
"@fortawesome/fontawesome-free": "5.15.4",
"@sentry/electron": "^4.14.0",
"@svgr/webpack": "8.1.0",
"@types/chai": "4.3.8",
"@types/chai": "4.3.9",
"@types/copy-webpack-plugin": "6.4.3",
"@types/lodash": "^4.14.200",
"@types/mime-types": "2.1.1",
"@types/mime-types": "2.1.3",
"@types/mini-css-extract-plugin": "1.4.3",
"@types/mocha": "^10.0.3",
"@types/node": "^18.18.6",
@ -4832,9 +4832,9 @@
}
},
"node_modules/@types/chai": {
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz",
"integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==",
"version": "4.3.9",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz",
"integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==",
"dev": true
},
"node_modules/@types/codemirror": {
@ -5034,9 +5034,10 @@
"license": "MIT"
},
"node_modules/@types/mime-types": {
"version": "2.1.1",
"dev": true,
"license": "MIT"
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.3.tgz",
"integrity": "sha512-bvxCbHeeS7quxS7uOJShyoOQj/BfLabhF6mk9Rmr+2MRfW8W1yxyyL/0GTxLFTHen41GrIw4K3D4DrLouhb8vg==",
"dev": true
},
"node_modules/@types/mini-css-extract-plugin": {
"version": "1.4.3",
@ -21807,9 +21808,9 @@
}
},
"@types/chai": {
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz",
"integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==",
"version": "4.3.9",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz",
"integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==",
"dev": true
},
"@types/codemirror": {
@ -21984,7 +21985,9 @@
"dev": true
},
"@types/mime-types": {
"version": "2.1.1",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.3.tgz",
"integrity": "sha512-bvxCbHeeS7quxS7uOJShyoOQj/BfLabhF6mk9Rmr+2MRfW8W1yxyyL/0GTxLFTHen41GrIw4K3D4DrLouhb8vg==",
"dev": true
},
"@types/mini-css-extract-plugin": {

View File

@ -60,7 +60,7 @@
"@types/chai": "4.3.9",
"@types/copy-webpack-plugin": "6.4.3",
"@types/lodash": "^4.14.200",
"@types/mime-types": "2.1.1",
"@types/mime-types": "2.1.3",
"@types/mini-css-extract-plugin": "1.4.3",
"@types/mocha": "^10.0.3",
"@types/node": "^18.18.6",