Skip to content

Commit 2d50d06

Browse files
chore(deps): bump cross-env to ^10.0.0
1 parent 27845ff commit 2d50d06

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@typescript-eslint/eslint-plugin": "^6.0.0",
5555
"@typescript-eslint/parser": "^6.0.0",
5656
"concurrently": "^8.0.0",
57-
"cross-env": "^7.0.3",
57+
"cross-env": "^10.0.0",
5858
"cypress": "^12.0.0",
5959
"eslint": "^7.27.0",
6060
"eslint-plugin-jest": "^27.0.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,11 @@
12851285
debug "^3.1.0"
12861286
lodash.once "^4.1.1"
12871287

1288+
"@epic-web/invariant@^1.0.0":
1289+
version "1.0.0"
1290+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1291+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1292+
12881293
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12891294
version "4.4.0"
12901295
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -2770,12 +2775,13 @@ create-jest@^29.7.0:
27702775
jest-util "^29.7.0"
27712776
prompts "^2.0.1"
27722777

2773-
cross-env@^7.0.3:
2774-
version "7.0.3"
2775-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
2776-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
2778+
cross-env@^10.0.0:
2779+
version "10.0.0"
2780+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
2781+
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
27772782
dependencies:
2778-
cross-spawn "^7.0.1"
2783+
"@epic-web/invariant" "^1.0.0"
2784+
cross-spawn "^7.0.6"
27792785

27802786
cross-spawn@^5.1.0:
27812787
version "5.1.0"
@@ -2786,10 +2792,10 @@ cross-spawn@^5.1.0:
27862792
shebang-command "^1.2.0"
27872793
which "^1.2.9"
27882794

2789-
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2790-
version "7.0.3"
2791-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
2792-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
2795+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
2796+
version "7.0.6"
2797+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2798+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
27932799
dependencies:
27942800
path-key "^3.1.0"
27952801
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)