Update dependency uikit to v3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Renovate Bot 2024-11-01 15:44:22 +00:00
parent 14e3c538ff
commit 5127ac8c78
2 changed files with 6 additions and 13 deletions

17
package-lock.json generated
View file

@ -14,7 +14,7 @@
"jquery": "3.7.1",
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
"js-md5": "0.8.3",
"uikit": "2.27.4"
"uikit": "3.21.13"
},
"devDependencies": {
"browserify": "17.0.0",
@ -4378,11 +4378,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/node-promise": {
"version": "0.5.14",
"resolved": "https://registry.npmjs.org/node-promise/-/node-promise-0.5.14.tgz",
"integrity": "sha512-kbd+ABY2XRdByRVHPcBDemymfNL8+msGyKNxG/ziZnh9RjneuuGQl3/CE5UkNWxCInkJS+ztc5B31/t2kIO4Yw=="
},
"node_modules/nopt": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
@ -6544,12 +6539,10 @@
}
},
"node_modules/uikit": {
"version": "2.27.4",
"resolved": "https://registry.npmjs.org/uikit/-/uikit-2.27.4.tgz",
"integrity": "sha512-dylNikIJ8sB6Sd1AP6YETb+R5bIkjTnGeuu/yLhO9elQ4oLu8CIA+u5zCC7a9m7axbDUALy12qr32nvgRyO5HA==",
"dependencies": {
"node-promise": "^0.5.10"
}
"version": "3.21.13",
"resolved": "https://registry.npmjs.org/uikit/-/uikit-3.21.13.tgz",
"integrity": "sha512-Yc1VWCarqK8kMu9KCXfMH+1lQLZ0PxQRWML1ElJYt2KCwSNGxUVLJSDXcO4qtBR8asRAY+pHBtuM5iIQq0Odsg==",
"license": "MIT"
},
"node_modules/umd": {
"version": "3.0.3",

View file

@ -36,7 +36,7 @@
"jquery": "3.7.1",
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
"js-md5": "0.8.3",
"uikit": "2.27.4"
"uikit": "3.21.13"
},
"devDependencies": {
"browserify": "17.0.0",