diff --git a/package-lock.json b/package-lock.json index 66837dd..074de60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "1.5.13", + "version": "1.5.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "1.5.13", + "version": "1.5.14", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index 0b70e95..a72ca4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "1.5.13", + "version": "1.5.14", "private": true, "description": "Intercept & Modify HTTP Requests", "scripts": { diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 2fb99ad..956f038 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "1.5.13", + "version": "1.5.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "1.5.13", + "version": "1.5.14", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -1245,14 +1245,6 @@ "version": "1.2.0", "license": "ISC" }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, "node_modules/@httptoolkit/httpolyglot": { "version": "2.1.1", "dependencies": { @@ -2272,14 +2264,6 @@ "fd-slicer": "~1.1.0" } }, - "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, "node_modules/object-assign": { "version": "4.1.1", "license": "MIT", @@ -3946,11 +3930,6 @@ "ansi-regex": { "version": "5.0.1" }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, "string-width": { "version": "4.2.3", "requires": { @@ -5715,11 +5694,6 @@ "ansi-regex": { "version": "5.0.1" }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, "string-width": { "version": "4.2.3", "requires": { diff --git a/release/app/package.json b/release/app/package.json index a5c49e3..0e99c31 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "1.5.13", + "version": "1.5.14", "private": true, "description": "Intercept & Modify HTTP Requests", "main": "./dist/main/main.js",