From c46f776881534a11afd8e724b64762fd47d15bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 02:37:44 +0000 Subject: [PATCH] Bump http-proxy-middleware Bumps the npm_and_yarn group with 1 update in the /website/app directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). Updates `http-proxy-middleware` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- website/app/package-lock.json | 211 +++++++--------------------------- 1 file changed, 39 insertions(+), 172 deletions(-) diff --git a/website/app/package-lock.json b/website/app/package-lock.json index cb5239d..0491de5 100644 --- a/website/app/package-lock.json +++ b/website/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "kooljs-website", - "version": "0.2.0", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kooljs-website", - "version": "0.2.0", + "version": "1.0.3", "dependencies": { "@babel/parser": "^7.26.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", @@ -14,23 +14,28 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "apache-arrow": "^18.1.0", - "kooljs": "file:../../kooljs/kooljs", + "kooljs": "file:../kooljs", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^8.0.7", "react-scripts": "^5.0.1", "react-syntax-highlighter": "^15.6.1", "remark-gfm": "^4.0.0", + "terser": "^5.39.0", + "terser-webpack-plugin": "^5.3.13", "web-vitals": "^2.1.4" }, "devDependencies": { + "@types/bun": "*", "gh-pages": "^6.3.0", - "tailwindcss": "^3.4.16" + "tailwindcss": "^3.4.16", + "terser": "^5.39.0", + "terser-webpack-plugin": "^5.3.13" } }, "../../kooljs/kooljs": { "version": "0.2.8", + "extraneous": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/user-event": "^13.5.0" @@ -47,7 +52,6 @@ }, "../kooljs": { "version": "0.1.7", - "extraneous": true, "dependencies": { "@babel/parser": "^7.26.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", @@ -3361,13 +3365,6 @@ "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@swc/helpers": { - "version": "0.5.15", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.8.0" - } - }, "node_modules/@testing-library/dom": { "version": "8.20.1", "license": "MIT", @@ -3522,13 +3519,15 @@ "@types/node": "*" } }, - "node_modules/@types/command-line-args": { - "version": "5.2.3", - "license": "MIT" - }, - "node_modules/@types/command-line-usage": { - "version": "5.0.4", - "license": "MIT" + "node_modules/@types/bun": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.2.10.tgz", + "integrity": "sha512-eilv6WFM3M0c9ztJt7/g80BDusK98z/FrFwseZgT4bXCq2vPhXD4z8R3oddmAn+R/Nmz9vBn4kweJKmGTZj+lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "bun-types": "1.2.10" + } }, "node_modules/@types/connect": { "version": "3.4.38", @@ -4377,24 +4376,6 @@ "node": ">= 8" } }, - "node_modules/apache-arrow": { - "version": "18.1.0", - "license": "Apache-2.0", - "dependencies": { - "@swc/helpers": "^0.5.11", - "@types/command-line-args": "^5.2.3", - "@types/command-line-usage": "^5.0.4", - "@types/node": "^20.13.0", - "command-line-args": "^5.2.1", - "command-line-usage": "^7.0.1", - "flatbuffers": "^24.3.25", - "json-bignum": "^0.0.3", - "tslib": "^2.6.2" - }, - "bin": { - "arrow2csv": "bin/arrow2csv.js" - } - }, "node_modules/arg": { "version": "5.0.2", "license": "MIT" @@ -4410,13 +4391,6 @@ "node": ">= 0.4" } }, - "node_modules/array-back": { - "version": "3.1.0", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/array-buffer-byte-length": { "version": "1.0.2", "license": "MIT", @@ -5098,6 +5072,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/bun-types": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.10.tgz", + "integrity": "sha512-b5ITZMnVdf3m1gMvJHG+gIfeJHiQPJak0f7925Hxu6ZN5VKA8AGy4GZ4lM+Xkn6jtWxg5S3ldWvfmXdvnkp3GQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/bytes": { "version": "3.1.2", "license": "MIT", @@ -5232,33 +5216,6 @@ "node": ">=8" } }, - "node_modules/chalk-template": { - "version": "0.4.0", - "license": "MIT", - "dependencies": { - "chalk": "^4.1.2" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/chalk-template?sponsor=1" - } - }, - "node_modules/chalk-template/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/char-regex": { "version": "2.0.2", "license": "MIT", @@ -5512,46 +5469,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/command-line-args": { - "version": "5.2.1", - "license": "MIT", - "dependencies": { - "array-back": "^3.1.0", - "find-replace": "^3.0.0", - "lodash.camelcase": "^4.3.0", - "typical": "^4.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/command-line-usage": { - "version": "7.0.3", - "license": "MIT", - "dependencies": { - "array-back": "^6.2.2", - "chalk-template": "^0.4.0", - "table-layout": "^4.1.0", - "typical": "^7.1.1" - }, - "engines": { - "node": ">=12.20.0" - } - }, - "node_modules/command-line-usage/node_modules/array-back": { - "version": "6.2.2", - "license": "MIT", - "engines": { - "node": ">=12.17" - } - }, - "node_modules/command-line-usage/node_modules/typical": { - "version": "7.3.0", - "license": "MIT", - "engines": { - "node": ">=12.17" - } - }, "node_modules/commander": { "version": "13.1.0", "dev": true, @@ -7831,16 +7748,6 @@ "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/find-replace": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "array-back": "^3.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/find-up": { "version": "5.0.0", "license": "MIT", @@ -7867,10 +7774,6 @@ "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/flatbuffers": { - "version": "24.12.23", - "license": "Apache-2.0" - }, "node_modules/flatted": { "version": "3.3.2", "license": "ISC" @@ -8823,7 +8726,9 @@ } }, "node_modules/http-proxy-middleware": { - "version": "2.0.7", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", + "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", @@ -10977,12 +10882,6 @@ "node": ">=6" } }, - "node_modules/json-bignum": { - "version": "0.0.3", - "engines": { - "node": ">=0.8" - } - }, "node_modules/json-buffer": { "version": "3.0.1", "license": "MIT" @@ -11093,7 +10992,7 @@ } }, "node_modules/kooljs": { - "resolved": "../../kooljs/kooljs", + "resolved": "../kooljs", "link": true }, "node_modules/language-subtag-registry": { @@ -11186,10 +11085,6 @@ "version": "4.17.21", "license": "MIT" }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "license": "MIT" - }, "node_modules/lodash.debounce": { "version": "4.0.8", "license": "MIT" @@ -18397,24 +18292,6 @@ "version": "3.2.4", "license": "MIT" }, - "node_modules/table-layout": { - "version": "4.1.1", - "license": "MIT", - "dependencies": { - "array-back": "^6.2.2", - "wordwrapjs": "^5.1.0" - }, - "engines": { - "node": ">=12.17" - } - }, - "node_modules/table-layout/node_modules/array-back": { - "version": "6.2.2", - "license": "MIT", - "engines": { - "node": ">=12.17" - } - }, "node_modules/tailwindcss": { "version": "3.4.17", "license": "MIT", @@ -18505,7 +18382,9 @@ } }, "node_modules/terser": { - "version": "5.37.0", + "version": "5.39.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz", + "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -18521,7 +18400,9 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.11", + "version": "5.3.14", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", + "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -18872,13 +18753,6 @@ "node": ">=4.2.0" } }, - "node_modules/typical": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/unbox-primitive": { "version": "1.1.0", "license": "MIT", @@ -19636,13 +19510,6 @@ "node": ">=0.10.0" } }, - "node_modules/wordwrapjs": { - "version": "5.1.0", - "license": "MIT", - "engines": { - "node": ">=12.17" - } - }, "node_modules/workbox-background-sync": { "version": "6.6.1", "license": "MIT",