N°6455 Add jquery-ui NPM package

We need jquery-ui-dist for inclusion in our web pages, but there are no security returned on this package :/
So we are adding jquery-ui, ignoring the corresponding files (only add it to package.json).
This commit is contained in:
Pierre Goiffon
2024-03-07 15:38:44 +01:00
parent ebe7da7acb
commit 10ef277982
4 changed files with 18 additions and 0 deletions

5
node_modules/.package-lock.json generated vendored
View File

@@ -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",