npm updates

This commit is contained in:
Eric van der Vlist 2023-07-12 15:21:51 +02:00
parent 3638103034
commit 132455c33a
2 changed files with 47 additions and 49 deletions

82
package-lock.json generated
View File

@ -10,9 +10,9 @@
"hasInstallScript": true,
"license": "GPL-3.0-only",
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
"@awesome-cordova-plugins/geolocation": "^6.3.0",
"@awesome-cordova-plugins/web-intent": "^6.3.0",
"@awesome-cordova-plugins/android-full-screen": "^6.4.0",
"@awesome-cordova-plugins/geolocation": "^6.4.0",
"@awesome-cordova-plugins/web-intent": "^6.4.0",
"@capacitor-community/background-geolocation": "^1.2.14",
"@capacitor/android": "^5.1.1",
"@capacitor/browser": "^5.0.5",
@ -34,15 +34,15 @@
"memoizee": "^0.4.15",
"ol": "^7.4.0",
"osmtogeojson": "^3.0.0-beta.5",
"patch-package": "^7.0.0",
"patch-package": "^7.0.1",
"piexifjs": "^1.0.6",
"pluscodes": "^2.6.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-indexeddb": "^8.0.1",
"pouchdb-browser": "^8.0.1",
"proj4": "^2.9.0",
"solid-js": "^1.7.7",
"vite-plugin-solid-svg": "^0.6.2"
"solid-js": "^1.7.8",
"vite-plugin-solid-svg": "^0.6.3"
},
"devDependencies": {
"@capacitor/cli": "^5.1.1",
@ -60,7 +60,7 @@
"license-report": "^6.4.0",
"shelljs": "^0.8.5",
"typescript": "^5.1.6",
"vite": ">=4.4.2",
"vite": ">=4.4.3",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.33.0"
}
@ -85,9 +85,9 @@
}
},
"node_modules/@awesome-cordova-plugins/android-full-screen": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/android-full-screen/-/android-full-screen-6.3.0.tgz",
"integrity": "sha512-D0EvOpUG8m7oSWHgMdB+RWMnZu6UtI7PM/awDPYz+UdD5rXvFfIdLXd9SSV9uXaSVoXZuk2vfV4iRWfL/hrfnA==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/android-full-screen/-/android-full-screen-6.4.0.tgz",
"integrity": "sha512-Xkt3ptVLAI5eihHhdR9J20um0Q9PJrLrV4sOMEmJWipdVMisWS/qRq31wX6K6KpcoDMB7qqnFuwLFfRvHDLVqQ==",
"dependencies": {
"@types/cordova": "latest"
},
@ -109,9 +109,9 @@
}
},
"node_modules/@awesome-cordova-plugins/geolocation": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/geolocation/-/geolocation-6.3.0.tgz",
"integrity": "sha512-pjkIRe24FuJophat+VWhTDkou5I+t+5TZaGi73zRbrYxlbfgU5X1XQ3yHgAE+1onRfxTHkL1QriAURLMfZRf2g==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/geolocation/-/geolocation-6.4.0.tgz",
"integrity": "sha512-Jyn3pB1sPBqpZrv6/6A1gT7/FIDSYOaGbYNEeF9EHm9hz2maLXIVVdwYY8Hp9vggZ2g2mDpRLRNbXRfSo+R9Gw==",
"dependencies": {
"@types/cordova": "latest"
},
@ -121,9 +121,9 @@
}
},
"node_modules/@awesome-cordova-plugins/web-intent": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/web-intent/-/web-intent-6.3.0.tgz",
"integrity": "sha512-pwEy9RziB0ouZZXfeLJxxAGTl7OiOVTFYrEGmoM0iac1T8ne0yg+fhwN+UvdwDKCKo4Q1sgkWbNzqZwdrxjehQ==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/web-intent/-/web-intent-6.4.0.tgz",
"integrity": "sha512-JJJpQ/viDCCkdhvq0A3ZnY5mmnNPd1IHGlB8tDR0jfunWzh2wK5EbETt0RVAF7zYxRnHKltx6Ep3FAd7JIY0Kw==",
"dependencies": {
"@types/cordova": "latest"
},
@ -2256,6 +2256,14 @@
"integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",
"dev": true
},
"node_modules/@types/svgo": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-2.6.4.tgz",
"integrity": "sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/testing-library__jest-dom": {
"version": "5.14.5",
"resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
@ -5929,7 +5937,6 @@
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dev": true,
"dependencies": {
"yallist": "^4.0.0"
},
@ -6789,9 +6796,9 @@
}
},
"node_modules/patch-package": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.0.tgz",
"integrity": "sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.1.tgz",
"integrity": "sha512-f2GYU+6fz67znVfroq0gRuE08IWbGaRGMCFVwaz+qgG6k0K7rEKG8rXL7vDBtAMBjk8z/AhaiDuWs1aGjr15Hg==",
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^4.1.2",
@ -6803,7 +6810,7 @@
"minimist": "^1.2.6",
"open": "^7.4.2",
"rimraf": "^2.6.3",
"semver": "^5.6.0",
"semver": "^7.0.0",
"slash": "^2.0.0",
"tmp": "^0.0.33",
"yaml": "^2.2.2"
@ -6895,14 +6902,6 @@
"rimraf": "bin.js"
}
},
"node_modules/patch-package/node_modules/semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"bin": {
"semver": "bin/semver"
}
},
"node_modules/patch-package/node_modules/slash": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
@ -7825,7 +7824,6 @@
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -8027,9 +8025,9 @@
}
},
"node_modules/solid-js": {
"version": "1.7.7",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.7.7.tgz",
"integrity": "sha512-SPdYVke/Z6Za24PBTbULyQYPrhGO1ZbPany76atO2zF2dmYn2pCotbsw1JtlgWnr9dK2JbwPGnA3ODTGPLhZNw==",
"version": "1.7.8",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.7.8.tgz",
"integrity": "sha512-XHBWk1FvFd0JMKljko7FfhefJMTSgYEuVKcQ2a8hzRXfiuSJAGsrPPafqEo+f6l+e8Oe3cROSpIL6kbzjC1fjQ==",
"dependencies": {
"csstype": "^3.1.0",
"seroval": "^0.5.0"
@ -8863,12 +8861,12 @@
"dev": true
},
"node_modules/vite": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.2.tgz",
"integrity": "sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.3.tgz",
"integrity": "sha512-IMnXQXXWgLi5brBQx/4WzDxdzW0X3pjO4nqFJAuNvwKtxzAmPzFE1wszW3VDpAGQJm3RZkm/brzRdyGsnwgJIA==",
"dependencies": {
"esbuild": "^0.18.10",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"rollup": "^3.25.2"
},
"bin": {
@ -8959,10 +8957,11 @@
}
},
"node_modules/vite-plugin-solid-svg": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/vite-plugin-solid-svg/-/vite-plugin-solid-svg-0.6.2.tgz",
"integrity": "sha512-8cyLlWyA1P2LLoBxkf5786I3afOsfWF47GuIce94zjaMNEAKpYh5V77g9uL5IPeQymYyVvrqbkDXYSwTi2hggw==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/vite-plugin-solid-svg/-/vite-plugin-solid-svg-0.6.3.tgz",
"integrity": "sha512-FvYbW8R5+xSZJjCcVKehhjsEXCbr/TO5NA60EB52Szk9AbQ0t0KLS2b8KTYgtv4eqeUyl1Unt0J+mfXVJRhe+A==",
"dependencies": {
"@types/svgo": "^2.6.4",
"svgo": "^2.3.1"
},
"peerDependencies": {
@ -9416,8 +9415,7 @@
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/yaml": {
"version": "2.2.2",

View File

@ -28,14 +28,14 @@
"license-report": "^6.4.0",
"shelljs": "^0.8.5",
"typescript": "^5.1.6",
"vite": ">=4.4.2",
"vite": ">=4.4.3",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.33.0"
},
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
"@awesome-cordova-plugins/geolocation": "^6.3.0",
"@awesome-cordova-plugins/web-intent": "^6.3.0",
"@awesome-cordova-plugins/android-full-screen": "^6.4.0",
"@awesome-cordova-plugins/geolocation": "^6.4.0",
"@awesome-cordova-plugins/web-intent": "^6.4.0",
"@capacitor-community/background-geolocation": "^1.2.14",
"@capacitor/android": "^5.1.1",
"@capacitor/browser": "^5.0.5",
@ -57,14 +57,14 @@
"memoizee": "^0.4.15",
"ol": "^7.4.0",
"osmtogeojson": "^3.0.0-beta.5",
"patch-package": "^7.0.0",
"patch-package": "^7.0.1",
"piexifjs": "^1.0.6",
"pluscodes": "^2.6.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-indexeddb": "^8.0.1",
"pouchdb-browser": "^8.0.1",
"proj4": "^2.9.0",
"solid-js": "^1.7.7",
"vite-plugin-solid-svg": "^0.6.2"
"solid-js": "^1.7.8",
"vite-plugin-solid-svg": "^0.6.3"
}
}