Skip to content

Commit

Permalink
Updated NPM dependencies to fix security vulnerabilities.
Browse files Browse the repository at this point in the history
Incremented version to 1.0.5.
  • Loading branch information
BTOdell committed Jul 16, 2019
1 parent af6613d commit 5c24447
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 110 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.5 (2019-07-16)

Updated NPM dependencies to fix security vulnerabilities.

## v1.0.4 (2019-06-28)

Updated NPM dependencies to fix security vulnerabilities.
Expand Down
175 changes: 71 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replace-url-html-webpack-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "Updates the URLs for existing script (JS) and link (CSS) elements in an HTML template with URLs generated by Webpack",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -28,15 +28,15 @@
},
"homepage": "https://www.einheit.tech/",
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.0",
"@types/webpack": "^4.4.34",
"@types/html-webpack-plugin": "^3.2.1",
"@types/webpack": "^4.4.35",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "^4.1.5",
"shx": "^0.3.2",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
"typescript": "^3.5.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6"
},
"peerDependencies": {
"webpack": "^4.0.0",
Expand Down

0 comments on commit 5c24447

Please sign in to comment.