Skip to content

Commit

Permalink
Fix vuln in follow-redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Mar 19, 2024
1 parent 467b91f commit e24db40
Show file tree
Hide file tree
Showing 3 changed files with 1,598 additions and 1,540 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"url": "https://github.com/cceh/capitularia/issues"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.1",
"@popperjs/core": "*",
"axios": "*",
"bootstrap": "^5.3.2",
"d3": "^7.8.5",
"bootstrap": "^5.3.3",
"d3": "^7.9.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"jstree": "^3.3.16",
Expand All @@ -31,20 +31,20 @@
"panzoom": "^9.4.3",
"papaparse": "*",
"url": "^0.11.3",
"vue": "^3.4.19",
"vue": "^3.4.21",
"vue-cookies": "*",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/core": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.1",
"@babel/preset-env": "*",
"@fontsource/open-sans": "*",
"@fortawesome/fontawesome-free": "*",
"@types/bootstrap": "^5.2.10",
"@types/lodash-es": "^4.17.12",
"@vue/compiler-sfc": "^3.4.19",
"@vue/compiler-sfc": "^3.4.21",
"autoprefixer": "*",
"babel-loader": "*",
"chokidar": "*",
Expand Down Expand Up @@ -80,7 +80,7 @@
"stylelint-scss": "*",
"vue-devtools": "*",
"vue-loader": "*",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "*",
"webpack-dev-server": "*",
"webpack-manifest-plugin": "*",
Expand Down
Loading

0 comments on commit e24db40

Please sign in to comment.