Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abad79e

Browse files
authored
Fix js vulnerabilities (#418)
* Run yarn upgrade * Upgrade loader-utils for bug fix * Upgrade tap-spec to v5
1 parent 53e8291 commit abad79e

File tree

3 files changed

+1712
-1712
lines changed

3 files changed

+1712
-1712
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
## [Unreleased]
88
*Please add entries here for your pull requests.*
99

10+
#### Fixed
11+
- Upgraded dependencies to fix vulnerabilities, included loader-utils [PR418](https://github.com/shakacode/bootstrap-loader/pull/418) by [ahangarha](https://github.com/ahangarha)
12+
1013
## [4.0.2] - 2023-01-04
1114
#### Dependabot
1215
- Bump is-my-json-valid from 2.15.0 to 2.20.6 (#406)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.0.2",
44
"description": "Boostrap for Webpack",
55
"main": "loader.js",
6-
"type":"module",
6+
"type": "module",
77
"scripts": {
88
"test": "babel-tape-runner node_package/tests/**/*.test.js | tap-spec",
99
"start": "npm run lint && npm run clean && npm run dev",
@@ -40,8 +40,8 @@
4040
"css-loader": "*",
4141
"mini-css-extract-plugin": ">=0.4.0",
4242
"node-sass": "*",
43-
"sass": "*",
4443
"resolve-url-loader": "*",
44+
"sass": "*",
4545
"sass-loader": "*",
4646
"url-loader": "*",
4747
"webpack": ">=5.0.0"
@@ -51,7 +51,7 @@
5151
"escape-regexp": "0.0.1",
5252
"exports-loader": "0.7.0",
5353
"js-yaml": "3.13.1",
54-
"loader-utils": "1.4.1",
54+
"loader-utils": "1.4.2",
5555
"resolve": "1.10.0",
5656
"semver": "5.5.0",
5757
"strip-json-comments": "^2.0.1"
@@ -70,7 +70,7 @@
7070
"eslint-plugin-react": "7.7.0",
7171
"mini-css-extract-plugin": "0.4.0",
7272
"prettier": "1.12.1",
73-
"tap-spec": "^4.1.2",
73+
"tap-spec": "^5.0.0",
7474
"tape": "4.9.0",
7575
"webpack": "^5"
7676
}

0 commit comments

Comments
 (0)