Skip to content

Commit

Permalink
Upgraded all babel dependencies. Fixed all NPM audit vulnerabilities :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Hulst authored and Sander van Hulst committed Feb 4, 2024
1 parent 3febb16 commit f681b89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@
"build": "webpack"
},
"author": {
"email": "[email protected]",
"name": "Ferran Basora"
"email": "[email protected]",
"name": "Code Guardian"
},
"license": "MIT",
"repository": {
"url": "https://github.com/fcsonline/autocsp.git",
"url": "https://github.com/surimi1/autocsp.git",
"type": "git"
},
"bugs": "https://github.com/fcsonline/autocsp/issues",
"bugs": "https://github.com/surimi1/autocsp/",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"@babel/preset-env": "^7.23.9",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"babel-loader": "^9.1.3",
"babel-preset-es2015": "6.5.0",
"http-server": "^14.1.1",
"json-loader": "0.5.4"
"json-loader": "0.5.7",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"crypto-js": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
library: 'AutoCSP'
},
module: {
loaders: [
rules: [
{ test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'},
{ test: /\.json$/, loader: 'json-loader' }
]
Expand Down

0 comments on commit f681b89

Please sign in to comment.