Bumped tableexport plugin

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-12 22:14:09 -07:00
parent ef1eb15a91
commit 0cb6a9ce69
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -3387,9 +3387,9 @@
},
"dependencies": {
"core-js": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.4.tgz",
"integrity": "sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w==",
"version": "3.22.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.5.tgz",
"integrity": "sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA==",
"optional": true
},
"regenerator-runtime": {
@ -4456,9 +4456,9 @@
}
},
"dompurify": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz",
"integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.7.tgz",
"integrity": "sha512-fsVZLywBd3awZIG3qU4JEdw7DCb0uUCajTfWRrLhsgKjTBd5CIIluPoAkNfco05GuNYQGj4/+bQIhlq96eT9eQ==",
"optional": true
},
"domutils": {
@ -15752,9 +15752,9 @@
},
"dependencies": {
"core-js": {
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.4.tgz",
"integrity": "sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w==",
"version": "3.22.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.5.tgz",
"integrity": "sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA==",
"optional": true
}
}
@ -19151,9 +19151,9 @@
}
},
"tableexport.jquery.plugin": {
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/tableexport.jquery.plugin/-/tableexport.jquery.plugin-1.25.0.tgz",
"integrity": "sha512-+9dpFTZ2toqQJ0l+Rfoc3eW1ZMBgqvdK3ie+sDgCHRGnT5r/tZf2ZRyhoiHzRAvdLyoY283oJyVD/HCkwCzhlA==",
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/tableexport.jquery.plugin/-/tableexport.jquery.plugin-1.26.0.tgz",
"integrity": "sha512-PMad8npkQviiZG/J0kV6zphmcpNwMglxbxZjGR/7DtcKOTfiOzpcQQFIjHVqpnnKgpHHzOfV6GB9km6EkUAt4A==",
"requires": {
"file-saver": ">=2.0.1",
"html2canvas": ">=1.0.0",

View file

@ -53,7 +53,7 @@
"papaparse": "^4.3.3",
"select2": "4.0.13",
"sheetjs": "^2.0.0",
"tableexport.jquery.plugin": "1.25.0",
"tableexport.jquery.plugin": "1.26.0",
"tether": "^1.4.0",
"vue-resource": "^1.5.2",
"webpack": "^5.65.0"