Skip to content

Commit 3b2a65b

Browse files
committed
chore(deps): update dependency parcel-bundler to ^1.12.5
1 parent bb374b9 commit 3b2a65b

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
@@ -135,7 +135,7 @@
135135
"mkdirp": "^0.5.1",
136136
"mocha": "^6.1.4",
137137
"nyc": "^13.3.0",
138-
"parcel-bundler": "^1.12.4",
138+
"parcel-bundler": "^1.12.5",
139139
"prettier": "^1.19.1",
140140
"sinon": "^9.2.1",
141141
"source-map-support": "^0.5.12",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4756,10 +4756,10 @@ [email protected]:
47564756
object.getownpropertydescriptors "^2.0.3"
47574757
semver "^5.7.0"
47584758

4759-
node-forge@^0.7.1:
4760-
version "0.7.6"
4761-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
4762-
integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==
4759+
node-forge@^0.10.0:
4760+
version "0.10.0"
4761+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
4762+
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
47634763

47644764
node-libs-browser@^2.0.0:
47654765
version "2.1.0"
@@ -5164,10 +5164,10 @@ pako@~1.0.5:
51645164
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258"
51655165
integrity sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==
51665166

5167-
parcel-bundler@^1.12.4:
5168-
version "1.12.4"
5169-
resolved "https://registry.npmjs.org/parcel-bundler/-/parcel-bundler-1.12.4.tgz#31223f4ab4d00323a109fce28d5e46775409a9ee"
5170-
integrity sha512-G+iZGGiPEXcRzw0fiRxWYCKxdt/F7l9a0xkiU4XbcVRJCSlBnioWEwJMutOCCpoQmaQtjB4RBHDGIHN85AIhLQ==
5167+
parcel-bundler@^1.12.5:
5168+
version "1.12.5"
5169+
resolved "https://registry.yarnpkg.com/parcel-bundler/-/parcel-bundler-1.12.5.tgz#91f7de1c1fbfe5111616d3211c749c85c4d8acf0"
5170+
integrity sha512-hpku8mW67U6PXQIenW6NBbphBOMb8XzW6B9r093DUhYj5GN2FUB/CXCiz5hKoPYUsusZ35BpProH8AUF9bh5IQ==
51715171
dependencies:
51725172
"@babel/code-frame" "^7.0.0"
51735173
"@babel/core" "^7.4.4"
@@ -5212,7 +5212,7 @@ parcel-bundler@^1.12.4:
52125212
json5 "^1.0.1"
52135213
micromatch "^3.0.4"
52145214
mkdirp "^0.5.1"
5215-
node-forge "^0.7.1"
5215+
node-forge "^0.10.0"
52165216
node-libs-browser "^2.0.0"
52175217
opn "^5.1.0"
52185218
postcss "^7.0.11"

0 commit comments

Comments
 (0)