diff --git a/.pnp.cjs b/.pnp.cjs index b9bf2cb5..bca56e83 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -43,7 +43,8 @@ const RAW_RUNTIME_STATE = [null, {\ "packageLocation": "./",\ "packageDependencies": [\ - ["hyper-root", "workspace:."]\ + ["hyper-root", "workspace:."],\ + ["node-gyp", "npm:11.3.0"]\ ],\ "linkType": "SOFT"\ }]\ @@ -3519,6 +3520,13 @@ const RAW_RUNTIME_STATE = ["acorn", "npm:8.14.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:8.15.0", {\ + "packageLocation": "./.yarn/cache/acorn-npm-8.15.0-0764cf600e-dec73ff59b.zip/node_modules/acorn/",\ + "packageDependencies": [\ + ["acorn", "npm:8.15.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["acorn-import-attributes", [\ @@ -8271,7 +8279,7 @@ const RAW_RUNTIME_STATE = ["@xterm/addon-web-links", "virtual:011ad7fdc86d2a4add6eb23a132024e85f1a94f30b27c19d0669bd60e95c3fe59662ef7648d28dda855a7fdda248d7be587881a0dde81de0df1e52937738ff66#npm:0.11.0"],\ ["@xterm/addon-webgl", "virtual:011ad7fdc86d2a4add6eb23a132024e85f1a94f30b27c19d0669bd60e95c3fe59662ef7648d28dda855a7fdda248d7be587881a0dde81de0df1e52937738ff66#npm:0.18.0"],\ ["@xterm/xterm", "npm:5.5.0"],\ - ["acorn", "npm:8.14.1"],\ + ["acorn", "npm:8.15.0"],\ ["args", "npm:5.0.3"],\ ["ava", "virtual:011ad7fdc86d2a4add6eb23a132024e85f1a94f30b27c19d0669bd60e95c3fe59662ef7648d28dda855a7fdda248d7be587881a0dde81de0df1e52937738ff66#https://github.com/quine-global/ava.git#commit=38aebe3badef8d54f68e8315e9849cfa83d531fe"],\ ["babel-loader", "virtual:011ad7fdc86d2a4add6eb23a132024e85f1a94f30b27c19d0669bd60e95c3fe59662ef7648d28dda855a7fdda248d7be587881a0dde81de0df1e52937738ff66#npm:9.2.1"],\ @@ -8359,7 +8367,8 @@ const RAW_RUNTIME_STATE = ["workspace:.", {\ "packageLocation": "./",\ "packageDependencies": [\ - ["hyper-root", "workspace:."]\ + ["hyper-root", "workspace:."],\ + ["node-gyp", "npm:11.3.0"]\ ],\ "linkType": "SOFT"\ }]\ @@ -10648,6 +10657,23 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ + ["npm:11.3.0", {\ + "packageLocation": "./.yarn/unplugged/node-gyp-npm-11.3.0-b555487fd9/node_modules/node-gyp/",\ + "packageDependencies": [\ + ["env-paths", "npm:2.2.1"],\ + ["exponential-backoff", "npm:3.1.2"],\ + ["graceful-fs", "npm:4.2.11"],\ + ["make-fetch-happen", "npm:14.0.3"],\ + ["node-gyp", "npm:11.3.0"],\ + ["nopt", "npm:8.1.0"],\ + ["proc-log", "npm:5.0.0"],\ + ["semver", "npm:7.7.2"],\ + ["tar", "npm:7.4.3"],\ + ["tinyglobby", "npm:0.2.14"],\ + ["which", "npm:5.0.0"]\ + ],\ + "linkType": "HARD"\ + }],\ ["npm:9.4.1", {\ "packageLocation": "./.yarn/unplugged/node-gyp-npm-9.4.1-15a6f0e8e4/node_modules/node-gyp/",\ "packageDependencies": [\ diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 621b1e1b..4a57e9cb 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/builder/package.json b/builder/package.json index a8566828..fba677eb 100644 --- a/builder/package.json +++ b/builder/package.json @@ -114,7 +114,7 @@ "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "7.0.0", "@typescript-eslint/parser": "6.21.0", - "acorn": "^8.14.1", + "acorn": "^8.15.0", "babel-loader": "9.2.1", "color-convert": "2.0.1", "color-string": "1.9.0", @@ -178,12 +178,18 @@ "@react-icons/all-files@4.1.0": { "unplugged": true }, + "acorn@8.15.0": { + "unplugged": true + }, "color@4.2.3": { "unplugged": true }, "dmg-builder@26.0.13": { "unplugged": true }, + "electron-link@0.6.0": { + "unplugged": true + }, "electron-mksnapshot@34.5.1": { "unplugged": true }, @@ -192,6 +198,9 @@ }, "react-dom@18.3.1": { "unplugged": true + }, + "recast@0.20.5": { + "unplugged": true } } } diff --git a/package.json b/package.json index 5e0960e0..5786dd9c 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,8 @@ "app", "target", "builder" - ] + ], + "devDependencies": { + "node-gyp": "^11.3.0" + } } diff --git a/yarn.lock b/yarn.lock index b12db1fa..f6ff61ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2587,7 +2587,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.0.4, acorn@npm:^8.11.0, acorn@npm:^8.13.0, acorn@npm:^8.14.0, acorn@npm:^8.14.1, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.6.0, acorn@npm:^8.8.2, acorn@npm:^8.9.0": +"acorn@npm:^8.0.4, acorn@npm:^8.11.0, acorn@npm:^8.13.0, acorn@npm:^8.14.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.6.0, acorn@npm:^8.8.2, acorn@npm:^8.9.0": version: 8.14.1 resolution: "acorn@npm:8.14.1" bin: @@ -2596,6 +2596,15 @@ __metadata: languageName: node linkType: hard +"acorn@npm:^8.15.0": + version: 8.15.0 + resolution: "acorn@npm:8.15.0" + bin: + acorn: bin/acorn + checksum: 10c0/dec73ff59b7d6628a01eebaece7f2bdb8bb62b9b5926dcad0f8931f2b8b79c2be21f6c68ac095592adb5adb15831a3635d9343e6a91d028bbe85d564875ec3ec + languageName: node + linkType: hard + "agent-base@npm:6, agent-base@npm:^6.0.2": version: 6.0.2 resolution: "agent-base@npm:6.0.2" @@ -6688,7 +6697,7 @@ __metadata: "@xterm/addon-web-links": "npm:0.11.0" "@xterm/addon-webgl": "npm:0.18.0" "@xterm/xterm": "npm:5.5.0" - acorn: "npm:^8.14.1" + acorn: "npm:^8.15.0" args: "npm:5.0.3" ava: "https://github.com/quine-global/ava#38aebe3badef8d54f68e8315e9849cfa83d531fe" babel-loader: "npm:9.2.1" @@ -6770,22 +6779,30 @@ __metadata: dependenciesMeta: "@react-icons/all-files@4.1.0": unplugged: true + acorn@8.15.0: + unplugged: true color@4.2.3: unplugged: true dmg-builder@26.0.13: unplugged: true + electron-link@0.6.0: + unplugged: true electron-mksnapshot@34.5.1: unplugged: true react-dom@18.3.1: unplugged: true react@18.3.1: unplugged: true + recast@0.20.5: + unplugged: true languageName: unknown linkType: soft "hyper-root@workspace:.": version: 0.0.0-use.local resolution: "hyper-root@workspace:." + dependencies: + node-gyp: "npm:^11.3.0" languageName: unknown linkType: soft @@ -8864,6 +8881,26 @@ __metadata: languageName: node linkType: hard +"node-gyp@npm:^11.3.0": + version: 11.3.0 + resolution: "node-gyp@npm:11.3.0" + dependencies: + env-paths: "npm:^2.2.0" + exponential-backoff: "npm:^3.1.1" + graceful-fs: "npm:^4.2.6" + make-fetch-happen: "npm:^14.0.3" + nopt: "npm:^8.0.0" + proc-log: "npm:^5.0.0" + semver: "npm:^7.3.5" + tar: "npm:^7.4.3" + tinyglobby: "npm:^0.2.12" + which: "npm:^5.0.0" + bin: + node-gyp: bin/node-gyp.js + checksum: 10c0/5f4ad5a729386f7b50096efd4934b06c071dbfbc7d7d541a66d6959a7dccd62f53ff3dc95fffb60bf99d8da1270e23769f82246fcaa6c5645a70c967ae9a3398 + languageName: node + linkType: hard + "node-gyp@npm:^9.0.0": version: 9.4.1 resolution: "node-gyp@npm:9.4.1"