From e63001474c7c4f2752be2985dc891594ac5f691a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 11 Jul 2023 20:24:33 +0200 Subject: [PATCH] build(deps): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- pnpm-lock.yaml | 23 +++++++++++----------- ui/web/package.json | 2 +- ui/web/pnpm-lock.yaml | 44 +++++++++++++++++++++---------------------- 4 files changed, 36 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index 30fb9f56..6e0bde85 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "mnemonist": "^0.39.5", "moment": "^2.29.4", "mongodb": "^5.7.0", - "poolifier": "^2.6.14", + "poolifier": "^2.6.15", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff01f0d3..f7c476f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ dependencies: specifier: ^5.7.0 version: 5.7.0 poolifier: - specifier: ^2.6.14 - version: 2.6.14 + specifier: ^2.6.15 + version: 2.6.15 source-map-support: specifier: ^0.5.21 version: 0.5.21 @@ -1289,7 +1289,7 @@ packages: rollup: 3.26.2 serialize-javascript: 6.0.1 smob: 1.4.0 - terser: 5.18.2 + terser: 5.19.0 dev: true /@rollup/plugin-typescript@11.1.2(rollup@3.26.2)(tslib@2.6.0)(typescript@5.1.6): @@ -4754,7 +4754,7 @@ packages: foreground-child: 3.1.1 jackspeak: 2.2.1 minimatch: 9.0.3 - minipass: 7.0.1 + minipass: 7.0.2 path-scurry: 1.10.1 dev: true @@ -6649,8 +6649,8 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} - /minipass@7.0.1: - resolution: {integrity: sha512-NQ8MCKimInjVlaIqx51RKJJB7mINVkLTJbsZKmto4UAAOC/CWXES8PGaOgoBZyqoUsUA/U3DToGK7GJkkHbjJw==} + /minipass@7.0.2: + resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} engines: {node: '>=16 || 14 >=14.17'} dev: true @@ -7578,7 +7578,7 @@ packages: engines: {node: '>=16 || 14 >=14.17'} dependencies: lru-cache: 10.0.0 - minipass: 7.0.1 + minipass: 7.0.2 dev: true /path-to-regexp@1.8.0: @@ -7640,8 +7640,8 @@ packages: dependencies: semver-compare: 1.0.0 - /poolifier@2.6.14: - resolution: {integrity: sha512-AHsc+iCCR8Dr+SJ1lA6+HHFOUsREKN6wP3KmTNPoG1hg1Fbee7Dzae4yh1U5vwRPPr48R8+511xEL0IQaXOkdQ==} + /poolifier@2.6.15: + resolution: {integrity: sha512-SwkU2Z/R+rFH5zqWr0zhndGTZNgHkwWK90jfl1h5mTxuKowcW5aWMtlC103IVWk7sgtcFvOQSqrlV3iDkrbkvA==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false @@ -9074,8 +9074,8 @@ packages: source-map-support: 0.5.21 dev: true - /terser@5.18.2: - resolution: {integrity: sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==} + /terser@5.19.0: + resolution: {integrity: sha512-JpcpGOQLOXm2jsomozdMDpd5f8ZHh1rR48OFgWUH3QsyZcfPgv2qDCYbcDEAYNd4OZRj2bWYKpwdll/udZCk/Q==} engines: {node: '>=10'} hasBin: true dependencies: @@ -9668,6 +9668,7 @@ packages: /vm2@3.9.19: resolution: {integrity: sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==} engines: {node: '>=6.0'} + deprecated: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. hasBin: true dependencies: acorn: 8.10.0 diff --git a/ui/web/package.json b/ui/web/package.json index 15d2f33f..f3a2a16b 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -58,7 +58,7 @@ "prettier": "^2.8.8", "rimraf": "^5.0.1", "typescript": "~5.1.6", - "vite": "^4.4.2", + "vite": "^4.4.3", "vitest": "^0.33.0" }, "_id": "webui@0.1.1" diff --git a/ui/web/pnpm-lock.yaml b/ui/web/pnpm-lock.yaml index 63fa5ac9..ef4cd437 100644 --- a/ui/web/pnpm-lock.yaml +++ b/ui/web/pnpm-lock.yaml @@ -39,10 +39,10 @@ devDependencies: version: 5.62.0(eslint@8.44.0)(typescript@5.1.6) '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.4.2)(vue@3.3.4) + version: 4.2.3(vite@4.4.3)(vue@3.3.4) '@vitejs/plugin-vue-jsx': specifier: ^3.0.1 - version: 3.0.1(vite@4.4.2)(vue@3.3.4) + version: 3.0.1(vite@4.4.3)(vue@3.3.4) '@vitest/coverage-c8': specifier: ^0.33.0 version: 0.33.0(vitest@0.33.0) @@ -89,8 +89,8 @@ devDependencies: specifier: ~5.1.6 version: 5.1.6 vite: - specifier: ^4.4.2 - version: 4.4.2(@types/node@20.4.1) + specifier: ^4.4.3 + version: 4.4.3(@types/node@20.4.1) vitest: specifier: ^0.33.0 version: 0.33.0(jsdom@22.1.0) @@ -949,7 +949,7 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.2)(vue@3.3.4): + /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.3)(vue@3.3.4): resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -959,20 +959,20 @@ packages: '@babel/core': 7.22.8 '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.8) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.8) - vite: 4.4.2(@types/node@20.4.1) + vite: 4.4.3(@types/node@20.4.1) vue: 3.3.4 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@4.2.3(vite@4.4.2)(vue@3.3.4): + /@vitejs/plugin-vue@4.2.3(vite@4.4.3)(vue@3.3.4): resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.2(@types/node@20.4.1) + vite: 4.4.3(@types/node@20.4.1) vue: 3.3.4 dev: true @@ -1365,8 +1365,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001514 - electron-to-chromium: 1.4.455 + caniuse-lite: 1.0.30001515 + electron-to-chromium: 1.4.456 node-releases: 2.0.13 update-browserslist-db: 1.0.11(browserslist@4.21.9) dev: true @@ -1419,8 +1419,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite@1.0.30001514: - resolution: {integrity: sha512-ENcIpYBmwAAOm/V2cXgM7rZUrKKaqisZl4ZAI520FIkqGXUxJjmaIssbRW5HVVR5tyV6ygTLIm15aU8LUmQSaQ==} + /caniuse-lite@1.0.30001515: + resolution: {integrity: sha512-eEFDwUOZbE24sb+Ecsx3+OvNETqjWIdabMy52oOkIgcUtAsQifjUG9q4U9dgTHJM2mfk4uEPxc0+xuFdJ629QA==} dev: true /chai@4.3.7: @@ -1700,8 +1700,8 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: false - /electron-to-chromium@1.4.455: - resolution: {integrity: sha512-8tgdX0Odl24LtmLwxotpJCVjIndN559AvaOtd67u+2mo+IDsgsTF580NB+uuDCqsHw8yFg53l5+imFV9Fw3cbA==} + /electron-to-chromium@1.4.456: + resolution: {integrity: sha512-d+eSL4mT9m72cnDT/kfQj6Pv6Cid4pUVlLOl8esm2SZuXBgtXtUyvCfc9F++GHLWLoY4gMNqg+0IVAoQ3sosKA==} dev: true /emoji-regex@8.0.0: @@ -2346,7 +2346,7 @@ packages: foreground-child: 3.1.1 jackspeak: 2.2.1 minimatch: 9.0.3 - minipass: 7.0.1 + minipass: 7.0.2 path-scurry: 1.10.1 dev: true @@ -3010,8 +3010,8 @@ packages: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} dev: true - /minipass@7.0.1: - resolution: {integrity: sha512-NQ8MCKimInjVlaIqx51RKJJB7mINVkLTJbsZKmto4UAAOC/CWXES8PGaOgoBZyqoUsUA/U3DToGK7GJkkHbjJw==} + /minipass@7.0.2: + resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} engines: {node: '>=16 || 14 >=14.17'} dev: true @@ -3229,7 +3229,7 @@ packages: engines: {node: '>=16 || 14 >=14.17'} dependencies: lru-cache: 10.0.0 - minipass: 7.0.1 + minipass: 7.0.2 dev: true /path-type@4.0.0: @@ -3868,7 +3868,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.2(@types/node@20.4.1) + vite: 4.4.3(@types/node@20.4.1) transitivePeerDependencies: - '@types/node' - less @@ -3880,8 +3880,8 @@ packages: - terser dev: true - /vite@4.4.2(@types/node@20.4.1): - resolution: {integrity: sha512-zUcsJN+UvdSyHhYa277UHhiJ3iq4hUBwHavOpsNUGsTgjBeoBlK8eDt+iT09pBq0h9/knhG/SPrZiM7cGmg7NA==} + /vite@4.4.3(@types/node@20.4.1): + resolution: {integrity: sha512-IMnXQXXWgLi5brBQx/4WzDxdzW0X3pjO4nqFJAuNvwKtxzAmPzFE1wszW3VDpAGQJm3RZkm/brzRdyGsnwgJIA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -3969,7 +3969,7 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.6.0 - vite: 4.4.2(@types/node@20.4.1) + vite: 4.4.3(@types/node@20.4.1) vite-node: 0.33.0(@types/node@20.4.1) why-is-node-running: 2.2.2 transitivePeerDependencies: -- 2.34.1