Skip to content

Commit d975df5

Browse files
authored
fix: set @tootallnate/once resolution to 3.0.1 (#5656)
1 parent 83dbffe commit d975df5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"vitest/**/glob": "13.0.1",
119119
"lodash": "4.18.1",
120120
"picomatch": ">=2.3.2",
121-
"brace-expansion": ">=2.0.2"
121+
"brace-expansion": ">=2.0.2",
122+
"@tootallnate/once": "3.0.1"
122123
}
123124
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,10 +2291,10 @@
22912291
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149"
22922292
integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==
22932293

2294-
"@tootallnate/once@2":
2295-
version "2.0.0"
2296-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
2297-
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
2294+
"@tootallnate/once@2", "@tootallnate/once@3.0.1":
2295+
version "3.0.1"
2296+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-3.0.1.tgz#d580decb59cb41a15856387a86800838102daf44"
2297+
integrity sha512-VyMVKRrpHTT8PnotUeV8L/mDaMwD5DaAKCFLP73zAqAtvF0FCqky+Ki7BYbFCYQmqFyTe9316Ed5zS70QUR9eg==
22982298

22992299
"@tootallnate/quickjs-emscripten@^0.23.0":
23002300
version "0.23.0"

0 commit comments

Comments
 (0)