Compare commits

...

1 commit

Author SHA1 Message Date
bfd3ed7f42 Update dependency uikit to v3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2025-02-02 10:42:50 +00:00
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.22.4"
},
"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.22.4",
"resolved": "https://registry.npmjs.org/uikit/-/uikit-3.22.4.tgz",
"integrity": "sha512-EeBRwwv8dy0UxMFloSWJmqF65LAhyW2eTqhjvlKt+4aeILL6M+r5IZ5IN9kycDAIFQwtG4XldZZ8IOZ+CZL9+w==",
"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.22.4"
},
"devDependencies": {
"browserify": "17.0.1",