fix: issue with non-alphanumeric characters within body env variables (fixes #2665)

This commit is contained in:
Andrew Bastin
2022-10-03 14:51:10 +05:30
parent 355e37a27d
commit 3c35bb6091
6 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@hoppscotch/data": "workspace:^0.4.3",
"@hoppscotch/data": "workspace:^0.4.4",
"@hoppscotch/js-sandbox": "workspace:^2.0.0",
"@relmify/jest-fp-ts": "^2.0.2",
"@swc/core": "^1.2.181",