changed NPM versions to 6.0

This commit is contained in:
SPRINX0\prochazka
2024-12-03 17:22:37 +01:00
parent bbd2d74a28
commit f492a215b4
24 changed files with 72 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "dbgate", "name": "dbgate",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"private": true, "private": true,
"author": "Jan Prochazka <jenasoft.database@gmail.com>", "author": "Jan Prochazka <jenasoft.database@gmail.com>",
"description": "Opensource database administration tool", "description": "Opensource database administration tool",

View File

@@ -1,6 +1,6 @@
{ {
"name": "dbgate-integration-tests", "name": "dbgate-integration-tests",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-api", "name": "dbgate-api",
"main": "src/index.js", "main": "src/index.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -29,10 +29,10 @@
"compare-versions": "^3.6.0", "compare-versions": "^3.6.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-env": "^6.0.3", "cross-env": "^6.0.3",
"dbgate-datalib": "^5.0.0-alpha.1", "dbgate-datalib": "^6.0.0-alpha.1",
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-sqltree": "^5.0.0-alpha.1", "dbgate-sqltree": "^6.0.0-alpha.1",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"diff": "^5.0.0", "diff": "^5.0.0",
"diff2html": "^3.4.13", "diff2html": "^3.4.13",
@@ -81,7 +81,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/lodash": "^4.14.149", "@types/lodash": "^4.14.149",
"dbgate-types": "^5.0.0-alpha.1", "dbgate-types": "^6.0.0-alpha.1",
"env-cmd": "^10.1.0", "env-cmd": "^10.1.0",
"jsdoc-to-markdown": "^9.0.5", "jsdoc-to-markdown": "^9.0.5",
"node-loader": "^1.0.2", "node-loader": "^1.0.2",

View File

@@ -1,5 +1,5 @@
module.exports = { module.exports = {
version: '5.0.0-alpha.1', version: '6.0.0-alpha.1',
buildTime: '2021-04-17T07:22:49.702Z' buildTime: '2024-12-01T00:00:00Z'
}; };

View File

@@ -1,5 +1,5 @@
{ {
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"name": "dbgate-datalib", "name": "dbgate-datalib",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
@@ -13,13 +13,13 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"dbgate-sqltree": "^5.0.0-alpha.1", "dbgate-sqltree": "^6.0.0-alpha.1",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"dbgate-filterparser": "^5.0.0-alpha.1", "dbgate-filterparser": "^6.0.0-alpha.1",
"uuid": "^3.4.0" "uuid": "^3.4.0"
}, },
"devDependencies": { "devDependencies": {
"dbgate-types": "^5.0.0-alpha.1", "dbgate-types": "^6.0.0-alpha.1",
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"jest": "^28.1.3", "jest": "^28.1.3",
"ts-jest": "^28.0.7", "ts-jest": "^28.0.7",

View File

@@ -1,6 +1,6 @@
{ {
"name": "dbmodel", "name": "dbmodel",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -30,16 +30,16 @@
], ],
"dependencies": { "dependencies": {
"commander": "^10.0.0", "commander": "^10.0.0",
"dbgate-api": "^5.0.0-alpha.1", "dbgate-api": "^6.0.0-alpha.1",
"dbgate-plugin-csv": "^5.0.0-alpha.1", "dbgate-plugin-csv": "^6.0.0-alpha.1",
"dbgate-plugin-excel": "^5.0.0-alpha.1", "dbgate-plugin-excel": "^6.0.0-alpha.1",
"dbgate-plugin-mongo": "^5.0.0-alpha.1", "dbgate-plugin-mongo": "^6.0.0-alpha.1",
"dbgate-plugin-mssql": "^5.0.0-alpha.1", "dbgate-plugin-mssql": "^6.0.0-alpha.1",
"dbgate-plugin-mysql": "^5.0.0-alpha.1", "dbgate-plugin-mysql": "^6.0.0-alpha.1",
"dbgate-plugin-postgres": "^5.0.0-alpha.1", "dbgate-plugin-postgres": "^6.0.0-alpha.1",
"dbgate-plugin-xml": "^5.0.0-alpha.1", "dbgate-plugin-xml": "^6.0.0-alpha.1",
"dbgate-plugin-oracle": "^5.0.0-alpha.1", "dbgate-plugin-oracle": "^6.0.0-alpha.1",
"dbgate-web": "^5.0.0-alpha.1", "dbgate-web": "^6.0.0-alpha.1",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"pinomin": "^1.0.4" "pinomin": "^1.0.4"
} }

View File

@@ -1,5 +1,5 @@
{ {
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"name": "dbgate-filterparser", "name": "dbgate-filterparser",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
"lib" "lib"
], ],
"devDependencies": { "devDependencies": {
"dbgate-types": "^5.0.0-alpha.1", "dbgate-types": "^6.0.0-alpha.1",
"@types/jest": "^25.1.4", "@types/jest": "^25.1.4",
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"jest": "^28.1.3", "jest": "^28.1.3",
@@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"@types/parsimmon": "^1.10.1", "@types/parsimmon": "^1.10.1",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"moment": "^2.24.0", "moment": "^2.24.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "dbgate-serve", "name": "dbgate-serve",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -18,19 +18,19 @@
"web" "web"
], ],
"dependencies": { "dependencies": {
"dbgate-api": "^5.0.0-alpha.1", "dbgate-api": "^6.0.0-alpha.1",
"dbgate-plugin-clickhouse": "^5.0.0-alpha.1", "dbgate-plugin-clickhouse": "^6.0.0-alpha.1",
"dbgate-plugin-csv": "^5.0.0-alpha.1", "dbgate-plugin-csv": "^6.0.0-alpha.1",
"dbgate-plugin-excel": "^5.0.0-alpha.1", "dbgate-plugin-excel": "^6.0.0-alpha.1",
"dbgate-plugin-mongo": "^5.0.0-alpha.1", "dbgate-plugin-mongo": "^6.0.0-alpha.1",
"dbgate-plugin-mssql": "^5.0.0-alpha.1", "dbgate-plugin-mssql": "^6.0.0-alpha.1",
"dbgate-plugin-mysql": "^5.0.0-alpha.1", "dbgate-plugin-mysql": "^6.0.0-alpha.1",
"dbgate-plugin-oracle": "^5.0.0-alpha.1", "dbgate-plugin-oracle": "^6.0.0-alpha.1",
"dbgate-plugin-postgres": "^5.0.0-alpha.1", "dbgate-plugin-postgres": "^6.0.0-alpha.1",
"dbgate-plugin-redis": "^5.0.0-alpha.1", "dbgate-plugin-redis": "^6.0.0-alpha.1",
"dbgate-plugin-sqlite": "^5.0.0-alpha.1", "dbgate-plugin-sqlite": "^6.0.0-alpha.1",
"dbgate-plugin-xml": "^5.0.0-alpha.1", "dbgate-plugin-xml": "^6.0.0-alpha.1",
"dbgate-web": "^5.0.0-alpha.1", "dbgate-web": "^6.0.0-alpha.1",
"dotenv": "^16.0.0" "dotenv": "^16.0.0"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"name": "dbgate-sqltree", "name": "dbgate-sqltree",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
@@ -27,7 +27,7 @@
], ],
"devDependencies": { "devDependencies": {
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"dbgate-types": "^5.0.0-alpha.1", "dbgate-types": "^6.0.0-alpha.1",
"typescript": "^4.4.3" "typescript": "^4.4.3"
}, },
"dependencies": { "dependencies": {

View File

@@ -1,5 +1,5 @@
{ {
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"name": "dbgate-tools", "name": "dbgate-tools",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
@@ -25,14 +25,14 @@
], ],
"devDependencies": { "devDependencies": {
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"dbgate-types": "^5.0.0-alpha.1", "dbgate-types": "^6.0.0-alpha.1",
"jest": "^24.9.0", "jest": "^24.9.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",
"typescript": "^4.4.3" "typescript": "^4.4.3"
}, },
"dependencies": { "dependencies": {
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-sqltree": "^5.0.0-alpha.1", "dbgate-sqltree": "^6.0.0-alpha.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"json-stable-stringify": "^1.0.1", "json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@@ -1,5 +1,5 @@
{ {
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"name": "dbgate-types", "name": "dbgate-types",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "dbgate-web", "name": "dbgate-web",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"scripts": { "scripts": {
"build": "yarn build:index && rollup -c", "build": "yarn build:index && rollup -c",
"dev": "yarn build:index && cross-env API_URL=http://localhost:3000 rollup -c -w", "dev": "yarn build:index && cross-env API_URL=http://localhost:3000 rollup -c -w",
@@ -24,11 +24,11 @@
"chart.js": "^4.4.2", "chart.js": "^4.4.2",
"chartjs-adapter-moment": "^1.0.0", "chartjs-adapter-moment": "^1.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dbgate-datalib": "^5.0.0-alpha.1", "dbgate-datalib": "^6.0.0-alpha.1",
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-sqltree": "^5.0.0-alpha.1", "dbgate-sqltree": "^6.0.0-alpha.1",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"dbgate-types": "^5.0.0-alpha.1", "dbgate-types": "^6.0.0-alpha.1",
"diff": "^5.0.0", "diff": "^5.0.0",
"diff2html": "^3.4.13", "diff2html": "^3.4.13",
"file-selector": "^0.2.4", "file-selector": "^0.2.4",

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-clickhouse", "name": "dbgate-plugin-clickhouse",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": "Jan Prochazka", "author": "Jan Prochazka",
"description": "Clickhouse connector for DbGate", "description": "Clickhouse connector for DbGate",
@@ -31,7 +31,7 @@
}, },
"dependencies": { "dependencies": {
"@clickhouse/client": "^1.5.0", "@clickhouse/client": "^1.5.0",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"json-stable-stringify": "^1.0.1", "json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21" "lodash": "^4.17.21"
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-csv", "name": "dbgate-plugin-csv",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
"description": "CSV import/export plugin for DbGate", "description": "CSV import/export plugin for DbGate",
"repository": { "repository": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-excel", "name": "dbgate-plugin-excel",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"description": "MS Excel import/export plugin for DbGate", "description": "MS Excel import/export plugin for DbGate",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
"repository": { "repository": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-mongo", "name": "dbgate-plugin-mongo",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": "Jan Prochazka", "author": "Jan Prochazka",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
@@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"bson": "^6.8.0", "bson": "^6.8.0",
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"is-promise": "^4.0.0", "is-promise": "^4.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mongodb": "^6.3.0" "mongodb": "^6.3.0"

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-mssql", "name": "dbgate-plugin-mssql",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
"description": "MS SQL connect plugin for DbGate", "description": "MS SQL connect plugin for DbGate",
"repository": { "repository": {
@@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"async-lock": "^1.2.6", "async-lock": "^1.2.6",
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"tedious": "^18.2.0" "tedious": "^18.2.0"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-mysql", "name": "dbgate-plugin-mysql",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
"description": "MySQL connect plugin for DbGate", "description": "MySQL connect plugin for DbGate",
"repository": { "repository": {
@@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"antares-mysql-dumper": "^0.0.1", "antares-mysql-dumper": "^0.0.1",
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mysql2": "^3.11.3" "mysql2": "^3.11.3"
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-oracle", "name": "dbgate-plugin-oracle",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.1.7-beta.1", "version": "6.0.0-alpha.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "Oracle connector plugin for DbGate", "description": "Oracle connector plugin for DbGate",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
@@ -36,7 +36,7 @@
}, },
"dependencies": { "dependencies": {
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"optionalDependencies": { "optionalDependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-postgres", "name": "dbgate-plugin-postgres",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "PostgreSQL connector plugin for DbGate", "description": "PostgreSQL connector plugin for DbGate",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
@@ -37,7 +37,7 @@
"dependencies": { "dependencies": {
"pg-copy-streams": "^6.0.6", "pg-copy-streams": "^6.0.6",
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"pg": "^8.11.5" "pg": "^8.11.5"
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-redis", "name": "dbgate-plugin-redis",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "1.0.0", "version": "6.0.0-alpha.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "Redis connector plugin for DbGate", "description": "Redis connector plugin for DbGate",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
@@ -35,7 +35,7 @@
}, },
"dependencies": { "dependencies": {
"dbgate-query-splitter": "^4.11.2", "dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"async": "^3.2.3", "async": "^3.2.3",
"ioredis": "^5.4.1", "ioredis": "^5.4.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-sqlite", "name": "dbgate-plugin-sqlite",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "5.0.0-alpha.1", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
"description": "SQLite connect plugin for DbGate", "description": "SQLite connect plugin for DbGate",
"repository": { "repository": {
@@ -35,7 +35,7 @@
"webpack-cli": "^5.1.4" "webpack-cli": "^5.1.4"
}, },
"dependencies": { "dependencies": {
"dbgate-tools": "^5.0.0-alpha.1", "dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"dbgate-query-splitter": "^4.11.2" "dbgate-query-splitter": "^4.11.2"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-plugin-xml", "name": "dbgate-plugin-xml",
"main": "dist/backend.js", "main": "dist/backend.js",
"version": "1.0.0", "version": "6.0.0-alpha.1",
"homepage": "https://dbgate.org", "homepage": "https://dbgate.org",
"description": "XML import/export plugin for DbGate", "description": "XML import/export plugin for DbGate",
"repository": { "repository": {

View File

@@ -4221,16 +4221,6 @@ dateformat@^4.6.3:
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5" resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA== integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
dbgate-plugin-oracle@^5.0.0-alpha.1:
version "5.2.7"
resolved "https://registry.yarnpkg.com/dbgate-plugin-oracle/-/dbgate-plugin-oracle-5.2.7.tgz#19076d8eb513e02e11610bb488ea303842b48b93"
integrity sha512-cVQIKDjhf7DqS9aMTL650lwcRVB+qN9x08HHK6YRQGP1xJu3u20fuOhVpzR/ev+dbakJ4Gt3latgw4OBSpYAMg==
dbgate-plugin-redis@^5.0.0-alpha.1:
version "5.5.6"
resolved "https://registry.yarnpkg.com/dbgate-plugin-redis/-/dbgate-plugin-redis-5.5.6.tgz#813c60d778bc7bbedf2927f0744f920e241e9f2d"
integrity sha512-BxJqTsYqFyaemM+knB8+6tkd7PMIkCT/9BI2NJmVIXWoZUHo6RgpfJMJJmU/ubOrn2Ll5f1nrgM7ViW1tDYpXg==
dbgate-plugin-tools@^1.0.4, dbgate-plugin-tools@^1.0.7, dbgate-plugin-tools@^1.0.8: dbgate-plugin-tools@^1.0.4, dbgate-plugin-tools@^1.0.7, dbgate-plugin-tools@^1.0.8:
version "1.0.8" version "1.0.8"
resolved "https://registry.yarnpkg.com/dbgate-plugin-tools/-/dbgate-plugin-tools-1.0.8.tgz#bb16f38ff7161d9b57c08f0918e152593e7ac695" resolved "https://registry.yarnpkg.com/dbgate-plugin-tools/-/dbgate-plugin-tools-1.0.8.tgz#bb16f38ff7161d9b57c08f0918e152593e7ac695"
@@ -4240,11 +4230,6 @@ dbgate-plugin-tools@^1.0.4, dbgate-plugin-tools@^1.0.7, dbgate-plugin-tools@^1.0
pacote "^11.1.13" pacote "^11.1.13"
rimraf "^3.0.2" rimraf "^3.0.2"
dbgate-plugin-xml@^5.0.0-alpha.1:
version "5.2.7"
resolved "https://registry.yarnpkg.com/dbgate-plugin-xml/-/dbgate-plugin-xml-5.2.7.tgz#0762af51ba6f100e75a63907ea6c679e827c9f7c"
integrity sha512-gBXy4qetf7eJQW6lM01B+OKLnKB8MKesojdYKysD9oZ+YpQCX8Tq7aHJCrN14FiyIDinpX61kmFH1+LGJ2RkxQ==
dbgate-query-splitter@^4.11.2: dbgate-query-splitter@^4.11.2:
version "4.11.2" version "4.11.2"
resolved "https://registry.yarnpkg.com/dbgate-query-splitter/-/dbgate-query-splitter-4.11.2.tgz#f54e6bcb998de7630978cd45b347d6f329115171" resolved "https://registry.yarnpkg.com/dbgate-query-splitter/-/dbgate-query-splitter-4.11.2.tgz#f54e6bcb998de7630978cd45b347d6f329115171"