Skip to content

Commit f8a4845

Browse files
authored
fixing two critical vulnerabilities (#1076)
1 parent 7406b6d commit f8a4845

File tree

2 files changed

+430
-644
lines changed

2 files changed

+430
-644
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,31 @@
5656
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
5757
"@babel/plugin-transform-runtime": "^7.6.2",
5858
"babel-jest": "^29.1.0",
59-
"babel-loader": "^8.0.6",
59+
"babel-loader": "8.4.1",
6060
"babel-preset-gatsby": "^3.14.0",
6161
"chai": "^4.3.6",
62-
"copy-webpack-plugin": "^5.0.4",
62+
"copy-webpack-plugin": "6.4.1",
6363
"css-hot-loader": "^1.4.4",
6464
"css-loader": "^3.2.0",
6565
"file-loader": "^4.2.0",
6666
"gatsby-cli": "5.14.0",
6767
"html-loader": "^0.5.5",
68-
"html-webpack-plugin": "^3.2.0",
68+
"html-webpack-plugin": "4.5.2",
6969
"html-webpack-template": "^6.2.0",
7070
"identity-obj-proxy": "^3.0.0",
7171
"jest": "^29.7.0",
7272
"mocha": "^10.0.0",
7373
"postcss-loader": "^3.0.0",
7474
"prettier": "^1.18.2",
7575
"react-test-renderer": "^18.2.0",
76-
"resolve-url-loader": "^3.1.0",
76+
"resolve-url-loader": "4.0.0",
7777
"sass": "^1.49.9",
7878
"sass-loader": "^11.1.1",
7979
"style-loader": "^1.0.0",
8080
"webpack": "5.97.0",
8181
"webpack-dev-server": "^3.8.0"
82+
},
83+
"resolutions": {
84+
"mkdirp": "^0.5.6"
8285
}
8386
}

0 commit comments

Comments
 (0)