Bump three from 0.123.0 to 0.125.0 in /BlueMapCommon/webapp

Bumps [three](https://github.com/mrdoob/three.js) from 0.123.0 to 0.125.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: three
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-19 21:48:47 +00:00 committed by GitHub
parent f274ceeefe
commit 25fff8d89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"dependencies": {
"hammerjs": "^2.0.8",
"hocon-parser": "^1.0.1",
"three": "~0.123.0",
"three": "~0.125.0",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2"
},
@ -2172,9 +2172,9 @@
"dev": true
},
"node_modules/three": {
"version": "0.123.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.123.0.tgz",
"integrity": "sha512-KNnx/IbilvoHRkxOtL0ouozoDoElyuvAXhFB21RK7F5IPWSmqyFelICK6x3hJerLNSlAdHxR0hkuvMMhH9pqXg=="
"version": "0.125.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz",
"integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw=="
},
"node_modules/to-regex-range": {
"version": "5.0.1",
@ -3866,9 +3866,9 @@
"dev": true
},
"three": {
"version": "0.123.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.123.0.tgz",
"integrity": "sha512-KNnx/IbilvoHRkxOtL0ouozoDoElyuvAXhFB21RK7F5IPWSmqyFelICK6x3hJerLNSlAdHxR0hkuvMMhH9pqXg=="
"version": "0.125.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz",
"integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw=="
},
"to-regex-range": {
"version": "5.0.1",

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"hammerjs": "^2.0.8",
"three": "~0.123.0",
"three": "~0.125.0",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"hocon-parser": "^1.0.1"