Skip to content

Commit 7fd1c43

Browse files
author
Amr Wagdy
committed
Chore: Release v3.1.1
1 parent fdcf13b commit 7fd1c43

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 3.1.1 - 2023-04-19
29+
### Fixed
30+
- Remove CVE vulnerabilities
31+
2832
## 3.1.0 - 2023-04-10
2933
### Added
3034
- possibility to enable/disable the request of new image on resize using `data-request-responsive-images`

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloudimage-360-view",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"main": "dist/index.js",
55
"description": "",
66
"author": "scaleflex",
@@ -55,13 +55,13 @@
5555
"fs": "^0.0.1-security",
5656
"gh-pages": "^2.0.1",
5757
"highlight.js": "^10.4.1",
58-
"html-webpack-plugin": "^3.2.0",
58+
"html-webpack-plugin": "^5.5.1",
5959
"isomorphic-fetch": "^3.0.0",
6060
"mini-css-extract-plugin": "^0.9.0",
6161
"mobile-detect": "^1.4.3",
62-
"style-loader": "^0.23.1",
63-
"webpack": "^4.46.0",
64-
"webpack-cli": "^3.3.0",
65-
"webpack-dev-server": "^3.2.1"
62+
"style-loader": "^3.3.2",
63+
"webpack": "^5.79.0",
64+
"webpack-cli": "^5.0.1",
65+
"webpack-dev-server": "^4.13.3"
6666
}
6767
}

0 commit comments

Comments
 (0)