Skip to content

Commit 29f7eef

Browse files
chore(deps): update dependency parcel-bundler to ^1.12.5
1 parent ec0757d commit 29f7eef

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"mkdirp": "^0.5.1",
137137
"mocha": "^6.1.4",
138138
"nyc": "^13.3.0",
139-
"parcel-bundler": "^1.12.4",
139+
"parcel-bundler": "^1.12.5",
140140
"prettier": "^1.19.1",
141141
"sinon": "^9.2.1",
142142
"source-map-support": "^0.5.12",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,10 +4773,10 @@ [email protected]:
47734773
object.getownpropertydescriptors "^2.0.3"
47744774
semver "^5.7.0"
47754775

4776-
node-forge@^0.7.1:
4777-
version "0.7.6"
4778-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
4779-
integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==
4776+
node-forge@^0.10.0:
4777+
version "0.10.0"
4778+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
4779+
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
47804780

47814781
node-libs-browser@^2.0.0:
47824782
version "2.1.0"
@@ -5181,10 +5181,10 @@ pako@~1.0.5:
51815181
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258"
51825182
integrity sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==
51835183

5184-
parcel-bundler@^1.12.4:
5185-
version "1.12.4"
5186-
resolved "https://registry.npmjs.org/parcel-bundler/-/parcel-bundler-1.12.4.tgz#31223f4ab4d00323a109fce28d5e46775409a9ee"
5187-
integrity sha512-G+iZGGiPEXcRzw0fiRxWYCKxdt/F7l9a0xkiU4XbcVRJCSlBnioWEwJMutOCCpoQmaQtjB4RBHDGIHN85AIhLQ==
5184+
parcel-bundler@^1.12.5:
5185+
version "1.12.5"
5186+
resolved "https://registry.yarnpkg.com/parcel-bundler/-/parcel-bundler-1.12.5.tgz#91f7de1c1fbfe5111616d3211c749c85c4d8acf0"
5187+
integrity sha512-hpku8mW67U6PXQIenW6NBbphBOMb8XzW6B9r093DUhYj5GN2FUB/CXCiz5hKoPYUsusZ35BpProH8AUF9bh5IQ==
51885188
dependencies:
51895189
"@babel/code-frame" "^7.0.0"
51905190
"@babel/core" "^7.4.4"
@@ -5229,7 +5229,7 @@ parcel-bundler@^1.12.4:
52295229
json5 "^1.0.1"
52305230
micromatch "^3.0.4"
52315231
mkdirp "^0.5.1"
5232-
node-forge "^0.7.1"
5232+
node-forge "^0.10.0"
52335233
node-libs-browser "^2.0.0"
52345234
opn "^5.1.0"
52355235
postcss "^7.0.11"

0 commit comments

Comments
 (0)