Bump blueimp-file-upload from 9.12.5 to 9.34.0

This is the last version in the 9.x series and was released in February
2019.

We'll first try out this version before upgrading to version 10.32.0
(the latest version) because it's been a long time since we upgraded
this gem and so we're doing the upgrade in two steps.
This commit is contained in:
Javi Martín
2024-03-25 04:17:02 +01:00
parent bee00db34f
commit ea26f39589
2 changed files with 31 additions and 5 deletions

34
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"": { "": {
"name": "consuldemocracy", "name": "consuldemocracy",
"dependencies": { "dependencies": {
"blueimp-file-upload": "9.12.5", "blueimp-file-upload": "^9.34.0",
"foundation-sites": "^6.6.2", "foundation-sites": "^6.6.2",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"jquery-ui": "^1.13.2", "jquery-ui": "^1.13.2",
@@ -22,10 +22,36 @@
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
}, },
"node_modules/blueimp-canvas-to-blob": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.5.0.tgz",
"integrity": "sha512-1Aq2Yn6SUsOERT4Ng7GUWRy6oRvqeNU2Iwhcq5ZH7aoejFkLEKjRx/XcpepfU7IMmj3sONSmiLmSgzj9umGUPw==",
"optional": true
},
"node_modules/blueimp-file-upload": { "node_modules/blueimp-file-upload": {
"version": "9.12.5", "version": "9.34.0",
"resolved": "https://registry.npmjs.org/blueimp-file-upload/-/blueimp-file-upload-9.12.5.tgz", "resolved": "https://registry.npmjs.org/blueimp-file-upload/-/blueimp-file-upload-9.34.0.tgz",
"integrity": "sha512-hWHp6GDoNVBV6zmU5voMqFBGAFS7KZ6I1rZhRqIPsj+2XruxPHz7M24Hvl3lcEQizY4mZo0VedIqMT7UEWT5Dg==" "integrity": "sha512-dXacFmyv6p0n+l5+u1ssYhSpCJdYabl7BZTw5WvB6ygY2ksTB3SdD6huafryEO5DH+XuspHDL6+IJ3m14Va+FQ==",
"optionalDependencies": {
"blueimp-canvas-to-blob": "3.5.0",
"blueimp-load-image": "2.12.2",
"blueimp-tmpl": "3.6.0"
}
},
"node_modules/blueimp-load-image": {
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-2.12.2.tgz",
"integrity": "sha512-o6YeeBo0e6g3/T7mPZtED/y/66VdhMxYVEqE5Owl+9Ew0MpLFgFh6humePBAh0JVRfCtK7CHQ7K84S4GIfaZtg==",
"optional": true
},
"node_modules/blueimp-tmpl": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-3.6.0.tgz",
"integrity": "sha512-FPbl2VMophcudvT2Li+y10RtKT4l7wBto1NZycXoVQb1JVlo8QbjDgEqL9Ph41/rUl4dTOv3mqWPoxqCHA1b7A==",
"optional": true,
"bin": {
"tmpl.js": "js/compile.js"
}
}, },
"node_modules/entities": { "node_modules/entities": {
"version": "2.1.0", "version": "2.1.0",

View File

@@ -1,7 +1,7 @@
{ {
"name": "consuldemocracy", "name": "consuldemocracy",
"dependencies": { "dependencies": {
"blueimp-file-upload": "9.12.5", "blueimp-file-upload": "^9.34.0",
"foundation-sites": "^6.6.2", "foundation-sites": "^6.6.2",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"jquery-ui": "^1.13.2", "jquery-ui": "^1.13.2",