Skip to content

Commit 2bdc8bd

Browse files
⬆️ Bump cross-env from 7.0.3 to 10.0.0
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.0.0. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v7.0.3...v10.0.0) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 698bbc8 commit 2bdc8bd

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@percy/cli": "^1.30.9",
3939
"@playwright/test": "^1.24.2",
4040
"babel-eslint": "^10.1.0",
41-
"cross-env": "^7.0.2",
41+
"cross-env": "^10.0.0",
4242
"eslint": "^7.18.0",
4343
"eslint-config-standard": "^16.0.2",
4444
"eslint-plugin-import": "^2.22.0",

yarn.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@
320320
"@babel/helper-validator-identifier" "^7.24.7"
321321
to-fast-properties "^2.0.0"
322322

323+
"@epic-web/invariant@^1.0.0":
324+
version "1.0.0"
325+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
326+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
327+
323328
"@eslint/eslintrc@^0.4.3":
324329
version "0.4.3"
325330
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1003,17 +1008,18 @@ cosmiconfig@^8.0.0:
10031008
parse-json "^5.0.0"
10041009
path-type "^4.0.0"
10051010

1006-
cross-env@^7.0.2:
1007-
version "7.0.3"
1008-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
1009-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
1011+
cross-env@^10.0.0:
1012+
version "10.0.0"
1013+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
1014+
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
10101015
dependencies:
1011-
cross-spawn "^7.0.1"
1016+
"@epic-web/invariant" "^1.0.0"
1017+
cross-spawn "^7.0.6"
10121018

1013-
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
1014-
version "7.0.3"
1015-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1016-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1019+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
1020+
version "7.0.6"
1021+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1022+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
10171023
dependencies:
10181024
path-key "^3.1.0"
10191025
shebang-command "^2.0.0"
@@ -2533,7 +2539,7 @@ path-parse@^1.0.7:
25332539
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
25342540
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
25352541

2536-
path-to-regexp@^6.3.0:
2542+
path-to-regexp@^6.2.1, path-to-regexp@^6.3.0:
25372543
version "6.3.0"
25382544
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
25392545
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==

0 commit comments

Comments
 (0)