Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit e90c1e6

Browse files
committed
Update dependency cross-env to v7.0.3
1 parent 44013cf commit e90c1e6

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
@@ -56,7 +56,7 @@
5656
"@types/supertest": "2.0.8",
5757
"@typescript-eslint/eslint-plugin": "2.25.0",
5858
"@typescript-eslint/parser": "2.25.0",
59-
"cross-env": "7.0.2",
59+
"cross-env": "7.0.3",
6060
"eslint": "7.13.0",
6161
"eslint-config-prettier": "6.11.0",
6262
"eslint-plugin-import": "2.22.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,10 +2703,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
27032703
safe-buffer "^5.0.1"
27042704
sha.js "^2.4.8"
27052705

2706-
cross-env@7.0.2:
2707-
version "7.0.2"
2708-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
2709-
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
2706+
cross-env@7.0.3:
2707+
version "7.0.3"
2708+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
2709+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
27102710
dependencies:
27112711
cross-spawn "^7.0.1"
27122712

0 commit comments

Comments
 (0)