Bump dependencies
This commit is contained in:
parent
c8325d992d
commit
9d9a8b4068
14
package.json
14
package.json
@ -6,15 +6,15 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aprs-parser": "github:ad1217/npm-aprs-parser#no-dynamic-require",
|
"aprs-parser": "github:ad1217/npm-aprs-parser#no-dynamic-require",
|
||||||
"distinct-colors": "^1.0.4",
|
"distinct-colors": "^1.0.4",
|
||||||
"ol": "^6.13.0",
|
"ol": "^6.15.1",
|
||||||
"vue": "^3.2.31",
|
"vue": "^3.3.4",
|
||||||
"vue3-openlayers": "^0.1.63"
|
"vue3-openlayers": "^0.1.75"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@modyfi/vite-plugin-yaml": "^1.0.1",
|
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
||||||
"@rollup/plugin-yaml": "^3.1.0",
|
"@rollup/plugin-yaml": "^4.1.1",
|
||||||
"@vitejs/plugin-vue": "^2.2.4",
|
"@vitejs/plugin-vue": "^4.2.3",
|
||||||
"vite": "^2.8.6"
|
"vite": "^4.4.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "pnpm run -r --parallel dev",
|
"start": "pnpm run -r --parallel dev",
|
||||||
|
1897
pnpm-lock.yaml
generated
1897
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,6 @@
|
|||||||
"dev": "node ./src/server.js"
|
"dev": "node ./src/server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ws": "^5.2.3"
|
"ws": "^8.13.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
30
server/pnpm-lock.yaml
generated
30
server/pnpm-lock.yaml
generated
@ -1,19 +1,25 @@
|
|||||||
lockfileVersion: 5.3
|
lockfileVersion: '6.0'
|
||||||
|
|
||||||
specifiers:
|
settings:
|
||||||
ws: ^5.2.3
|
autoInstallPeers: true
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
ws: 5.2.3
|
ws:
|
||||||
|
specifier: ^8.13.0
|
||||||
|
version: 8.13.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
/async-limiter/1.0.1:
|
/ws@8.13.0:
|
||||||
resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==}
|
resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==}
|
||||||
dev: false
|
engines: {node: '>=10.0.0'}
|
||||||
|
peerDependencies:
|
||||||
/ws/5.2.3:
|
bufferutil: ^4.0.1
|
||||||
resolution: {integrity: sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==}
|
utf-8-validate: '>=5.0.2'
|
||||||
dependencies:
|
peerDependenciesMeta:
|
||||||
async-limiter: 1.0.1
|
bufferutil:
|
||||||
|
optional: true
|
||||||
|
utf-8-validate:
|
||||||
|
optional: true
|
||||||
dev: false
|
dev: false
|
||||||
|
Loading…
Reference in New Issue
Block a user