Actualizacion de seguridad

This commit is contained in:
Pablinux
2024-07-13 00:27:32 -05:00
parent 90f05f7ad0
commit fa92efc258
186 changed files with 75113 additions and 17648 deletions

93
node_modules/sqlstring/package.json generated vendored
View File

@@ -1,60 +1,23 @@
{
"_from": "sqlstring@2.3.1",
"_id": "sqlstring@2.3.1",
"_inBundle": false,
"_integrity": "sha1-R1OT/56RR5rqYtyvDKPRSYOn+0A=",
"_location": "/sqlstring",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sqlstring@2.3.1",
"name": "sqlstring",
"escapedName": "sqlstring",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/mysql"
],
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz",
"_shasum": "475393ff9e91479aea62dcaf0ca3d14983a7fb40",
"_spec": "sqlstring@2.3.1",
"_where": "/home/pablinux/Projects/Node/app_sigma/node_modules/mysql",
"bugs": {
"url": "https://github.com/mysqljs/sqlstring/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Adri Van Houdt",
"email": "adri.van.houdt@gmail.com"
},
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "http://fengmk2.github.com"
},
{
"name": "Kevin Jose Martin",
"email": "kevin@tiliq.com"
},
{
"name": "Nathan Woltman",
"email": "nwoltman@outlook.com"
},
{
"name": "Sergej Sintschilin",
"email": "seregpie@gmail.com"
}
],
"deprecated": false,
"name": "sqlstring",
"description": "Simple SQL escape and format for MySQL",
"version": "2.3.1",
"contributors": [
"Adri Van Houdt <adri.van.houdt@gmail.com>",
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
"Kevin Jose Martin <kevin@tiliq.com>",
"Nathan Woltman <nwoltman@outlook.com>",
"Sergej Sintschilin <seregpie@gmail.com>"
],
"license": "MIT",
"keywords": [
"sqlstring",
"sql",
"escape",
"sql escape"
],
"repository": "mysqljs/sqlstring",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
@@ -64,9 +27,6 @@
"urun": "0.0.8",
"utest": "0.0.8"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib/",
"HISTORY.md",
@@ -74,18 +34,8 @@
"README.md",
"index.js"
],
"homepage": "https://github.com/mysqljs/sqlstring#readme",
"keywords": [
"sqlstring",
"sql",
"escape",
"sql escape"
],
"license": "MIT",
"name": "sqlstring",
"repository": {
"type": "git",
"url": "git+https://github.com/mysqljs/sqlstring.git"
"engines": {
"node": ">= 0.6"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -93,6 +43,5 @@
"test": "node test/run.js",
"test-ci": "nyc --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "2.3.1"
}
}