Skip to content

Commit 5c24447

Browse files
committed
Updated NPM dependencies to fix security vulnerabilities.
Incremented version to 1.0.5.
1 parent af6613d commit 5c24447

File tree

3 files changed

+81
-110
lines changed

3 files changed

+81
-110
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.5 (2019-07-16)
4+
5+
Updated NPM dependencies to fix security vulnerabilities.
6+
37
## v1.0.4 (2019-06-28)
48

59
Updated NPM dependencies to fix security vulnerabilities.

package-lock.json

Lines changed: 71 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "replace-url-html-webpack-plugin",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Updates the URLs for existing script (JS) and link (CSS) elements in an HTML template with URLs generated by Webpack",
55
"main": "index.js",
66
"repository": {
@@ -28,15 +28,15 @@
2828
},
2929
"homepage": "https://www.einheit.tech/",
3030
"devDependencies": {
31-
"@types/html-webpack-plugin": "^3.2.0",
32-
"@types/webpack": "^4.4.34",
31+
"@types/html-webpack-plugin": "^3.2.1",
32+
"@types/webpack": "^4.4.35",
3333
"html-webpack-plugin": "^3.2.0",
3434
"npm-run-all": "^4.1.5",
3535
"shx": "^0.3.2",
3636
"tslint": "^5.18.0",
37-
"typescript": "^3.5.2",
38-
"webpack": "^4.35.0",
39-
"webpack-cli": "^3.3.5"
37+
"typescript": "^3.5.3",
38+
"webpack": "^4.35.3",
39+
"webpack-cli": "^3.3.6"
4040
},
4141
"peerDependencies": {
4242
"webpack": "^4.0.0",

0 commit comments

Comments
 (0)