Skip to content

Commit 39cd298

Browse files
authored
Update axios to 1.7.4 to resolve CSFR vulnerability (#111)
* Update axios to 1.7.4 to resolve CSFR vulnerability * Update axios in dependencies for consistency
1 parent 1dcb3a0 commit 39cd298

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@defra/hapi-gapi",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "hapi plugin to enable server-side google analytics platform integration",
55
"main": "lib/index.js",
66
"directories": {
@@ -24,7 +24,7 @@
2424
"license": "SEE LICENSE IN LICENSE",
2525
"dependencies": {
2626
"@hapi/joi": "^17.1.1",
27-
"axios": "1.3.1",
27+
"axios": "^1.7.4",
2828
"debug": "^4.3.1",
2929
"node-fetch": "^2.6.6"
3030
},

0 commit comments

Comments
 (0)