Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 0e442fa

Browse files
dependabot-preview[bot]dcyriller
authored andcommitted
Bump md5-hex from 2.0.0 to 3.0.1 (#518)
Bumps [md5-hex](https://github.com/sindresorhus/md5-hex) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/md5-hex/releases) - [Commits](sindresorhus/md5-hex@v2.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 02950e9 commit 0e442fa

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ember-cli-version-checker": "^3.0.1",
3838
"ember-template-lint": "^1.2.0",
3939
"json-stable-stringify": "^1.0.1",
40-
"md5-hex": "^2.0.0",
40+
"md5-hex": "^3.0.1",
4141
"strip-ansi": "^6.0.0",
4242
"walk-sync": "^2.0.2"
4343
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,6 +2000,11 @@ bluebird@^3.1.1, bluebird@^3.4.6:
20002000
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
20012001
integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==
20022002

2003+
blueimp-md5@^2.10.0:
2004+
version "2.12.0"
2005+
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.12.0.tgz#be7367938a889dec3ffbb71138617c117e9c130a"
2006+
integrity sha512-zo+HIdIhzojv6F1siQPqPFROyVy7C50KzHv/k/Iz+BtvtVzSHXiMXOpq2wCfNkeBqdCv+V8XOV96tsEt2W/3rQ==
2007+
20032008
20042009
version "1.18.2"
20052010
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"
@@ -6469,17 +6474,12 @@ matcher-collection@^2.0.0:
64696474
"@types/minimatch" "^3.0.3"
64706475
minimatch "^3.0.2"
64716476

6472-
md5-hex@^2.0.0:
6473-
version "2.0.0"
6474-
resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-2.0.0.tgz#d0588e9f1c74954492ecd24ac0ac6ce997d92e33"
6475-
integrity sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM=
6477+
md5-hex@^3.0.1:
6478+
version "3.0.1"
6479+
resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-3.0.1.tgz#be3741b510591434b2784d79e556eefc2c9a8e5c"
6480+
integrity sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==
64766481
dependencies:
6477-
md5-o-matic "^0.1.1"
6478-
6479-
md5-o-matic@^0.1.1:
6480-
version "0.1.1"
6481-
resolved "https://registry.yarnpkg.com/md5-o-matic/-/md5-o-matic-0.1.1.tgz#822bccd65e117c514fab176b25945d54100a03c3"
6482-
integrity sha1-givM1l4RfFFPqxdrJZRdVBAKA8M=
6482+
blueimp-md5 "^2.10.0"
64836483

64846484
mdurl@^1.0.1:
64856485
version "1.0.1"

0 commit comments

Comments
 (0)