fix: Fixes issues with package lock files.
This commit is contained in:
parent
74657b6453
commit
398e978c0d
2 changed files with 8 additions and 8 deletions
12
api/package-lock.json
generated
12
api/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "nextnet",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nextnet",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@fastify/websocket": "^10.0.1",
|
||||
|
@ -2083,12 +2083,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/micromatch": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
|
||||
"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
|
||||
"version": "4.0.8",
|
||||
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
||||
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"braces": "^3.0.2",
|
||||
"braces": "^3.0.3",
|
||||
"picomatch": "^2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
4
lom/package-lock.json
generated
4
lom/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "nextnet-lom",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nextnet-lom",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"axios": "^1.7.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue