Skip to content

Commit 38f8250

Browse files
authored
Merge pull request #421 from Armour/dependabot/npm_and_yarn/add-asset-html-webpack-plugin-3.1.3
Build(deps): bump add-asset-html-webpack-plugin from 3.1.2 to 3.1.3
2 parents d597836 + a626c5a commit 38f8250

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/redux-logger": "^3.0.6",
5858
"@types/uuid": "^3.4.4",
5959
"@types/webpack-env": "^1.13.6",
60-
"add-asset-html-webpack-plugin": "^3.1.2",
60+
"add-asset-html-webpack-plugin": "^3.1.3",
6161
"awesome-typescript-loader": "^5.2.1",
6262
"axios": "^0.18.0",
6363
"babel-loader": "^8.0.5",

yarn.lock

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,12 +1445,12 @@ acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.5:
14451445
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
14461446
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
14471447

1448-
add-asset-html-webpack-plugin@^3.1.2:
1449-
version "3.1.2"
1450-
resolved "https://registry.yarnpkg.com/add-asset-html-webpack-plugin/-/add-asset-html-webpack-plugin-3.1.2.tgz#50142497b595c12b443e75e6566ad14f3b7a644c"
1451-
integrity sha512-qjKhcOGyn8CaJayenBa7e1iuYy1x+/PsJVdUu0OT1idDDoKMzTW3Whwu3ojQPqZOSQR2lyUMjZQZueWP3nJbHQ==
1448+
add-asset-html-webpack-plugin@^3.1.3:
1449+
version "3.1.3"
1450+
resolved "https://registry.yarnpkg.com/add-asset-html-webpack-plugin/-/add-asset-html-webpack-plugin-3.1.3.tgz#bec77dc8182644a58a0eebcae7d1f9eb162dafdf"
1451+
integrity sha512-VSimIES8z4Y30QSYyURPwpzM2yHe25vVq2FMjrg1x/USoYRyhBFEjIW/VIXmYfQ5NkCFPYoDj4zT+rtAd4BVWw==
14521452
dependencies:
1453-
globby "^8.0.0"
1453+
globby "^9.0.0"
14541454
micromatch "^3.1.3"
14551455
p-each-series "^1.0.0"
14561456

@@ -3808,14 +3808,6 @@ diffie-hellman@^5.0.0:
38083808
miller-rabin "^4.0.0"
38093809
randombytes "^2.0.0"
38103810

3811-
3812-
version "2.0.0"
3813-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
3814-
integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
3815-
dependencies:
3816-
arrify "^1.0.1"
3817-
path-type "^3.0.0"
3818-
38193811
dir-glob@^2.0.0, dir-glob@^2.2.1:
38203812
version "2.2.2"
38213813
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
@@ -4728,7 +4720,7 @@ fast-deep-equal@^2.0.1:
47284720
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
47294721
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
47304722

4731-
fast-glob@^2.0.2, fast-glob@^2.2.6:
4723+
fast-glob@^2.2.6:
47324724
version "2.2.6"
47334725
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.6.tgz#a5d5b697ec8deda468d85a74035290a025a95295"
47344726
integrity sha512-0BvMaZc1k9F+MeWWMe8pL6YltFzZYcJsYU7D4JyDA6PAczaXvxqQQ/z+mDF7/4Mw01DeUc+i3CTKajnkANkV4w==
@@ -5389,19 +5381,6 @@ globby@^7.1.1:
53895381
pify "^3.0.0"
53905382
slash "^1.0.0"
53915383

5392-
globby@^8.0.0:
5393-
version "8.0.2"
5394-
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
5395-
integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
5396-
dependencies:
5397-
array-union "^1.0.1"
5398-
dir-glob "2.0.0"
5399-
fast-glob "^2.0.2"
5400-
glob "^7.1.2"
5401-
ignore "^3.3.5"
5402-
pify "^3.0.0"
5403-
slash "^1.0.0"
5404-
54055384
globby@^9.0.0:
54065385
version "9.0.0"
54075386
resolved "https://registry.yarnpkg.com/globby/-/globby-9.0.0.tgz#3800df736dc711266df39b4ce33fe0d481f94c23"

0 commit comments

Comments
 (0)