diff --git a/.github/workflows/wf_build_artifacts.yaml b/.github/workflows/wf_build_artifacts.yaml index 173e1783..10f735e1 100644 --- a/.github/workflows/wf_build_artifacts.yaml +++ b/.github/workflows/wf_build_artifacts.yaml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 ref: ${{ inputs.GIT_REF }} - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@V28 with: install_url: "https://releases.nixos.org/nix/nix-2.22.3/install" install_options: "--no-daemon" diff --git a/.github/workflows/wf_check.yaml b/.github/workflows/wf_check.yaml index b0a1cd5c..cd240192 100644 --- a/.github/workflows/wf_check.yaml +++ b/.github/workflows/wf_check.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 ref: ${{ inputs.GIT_REF }} - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@V28 with: install_url: "https://releases.nixos.org/nix/nix-2.22.3/install" install_options: "--no-daemon" diff --git a/package.json b/package.json index f854fd9e..d592c71b 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,9 @@ "elliptic@>=4.0.0 <=6.5.6": ">=6.5.7", "elliptic@>=2.0.0 <=6.5.6": ">=6.5.7", "elliptic@>=5.2.1 <=6.5.6": ">=6.5.7", - "micromatch@<4.0.8": ">=4.0.8" + "micromatch@<4.0.8": ">=4.0.8", + "send@<0.19.0": ">=0.19.0", + "dset@<3.1.4": ">=3.1.4" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a1bb3ad..b0460907 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,6 +29,8 @@ overrides: elliptic@>=2.0.0 <=6.5.6: '>=6.5.7' elliptic@>=5.2.1 <=6.5.6: '>=6.5.7' micromatch@<4.0.8: '>=4.0.8' + send@<0.19.0: '>=0.19.0' + dset@<3.1.4: '>=3.1.4' importers: @@ -2919,8 +2921,8 @@ packages: resolution: {integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==} engines: {node: '>=8'} - dset@3.1.3: - resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==} + dset@3.1.4: + resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} engines: {node: '>=4'} duplexer@0.1.2: @@ -5569,10 +5571,6 @@ packages: engines: {node: '>=10'} hasBin: true - send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} - send@0.19.0: resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} engines: {node: '>= 0.8.0'} @@ -7567,7 +7565,7 @@ snapshots: '@graphql-tools/utils': 9.2.1(graphql@16.2.0) '@repeaterjs/repeater': 3.0.5 '@whatwg-node/fetch': 0.8.8 - dset: 3.1.3 + dset: 3.1.4 extract-files: 11.0.0 graphql: 16.2.0 meros: 1.3.0(@types/node@17.0.45) @@ -9791,7 +9789,7 @@ snapshots: dotenv@8.2.0: {} - dset@3.1.3: {} + dset@3.1.4: {} duplexer@0.1.2: {} @@ -13029,24 +13027,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - send@0.18.0: - dependencies: - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: 1.2.1 - statuses: 2.0.1 - transitivePeerDependencies: - - supports-color - send@0.19.0: dependencies: debug: 2.6.9 @@ -13076,7 +13056,7 @@ snapshots: encodeurl: 1.0.2 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.18.0 + send: 0.19.0 transitivePeerDependencies: - supports-color