Browse Source

udpated missing dependencies

main
suroh 8 months ago
parent
commit
6003bea2eb
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json

@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@thepassle/app-tools": "^0.9.8",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
@ -21,6 +22,7 @@
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"sqlite3": "^5.1.6",
"urlpattern-polyfill": "^9.0.0",
"vite-express": "^0.10.0"
},
"devDependencies": {
@ -612,6 +614,11 @@
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
"integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg=="
},
"node_modules/@thepassle/app-tools": {
"version": "0.9.8",
"resolved": "https://registry.npmjs.org/@thepassle/app-tools/-/app-tools-0.9.8.tgz",
"integrity": "sha512-qrn4LxQi4aw1YvXIs8XmHtaASP81SWynYj+8lUxZG5NRhmhNHTm7akQGurxrLzaGwiXd1Oc0tRnR8Xc7x9WToQ=="
},
"node_modules/@tootallnate/once": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
@ -5396,6 +5403,11 @@
"punycode": "^2.1.0"
}
},
"node_modules/urlpattern-polyfill": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-9.0.0.tgz",
"integrity": "sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g=="
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",

2
package.json

@ -16,6 +16,7 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@thepassle/app-tools": "^0.9.8",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
@ -28,6 +29,7 @@
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"sqlite3": "^5.1.6",
"urlpattern-polyfill": "^9.0.0",
"vite-express": "^0.10.0"
},
"devDependencies": {

Loading…
Cancel
Save