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 2025-03-20 11:43:07 +00:00
parent ab7c1a4c1c
commit a2ef673b59
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.23.3"
},
"devDependencies": {
"browserify": "17.0.1",
@ -3732,11 +3732,6 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"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": "8.0.0",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.0.0.tgz",
@ -5594,12 +5589,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.23.3",
"resolved": "https://registry.npmjs.org/uikit/-/uikit-3.23.3.tgz",
"integrity": "sha512-GK8b6wZxYjrDKVlG7XFhldLirZwZiTgkKSu2Hx1GDSAR/HCnptVCMLAKGP2YmrG0USoIlNFmaQl9y49hxZxKAQ==",
"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.23.3"
},
"devDependencies": {
"browserify": "17.0.1",