📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-07 08:45:58 +00:00
parent 3b9ece8c79
commit 7a1900c015
238 changed files with 15673 additions and 447 deletions
@@ -8,7 +8,7 @@
"name": "todo-app-backend",
"version": "1.0.0",
"dependencies": {
"better-sqlite3": "^12.10.1",
"better-sqlite3": "^12.11.1",
"cors": "^2.8.6",
"express": "^4.18.2",
"express-rate-limit": "^8.5.2"
@@ -302,9 +302,9 @@
"license": "MIT"
},
"node_modules/better-sqlite3": {
"version": "12.10.1",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.1.tgz",
"integrity": "sha512-HfFtzCqnSfwB3+HroF6PSKzyh+7RfNMGPCzHFUZXRlvrPCb4P3cvxKZNN43Sr7IrkofqQZM+gIvffGpA8VvqgA==",
"version": "12.11.1",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.11.1.tgz",
"integrity": "sha512-dq9AtApgg5PGFtBzPFSBl3HZQjHok5gaQCM6zh2Yk0aSmDCs1CbnVI8/HgASQkNKsWFpseIO9beg5xxpYhbIfA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@@ -9,7 +9,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"better-sqlite3": "^12.10.1",
"better-sqlite3": "^12.11.1",
"cors": "^2.8.6",
"express": "^4.18.2",
"express-rate-limit": "^8.5.2"