diff --git a/package-lock.json b/package-lock.json index 083e396..f2f2a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "25.11.28", + "version": "25.12.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "25.11.28", + "version": "25.12.10", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index 70461c5..12dc605 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "25.11.28", + "version": "25.12.10", "main": "src/main/main.ts", "private": true, "description": "Intercept & Modify HTTP Requests", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 0a2d5af..49fa50b 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "25.11.28", + "version": "25.12.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "25.11.28", + "version": "25.12.10", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -982,6 +982,15 @@ "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==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/ini": { "version": "1.3.8", "license": "ISC" @@ -1701,6 +1710,15 @@ "node": ">=8" } }, + "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==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/object-assign": { "version": "4.1.1", "license": "MIT", @@ -2922,6 +2940,11 @@ "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": { @@ -4100,6 +4123,11 @@ "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 d46b8cc..06e0b90 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "25.11.28", + "version": "25.12.10", "private": true, "description": "Intercept & Modify HTTP Requests", "main": "./dist/main/main.js",