Skip to content

Commit 7c8d4c2

Browse files
committed
Update to fixed micromatch
1 parent 50650b9 commit 7c8d4c2

File tree

2 files changed

+8
-38
lines changed

2 files changed

+8
-38
lines changed

flake.nix

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,6 @@
1111
pkgs = import nixpkgs { inherit system overlays; };
1212
rusttoolchain =
1313
pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
14-
# wasm-bindgen = pkgs.rustPlatform.buildRustPackage rec {
15-
# pname = "wasm-bindgen";
16-
# version = "0.2.93";
17-
18-
# nativeBuildInputs = with pkgs; [ pkg-config ];
19-
20-
# src = pkgs.fetchCrate {
21-
# inherit pname version;
22-
# hash = "sha256-LatHkqF6y+XtY2S/6KJWOjmkB5NcKKfmrhEWmAACLMM=";
23-
# };
24-
25-
# cargoLock.lockFile = ./wasm-bindgen-Cargo.lock;
26-
# cargoLock.outputHashes = {
27-
# "raytracer-0.1.0" = "sha256-k6emdBDunYK4pUxrwJCbm57LzICj+q4bRAJ/XJ0zsg0=";
28-
# "weedle-0.13.0" = "sha256-S/AzZmEPamYt0vT6eM8fxnZmXWXwV1DLxVlLIYemZYc=";
29-
# };
30-
# cargoPatches = [
31-
# ./wasm-bindgen-Cargo.lock
32-
# ];
33-
34-
# cargoHash = "";
35-
# };
3614
in
3715
{
3816
devShell = pkgs.mkShell {

yarn.lock

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -630,20 +630,20 @@ brace-expansion@^2.0.1:
630630
dependencies:
631631
balanced-match "^1.0.0"
632632

633-
braces@^3.0.2, braces@~3.0.2:
634-
version "3.0.2"
635-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
636-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
637-
dependencies:
638-
fill-range "^7.0.1"
639-
640633
braces@^3.0.3:
641634
version "3.0.3"
642635
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
643636
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
644637
dependencies:
645638
fill-range "^7.1.1"
646639

640+
braces@~3.0.2:
641+
version "3.0.2"
642+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
643+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
644+
dependencies:
645+
fill-range "^7.0.1"
646+
647647
browserslist@^4.21.10:
648648
version "4.23.3"
649649
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
@@ -1983,15 +1983,7 @@ methods@~1.1.2:
19831983
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
19841984
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
19851985

1986-
micromatch@^4.0.0:
1987-
version "4.0.5"
1988-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
1989-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
1990-
dependencies:
1991-
braces "^3.0.2"
1992-
picomatch "^2.3.1"
1993-
1994-
micromatch@^4.0.2:
1986+
micromatch@^4.0.0, micromatch@^4.0.2:
19951987
version "4.0.8"
19961988
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
19971989
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==

0 commit comments

Comments
 (0)