From b95a7915b3b57939b84d800e80564e714e2b1096 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jan 2023 19:16:12 +0000 Subject: [PATCH] fix: upgrade jquery from 3.6.1 to 3.6.2 Snyk has created this PR to upgrade jquery from 3.6.1 to 3.6.2. See this package in npm: https://www.npmjs.com/package/jquery 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..10974db00dd24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "fs-extra": "^10.1.0", "graceful-fs": "^4.2.10", "handlebars": "^4.7.7", - "jquery": "^3.6.1", + "jquery": "^3.6.2", "jquery.fancytable": "^1.0.32", "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", @@ -3357,9 +3357,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "node_modules/jquery.fancytable": { "version": "1.0.32", @@ -11224,9 +11224,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "jquery.fancytable": { "version": "1.0.32", diff --git a/package.json b/package.json index 1f39bb5f61a86..99a6562e380e5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "fs-extra": "^10.1.0", "graceful-fs": "^4.2.10", "handlebars": "^4.7.7", - "jquery": "^3.6.1", + "jquery": "^3.6.2", "jquery.fancytable": "^1.0.32", "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0",