npm updates

This commit is contained in:
Eric van der Vlist 2023-06-02 15:34:48 +02:00
parent f8ef752d09
commit ce6a112d77
2 changed files with 55 additions and 54 deletions

101
package-lock.json generated
View File

@ -32,7 +32,7 @@
"isomorphic-xml2js": "^0.1.3",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"ol": "^7.3.0",
"ol": "^7.4.0",
"osmtogeojson": "^3.0.0-beta.5",
"patch-package": "^7.0.0",
"piexifjs": "^1.0.6",
@ -53,16 +53,16 @@
"@types/pouchdb": "^6.4.0",
"@types/proj4": "^2.5.2",
"@types/shelljs": "^0.8.12",
"@vitest/ui": "^0.31.3",
"@vitest/ui": "^0.31.4",
"jsdom": "^22.1.0",
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
"license-report": "^6.4.0",
"shelljs": "^0.8.5",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": ">=4.3.9",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
},
"node_modules/@adobe/css-tools": {
@ -2288,13 +2288,13 @@
"dev": true
},
"node_modules/@vitest/expect": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.3.tgz",
"integrity": "sha512-J+npV64YwKRJN7hA8KVnuyGi5k5mIaq4XmqIxKbRUX0BRBkU1xZ7gZeTwQ4S4dBTcvSvcoxceBNfMTnOdTlg3g==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.4.tgz",
"integrity": "sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==",
"dev": true,
"dependencies": {
"@vitest/spy": "0.31.3",
"@vitest/utils": "0.31.3",
"@vitest/spy": "0.31.4",
"@vitest/utils": "0.31.4",
"chai": "^4.3.7"
},
"funding": {
@ -2302,12 +2302,12 @@
}
},
"node_modules/@vitest/runner": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.3.tgz",
"integrity": "sha512-89Fic1IRu4yNqnks/KJEncqZsmQpxq9RSnMVwV0RZeI9RWv/FYh9Nuoz8ld73YKOh6NiF4f9EE3COfNwX8aRpw==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.4.tgz",
"integrity": "sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==",
"dev": true,
"dependencies": {
"@vitest/utils": "0.31.3",
"@vitest/utils": "0.31.4",
"concordance": "^5.0.4",
"p-limit": "^4.0.0",
"pathe": "^1.1.0"
@ -2317,9 +2317,9 @@
}
},
"node_modules/@vitest/snapshot": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.3.tgz",
"integrity": "sha512-CgcmlZyP083oPUgd83rwLZ+qoT4KdvLNsyWRiJNgHoJjR0r7StVY+LlLAfdC9qA70G8O+hJeug+Yn1u4H51OzA==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.4.tgz",
"integrity": "sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==",
"dev": true,
"dependencies": {
"magic-string": "^0.30.0",
@ -2343,9 +2343,9 @@
}
},
"node_modules/@vitest/spy": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.3.tgz",
"integrity": "sha512-tXGIYPdqjBXLhOWSUhWV/eBWBllfD8f6ppQXR0YMBt95bZrCNV7pM29pkam2M/3GAlg7hS+I8wnKZVkIxgXz9A==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.4.tgz",
"integrity": "sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==",
"dev": true,
"dependencies": {
"tinyspy": "^2.1.0"
@ -2355,12 +2355,12 @@
}
},
"node_modules/@vitest/ui": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.31.3.tgz",
"integrity": "sha512-AAW2N0DG5VSgsF0en6ImKmbY/EwoIqx4TOCYqzaJokABCd1Mh8Zlyhk0PVwaZrKXccgrAchd05CJHWnAmI7Pbw==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.31.4.tgz",
"integrity": "sha512-sKM16ITX6HrNFF+lNZ2AQAen4/6Bx2i6KlBfIvkUjcTgc5YII/j2ltcX14oCUv4EA0OTWGQuGhO3zDoAsTENGA==",
"dev": true,
"dependencies": {
"@vitest/utils": "0.31.3",
"@vitest/utils": "0.31.4",
"fast-glob": "^3.2.12",
"fflate": "^0.7.4",
"flatted": "^3.2.7",
@ -2376,9 +2376,9 @@
}
},
"node_modules/@vitest/utils": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.3.tgz",
"integrity": "sha512-aLxfilR38ARSw6U/E9hl5bkn2TNeWLK7rZaIWZQUpT6BBilbehwJbSVGENubW5Pb9cawqchZZ7IQMW99t0Ww3A==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.4.tgz",
"integrity": "sha512-DobZbHacWznoGUfYU8XDPY78UubJxXfMNY1+SUdOp1NsI34eopSA6aZMeaGu10waSOeYwE8lxrd/pLfT0RMxjQ==",
"dev": true,
"dependencies": {
"concordance": "^5.0.4",
@ -6437,13 +6437,13 @@
}
},
"node_modules/ol": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/ol/-/ol-7.3.0.tgz",
"integrity": "sha512-08vJE4xITKPazQ9qJjeqYjRngnM9s+1eSv219Pdlrjj3LpLqjEH386ncq+76Dw1oGPGR8eLVEePk7FEd9XqqMw==",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/ol/-/ol-7.4.0.tgz",
"integrity": "sha512-bgBbiah694HhC0jt8ptEFNRXwgO8d6xWH3G97PCg4bmn9Li5nLLbi59oSrvqUI6VPVwonPQF1YcqJymxxyMC6A==",
"dependencies": {
"earcut": "^2.2.3",
"geotiff": "^2.0.7",
"ol-mapbox-style": "^9.2.0",
"ol-mapbox-style": "^10.1.0",
"pbf": "3.2.1",
"rbush": "^3.0.1"
},
@ -6453,12 +6453,13 @@
}
},
"node_modules/ol-mapbox-style": {
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-9.7.0.tgz",
"integrity": "sha512-YX3u8FBJHsRHaoGxmd724Mp5WPTuV7wLQW6zZhcihMuInsSdCX1EiZfU+8IAL7jG0pbgl5YgC0aWE/MXJcUXxg==",
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-10.6.0.tgz",
"integrity": "sha512-s86QhCoyyKVRsYkvPzzdWd///bhYh3onWrBq4lNXnCd9G/hS6AoK023kn4zlDESVlTBDTWLz8vhOistp0M3TXA==",
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "^13.23.1",
"mapbox-to-css-font": "^2.4.1"
"mapbox-to-css-font": "^2.4.1",
"ol": "^7.3.0"
}
},
"node_modules/once": {
@ -8633,16 +8634,16 @@
}
},
"node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
"node": ">=14.17"
}
},
"node_modules/ufo": {
@ -8927,9 +8928,9 @@
}
},
"node_modules/vite-node": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.3.tgz",
"integrity": "sha512-KGdemamy6imPlmTycADRs5yMX/CoxPq9vJwTAOgSfabzneJmyexmRBBVEX8Mesb3mleIXTBIVR6z0fmtoRTcww==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.4.tgz",
"integrity": "sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==",
"dev": true,
"dependencies": {
"cac": "^6.7.14",
@ -8995,19 +8996,19 @@
}
},
"node_modules/vitest": {
"version": "0.31.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.3.tgz",
"integrity": "sha512-LMXIKXfI7tDClf6HIR5GjCSHZQdlmfCWWPaJwWcLF+M11V766Tzefb8LD9mLcHmX/zR0xtlfcokpg3JxEDLfeA==",
"version": "0.31.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.4.tgz",
"integrity": "sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.5",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"@vitest/expect": "0.31.3",
"@vitest/runner": "0.31.3",
"@vitest/snapshot": "0.31.3",
"@vitest/spy": "0.31.3",
"@vitest/utils": "0.31.3",
"@vitest/expect": "0.31.4",
"@vitest/runner": "0.31.4",
"@vitest/snapshot": "0.31.4",
"@vitest/spy": "0.31.4",
"@vitest/utils": "0.31.4",
"acorn": "^8.8.2",
"acorn-walk": "^8.2.0",
"cac": "^6.7.14",
@ -9023,7 +9024,7 @@
"tinybench": "^2.5.0",
"tinypool": "^0.5.0",
"vite": "^3.0.0 || ^4.0.0",
"vite-node": "0.31.3",
"vite-node": "0.31.4",
"why-is-node-running": "^2.2.2"
},
"bin": {

View File

@ -21,16 +21,16 @@
"@types/pouchdb": "^6.4.0",
"@types/proj4": "^2.5.2",
"@types/shelljs": "^0.8.12",
"@vitest/ui": "^0.31.3",
"@vitest/ui": "^0.31.4",
"jsdom": "^22.1.0",
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
"license-report": "^6.4.0",
"shelljs": "^0.8.5",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": ">=4.3.9",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
},
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
@ -55,7 +55,7 @@
"isomorphic-xml2js": "^0.1.3",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"ol": "^7.3.0",
"ol": "^7.4.0",
"osmtogeojson": "^3.0.0-beta.5",
"patch-package": "^7.0.0",
"piexifjs": "^1.0.6",