Update dependencies

This commit is contained in:
Nick O'Leary
2024-05-30 16:43:33 +01:00
parent 87992823d5
commit 3aeb4bd868
10 changed files with 57 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "4.0.0",
"version": "4.0.0-beta.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/util": "4.0.0",
"@node-red/util": "4.0.0-beta.4",
"clone": "2.1.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"semver": "7.5.4",
"tar": "6.2.1",
"tar": "7.2.0",
"uglify-js": "3.17.4"
}
}