Update Axios for security fixes.
This commit is contained in:
12
package.json
12
package.json
@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "@jdbernard/logging",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "Simple Javascript logging service.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [ "/dist" ],
|
||||
"files": [
|
||||
"/dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --build tsconfig.json",
|
||||
"build": "tsc",
|
||||
"prepare": "npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
@ -21,9 +23,9 @@
|
||||
"author": "Jonathan Bernard",
|
||||
"license": "GPL-3.0",
|
||||
"devDependencies": {
|
||||
"typescript": "^3.9.7"
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2"
|
||||
"axios": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user