From f869f12b9a806f556a80d7c092628a0507e07ecd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 15:37:18 +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/soloinovator/project/e371eb32-3dfd-459a-a3e2-8149b0d411cb?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 710cf6ed86c9f..978df4dc45dff 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", @@ -11226,9 +11226,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 501ceb238779a..d232a0e848c18 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",