Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 937aa36

Browse files
chore(deps): update dependency parcel-bundler to ^1.12.5
1 parent f19d5e4 commit 937aa36

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint": "^10.0.2",
102102
"lnfs-cli": "^2.1.0",
103103
"mkdirp": "^1.0.4",
104-
"parcel-bundler": "^1.12.4",
104+
"parcel-bundler": "^1.12.5",
105105
"sourcegraph": "^25.7.0",
106106
"typescript": "^3.9.7"
107107
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4814,10 +4814,10 @@ node-addon-api@^1.7.1:
48144814
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz#3df30b95720b53c24e59948b49532b662444f54d"
48154815
integrity sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==
48164816

4817-
node-forge@^0.7.1:
4818-
version "0.7.6"
4819-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
4820-
integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==
4817+
node-forge@^0.10.0:
4818+
version "0.10.0"
4819+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
4820+
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
48214821

48224822
node-libs-browser@^2.0.0:
48234823
version "2.2.1"
@@ -5147,10 +5147,10 @@ pako@~1.0.5:
51475147
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
51485148
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
51495149

5150-
parcel-bundler@^1.12.4:
5151-
version "1.12.4"
5152-
resolved "https://registry.yarnpkg.com/parcel-bundler/-/parcel-bundler-1.12.4.tgz#31223f4ab4d00323a109fce28d5e46775409a9ee"
5153-
integrity sha512-G+iZGGiPEXcRzw0fiRxWYCKxdt/F7l9a0xkiU4XbcVRJCSlBnioWEwJMutOCCpoQmaQtjB4RBHDGIHN85AIhLQ==
5150+
parcel-bundler@^1.12.5:
5151+
version "1.12.5"
5152+
resolved "https://registry.yarnpkg.com/parcel-bundler/-/parcel-bundler-1.12.5.tgz#91f7de1c1fbfe5111616d3211c749c85c4d8acf0"
5153+
integrity sha512-hpku8mW67U6PXQIenW6NBbphBOMb8XzW6B9r093DUhYj5GN2FUB/CXCiz5hKoPYUsusZ35BpProH8AUF9bh5IQ==
51545154
dependencies:
51555155
"@babel/code-frame" "^7.0.0"
51565156
"@babel/core" "^7.4.4"
@@ -5195,7 +5195,7 @@ parcel-bundler@^1.12.4:
51955195
json5 "^1.0.1"
51965196
micromatch "^3.0.4"
51975197
mkdirp "^0.5.1"
5198-
node-forge "^0.7.1"
5198+
node-forge "^0.10.0"
51995199
node-libs-browser "^2.0.0"
52005200
opn "^5.1.0"
52015201
postcss "^7.0.11"

0 commit comments

Comments
 (0)