Skip to content

Commit

Permalink
weird yarn.lock change. Wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 9, 2025
1 parent 28ca37e commit c56727b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5303,6 +5303,11 @@
tiny-invariant "^1.3.3"
valid-url "^1.0.9"

"@cubejs-backend/cubesql@1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@cubejs-backend/cubesql/-/cubesql-1.1.12.tgz#d3be0c09b41864424e2c41341c6d286b1343f1f7"
integrity sha512-JTuxZHdz+8+Jyj8mFCkXsNcaw3n4J3BLCNuijwF+7dw6AD3ZO+LOExtB65lyMrE05VGD5YeYSXuRg9RY9wXVXA==

"@cubejs-backend/dotenv@^9.0.2":
version "9.0.2"
resolved "https://registry.yarnpkg.com/@cubejs-backend/dotenv/-/dotenv-9.0.2.tgz#c3679091b702f0fd38de120c5a63943fcdc0dcbf"
Expand All @@ -5319,6 +5324,15 @@
uuid "9.0.0"
winston "3.8.2"

"@cubejs-backend/native@1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@cubejs-backend/native/-/native-1.1.12.tgz#150974208f7c7af2924ab7b1e834e00786e236b7"
integrity sha512-uKdUHjSEl4U2Maaq7Q/y14mDE0+pLvGrL43KbsTdS84ZaTt3nabOmoWfaZ8kUdJCu9ZvdTwbEKrdm1UcOC5WAQ==
dependencies:
"@cubejs-backend/cubesql" "1.1.12"
"@cubejs-backend/shared" "1.1.12"
"@cubejs-infra/post-installer" "^0.0.7"

"@cubejs-backend/shared@0.33.20":
version "0.33.20"
resolved "https://registry.yarnpkg.com/@cubejs-backend/shared/-/shared-0.33.20.tgz#3d9fa60041599cca9fe4c04df05daa4b8ab8675f"
Expand Down Expand Up @@ -10123,7 +10137,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@12.12.50", "@types/node@^12", "@types/node@^16", "@types/node@^18":
"@types/node@*", "@types/node@12.12.50", "@types/node@^12", "@types/node@^18":
version "18.19.46"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.46.tgz#51801396c01153e0626e36f43386e83bc768b072"
integrity sha512-vnRgMS7W6cKa1/0G3/DTtQYpVrZ8c0Xm6UkLaVFrb9jtcVC3okokW09Ki1Qdrj9ISokszD69nY4WDLRlvHlhAA==
Expand Down

0 comments on commit c56727b

Please sign in to comment.