Skip to content

Commit 61bff41

Browse files
authored
⬆️ Update cross-env to version 10.1.0 (#350)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent c6af6f9 commit 61bff41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@testing-library/user-event": "^14.6.1",
6868
"babel-jest": "~30.2.0",
6969
"babel-loader": "~10.0.0",
70-
"cross-env": "~10.0.0",
70+
"cross-env": "~10.1.0",
7171
"css-loader": "~7.1.2",
7272
"eslint": "~9.36.0",
7373
"eslint-config-vkbansal": "~5.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,10 +2841,10 @@ core-util-is@~1.0.0:
28412841
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
28422842
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
28432843

2844-
cross-env@~10.0.0:
2845-
version "10.0.0"
2846-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
2847-
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
2844+
cross-env@~10.1.0:
2845+
version "10.1.0"
2846+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
2847+
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
28482848
dependencies:
28492849
"@epic-web/invariant" "^1.0.0"
28502850
cross-spawn "^7.0.6"

0 commit comments

Comments
 (0)