From 0b36d1ceb1a64c6945d19c042f91d9ed4408d579 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 07:23:22 +0000 Subject: [PATCH] fix: upgrade jquery.fancytable from 1.0.26 to 1.0.28 Snyk has created this PR to upgrade jquery.fancytable from 1.0.26 to 1.0.28. See this package in npm: https://www.npmjs.com/package/jquery.fancytable See this project in Snyk: https://app.snyk.io/org/rahmaniftaliyev/project/ab19658d-9c24-4253-928c-07b791fb9300?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 26f6179084bd3..7e8f95cce79b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "graceful-fs": "^4.2.9", "handlebars": "^4.7.7", "jquery": "^3.6.0", - "jquery.fancytable": "^1.0.26", + "jquery.fancytable": "^1.0.28", "jstransformer-handlebars": "^1.1.0", "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", @@ -3253,9 +3253,9 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "node_modules/jquery.fancytable": { - "version": "1.0.26", - "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.26.tgz", - "integrity": "sha512-aaTHulSwt3sTvACXZOkC1EZogEILMKJDB40paKsgUXSvyx/4YggkO7P8fL44DD50K8JCatUYSMHeI8CxtSaKXg==" + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.28.tgz", + "integrity": "sha512-73LGA0P6JwA8D6lC/U+IE1UVAzQYAgN0IdteTvFj6cHV91krFUi/3eEevpO5RBOHze+qhjaw9itTF4svUjlqJQ==" }, "node_modules/js-tokens": { "version": "4.0.0", @@ -11270,9 +11270,9 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery.fancytable": { - "version": "1.0.26", - "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.26.tgz", - "integrity": "sha512-aaTHulSwt3sTvACXZOkC1EZogEILMKJDB40paKsgUXSvyx/4YggkO7P8fL44DD50K8JCatUYSMHeI8CxtSaKXg==" + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/jquery.fancytable/-/jquery.fancytable-1.0.28.tgz", + "integrity": "sha512-73LGA0P6JwA8D6lC/U+IE1UVAzQYAgN0IdteTvFj6cHV91krFUi/3eEevpO5RBOHze+qhjaw9itTF4svUjlqJQ==" }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index 6c7a07ea6e129..a1d2402a68782 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "graceful-fs": "^4.2.9", "handlebars": "^4.7.7", "jquery": "^3.6.0", - "jquery.fancytable": "^1.0.26", + "jquery.fancytable": "^1.0.28", "jstransformer-handlebars": "^1.1.0", "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1",