From 283b928f2d547368b82239b32c7b583b9042075b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Dec 2022 22:49:41 +0000 Subject: [PATCH] fix: upgrade jquery.fancytable from 1.0.32 to 1.0.33 Snyk has created this PR to upgrade jquery.fancytable from 1.0.32 to 1.0.33. See this package in npm: https://www.npmjs.com/package/jquery.fancytable See this project in Snyk: https://app.snyk.io/org/heatherleeann/project/4c7796ab-5d10-4751-bcab-578a43451ee5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69be78c98385a..a53055b56c5ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "graceful-fs": "^4.2.10", "handlebars": "^4.7.7", "jquery": "^3.6.1", - "jquery.fancytable": "^1.0.32", + "jquery.fancytable": "^1.0.33", "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", @@ -3362,9 +3362,9 @@ "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" }, "node_modules/jquery.fancytable": { - "version": "1.0.32", - "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.32.tgz", - "integrity": "sha512-cun7c0D9jv93Kk68HdRz5arUTpubuWH6aSV+xuwymYDKlxFl48PNDqRDBDWiVsomB7hja4XBoeOYSWt/FMYyCQ==" + "version": "1.0.33", + "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.33.tgz", + "integrity": "sha512-MzoBv4a6y1Ab6RGv4NNpaLKEvDihHX6UNkugID78sWSCXrFL0HPUOZ89Z6RdQ8vEUC1NMY/YBKoBNAFnQxdbeg==" }, "node_modules/js-sdsl": { "version": "4.1.4", @@ -11229,9 +11229,9 @@ "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" }, "jquery.fancytable": { - "version": "1.0.32", - "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.32.tgz", - "integrity": "sha512-cun7c0D9jv93Kk68HdRz5arUTpubuWH6aSV+xuwymYDKlxFl48PNDqRDBDWiVsomB7hja4XBoeOYSWt/FMYyCQ==" + "version": "1.0.33", + "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.33.tgz", + "integrity": "sha512-MzoBv4a6y1Ab6RGv4NNpaLKEvDihHX6UNkugID78sWSCXrFL0HPUOZ89Z6RdQ8vEUC1NMY/YBKoBNAFnQxdbeg==" }, "js-sdsl": { "version": "4.1.4", diff --git a/package.json b/package.json index 1f39bb5f61a86..1e0eabfc8f065 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "graceful-fs": "^4.2.10", "handlebars": "^4.7.7", "jquery": "^3.6.1", - "jquery.fancytable": "^1.0.32", + "jquery.fancytable": "^1.0.33", "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1",