Bump @sirherobrine23/extends from 3.4.3 to 3.5.4 #515

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/sirherobrine23/extends-3.5.4 into main 2023-04-01 14:34:26 +00:00
2 changed files with 12 additions and 7 deletions

17
package-lock.json generated

@ -3013,10 +3013,10 @@
}, },
"package/cli": { "package/cli": {
"name": "bds-maneger", "name": "bds-maneger",
"version": "1.0.0", "version": "6.0.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@the-bds-maneger/core": "^6.0.0", "@the-bds-maneger/core": "^6.0.1",
"yargs": "^17.7.1" "yargs": "^17.7.1"
}, },
"devDependencies": { "devDependencies": {
@ -3025,11 +3025,11 @@
}, },
"package/core": { "package/core": {
"name": "@the-bds-maneger/core", "name": "@the-bds-maneger/core",
"version": "6.0.0", "version": "6.0.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@sirherobrine23/cloud": "^3.4.2", "@sirherobrine23/cloud": "^3.4.2",
"@sirherobrine23/extends": "^3.4.2", "@sirherobrine23/extends": "^3.5.4",
"@sirherobrine23/http": "^3.4.2", "@sirherobrine23/http": "^3.4.2",
"sanitize-filename": "^1.6.3", "sanitize-filename": "^1.6.3",
"semver": "^7.3.8", "semver": "^7.3.8",
@ -3042,12 +3042,17 @@
"@types/unzip-stream": "^0.3.1" "@types/unzip-stream": "^0.3.1"
} }
}, },
"package/core/node_modules/@sirherobrine23/extends": {
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/@sirherobrine23/extends/-/extends-3.5.4.tgz",
"integrity": "sha512-qiRph46W7hK/eeoWwgUTJzOjW7Wp8vM1OVj/mjL+ZOVV66Q0RL06vWghIYVyoy5+gbWQJ0OuE+keO+xjkhfkRw=="
},
"package/docker": { "package/docker": {
"name": "@the-bds-maneger/docker", "name": "@the-bds-maneger/docker",
"version": "6.0.0", "version": "6.0.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@the-bds-maneger/core": "^6.0.0", "@the-bds-maneger/core": "^6.0.1",
"express": "^4.18.2", "express": "^4.18.2",
"mongodb": "^5.1.0", "mongodb": "^5.1.0",
"neste": "^1.0.2", "neste": "^1.0.2",

@ -17,7 +17,7 @@
}, },
"dependencies": { "dependencies": {
"@sirherobrine23/cloud": "^3.4.2", "@sirherobrine23/cloud": "^3.4.2",
"@sirherobrine23/extends": "^3.4.2", "@sirherobrine23/extends": "^3.5.4",
"@sirherobrine23/http": "^3.4.2", "@sirherobrine23/http": "^3.4.2",
"sanitize-filename": "^1.6.3", "sanitize-filename": "^1.6.3",
"semver": "^7.3.8", "semver": "^7.3.8",