Skip to content

Commit e9cf570

Browse files
authored
Merge pull request #2078 from ThatOpen/dependabot/npm_and_yarn/multi-223fb6760b
build(deps-dev): bump three and @types/three
2 parents cc790d8 + 3c0b16a commit e9cf570

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
],
6969
"devDependencies": {
7070
"@types/jest": "^30.0.0",
71-
"@types/three": "^0.184.0",
71+
"@types/three": "^0.185.1",
7272
"adm-zip": "^0.6.0",
7373
"cpy-cli": "^7.0.0",
7474
"esbuild": "^0.28.0",
7575
"jest": "^30.0.3",
7676
"local-web-server": "^5.2.1",
7777
"make-dir-cli": "^4.0.0",
7878
"rimraf": "^6.0.0",
79-
"three": "^0.184.0",
79+
"three": "^0.185.1",
8080
"ts-jest": "^29.3.2",
8181
"ts-node": "^10.9.2",
8282
"typedoc": "^0.28.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -972,10 +972,10 @@
972972
resolved "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.4.tgz"
973973
integrity sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==
974974

975-
"@types/three@^0.184.0":
976-
version "0.184.1"
977-
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.184.1.tgz#f30e83548c6a653908f4abdc4ce7d3834cd21234"
978-
integrity sha512-6q4VdiqVsrTRqmk62/BnlcAvIrnDM0zf2ZDVKI5kZiniWrSaOHaQzmbp+BNzoggc/8tgW412pL//wZIxu2PPTA==
975+
"@types/three@^0.185.1":
976+
version "0.185.1"
977+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.185.1.tgz#cc0e604e56f2c625deabb3984fff932c8d4f39f4"
978+
integrity sha512-db1xTb+EgYF2didW+eudSvVPtn75zo+fGsY8ShQrJY/B5ZBmC2Fiaykv3aImHAlCNEGuMPkPGXBJGLwzu5mC7A==
979979
dependencies:
980980
"@dimforge/rapier3d-compat" "~0.12.0"
981981
"@tweenjs/tween.js" "~23.1.3"
@@ -3971,10 +3971,10 @@ test-exclude@^6.0.0:
39713971
glob "^7.1.4"
39723972
minimatch "^3.0.4"
39733973

3974-
three@^0.184.0:
3975-
version "0.184.0"
3976-
resolved "https://registry.npmjs.org/three/-/three-0.184.0.tgz"
3977-
integrity sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg==
3974+
three@^0.185.1:
3975+
version "0.185.1"
3976+
resolved "https://registry.yarnpkg.com/three/-/three-0.185.1.tgz#63e9e241a17b101e211965121a017b4b4d8054ae"
3977+
integrity sha512-5aojFCXKwnjBRZvUnt3WFfEcvUJgkN5LlijRFN95hMy8WVkG4I0QNcJE+OuWvuJ0bOdStrbfXn0pkd6/QyiAlg==
39783978

39793979
"through@>=2.2.7 <3":
39803980
version "2.3.8"

0 commit comments

Comments
 (0)