From 10ef2779821b6f8ce7a0f95322c475a32d1c96f4 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 7 Mar 2024 15:38:44 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B06455=20Add=20jquery-ui=20NPM=20package?= =?UTF-8?q?=20We=20need=20jquery-ui-dist=20for=20inclusion=20in=20our=20we?= =?UTF-8?q?b=20pages,=20but=20there=20are=20no=20security=20returned=20on?= =?UTF-8?q?=20this=20package=20:/=20So=20we=20are=20adding=20jquery-ui,=20?= =?UTF-8?q?ignoring=20the=20corresponding=20files=20(only=20add=20it=20to?= =?UTF-8?q?=20package.json).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + node_modules/.package-lock.json | 5 +++++ package-lock.json | 11 +++++++++++ package.json | 1 + 4 files changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 713e0cb9c..fe3254ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ tests/*/vendor/* /node_modules/ace-builds/src/** /node_modules/ace-builds/src-min-noconflict/** /node_modules/ace-builds/src-noconflict/** +/node_modules/jquery-ui/** # PHPUnit: Cache file, local XML working copies /tests/php-unit-tests/.phpunit.result.cache diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index e08749979..2a8d814cc 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -238,6 +238,11 @@ "jquery": ">=3 <4" } }, + "node_modules/jquery-ui": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", + "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" + }, "node_modules/jquery-ui-dist": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz", diff --git a/package-lock.json b/package-lock.json index 524f41178..f0a1b1eab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "jquery": "^3.5.1", "jquery-contextmenu": "^1.6.7", "jquery-migrate": "^3.1.0", + "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1", "magnific-popup": "^1.0.0", "mousetrap": "^1.6.5", @@ -266,6 +267,11 @@ "jquery": ">=3 <4" } }, + "node_modules/jquery-ui": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", + "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" + }, "node_modules/jquery-ui-dist": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz", @@ -613,6 +619,11 @@ "integrity": "sha512-u/MtE1ST2pCr3rCyouJG2xMiw/k3OzLNeRKprjKTeHUezCGr0DyEgeXFdqFLmQfxfR5EsVu+mGo/sCcYdiYcIQ==", "requires": {} }, + "jquery-ui": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", + "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" + }, "jquery-ui-dist": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz", diff --git a/package.json b/package.json index 78c4278f8..3a68aa887 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "jquery": "^3.5.1", "jquery-contextmenu": "^1.6.7", "jquery-migrate": "^3.1.0", + "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1", "magnific-popup": "^1.0.0", "mousetrap": "^1.6.5",