mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Merge pull request #16211 from nestjs/renovate/mysql2-3.x
fix(deps): update dependency mysql2 to v3.16.1
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -116,7 +116,7 @@
|
||||
"mongoose": "9.1.3",
|
||||
"mqtt": "5.14.1",
|
||||
"multer": "2.0.2",
|
||||
"mysql2": "3.16.0",
|
||||
"mysql2": "3.16.1",
|
||||
"nats": "2.29.3",
|
||||
"nodemon": "3.1.11",
|
||||
"nyc": "14.1.1",
|
||||
@@ -32640,15 +32640,6 @@
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/lru-cache": {
|
||||
"version": "7.18.3",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
||||
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/lru-queue": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz",
|
||||
@@ -34177,9 +34168,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mysql2": {
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.16.0.tgz",
|
||||
"integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==",
|
||||
"version": "3.16.1",
|
||||
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.16.1.tgz",
|
||||
"integrity": "sha512-b75qsDB3ieYEzMsT1uRGsztM/sy6vWPY40uPZlVVl8eefAotFCoS7jaDB5DxDNtlW5kdVGd9jptSpkvujNxI2A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -34189,7 +34180,7 @@
|
||||
"iconv-lite": "^0.7.0",
|
||||
"long": "^5.2.1",
|
||||
"lru.min": "^1.0.0",
|
||||
"named-placeholders": "^1.1.3",
|
||||
"named-placeholders": "^1.1.6",
|
||||
"seq-queue": "^0.0.5",
|
||||
"sqlstring": "^2.3.2"
|
||||
},
|
||||
@@ -34216,15 +34207,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/named-placeholders": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.3.tgz",
|
||||
"integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
|
||||
"version": "1.1.6",
|
||||
"resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.6.tgz",
|
||||
"integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lru-cache": "^7.14.1"
|
||||
"lru.min": "^1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/nan": {
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
"mongoose": "9.1.3",
|
||||
"mqtt": "5.14.1",
|
||||
"multer": "2.0.2",
|
||||
"mysql2": "3.16.0",
|
||||
"mysql2": "3.16.1",
|
||||
"nats": "2.29.3",
|
||||
"nodemon": "3.1.11",
|
||||
"nyc": "14.1.1",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@nestjs/core": "11.1.12",
|
||||
"@nestjs/platform-express": "11.1.12",
|
||||
"@nestjs/typeorm": "11.0.0",
|
||||
"mysql2": "3.16.0",
|
||||
"mysql2": "3.16.1",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.1.2",
|
||||
"rxjs": "7.8.2",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@nestjs/core": "11.1.12",
|
||||
"@nestjs/platform-express": "11.1.12",
|
||||
"@nestjs/sequelize": "11.0.1",
|
||||
"mysql2": "3.16.0",
|
||||
"mysql2": "3.16.1",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.1.2",
|
||||
"rxjs": "7.8.2",
|
||||
|
||||
Reference in New Issue
Block a user