From 04ed201873eb1f790726650ddb8184fe0b2f8aa9 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 3 Nov 2023 18:57:04 -0600 Subject: [PATCH] build: update axios for security, remove tw types --- package-lock.json | 19 ++++--------------- package.json | 3 +-- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64360a1..8095e15 100755 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "any-shell-escape": "^0.1.1", "autoprefixer": "^10.4.16", "aws-sdk": "^2.1467.0", - "axios": "^1.5.1", + "axios": "^1.6.0", "bcrypt": "^5.1.1", "chalk": "^4.1.2", "check-node-version": "^4.2.1", @@ -58,7 +58,6 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.2", "@types/stream-to-array": "^2.3.0", - "@types/tailwindcss": "^3.0.9", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7" }, @@ -1272,16 +1271,6 @@ "@types/node": "*" } }, - "node_modules/@types/tailwindcss": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.1.0.tgz", - "integrity": "sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==", - "deprecated": "This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed.", - "dev": true, - "dependencies": { - "tailwindcss": "*" - } - }, "node_modules/@types/uuid": { "version": "8.3.4", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", @@ -1616,9 +1605,9 @@ } }, "node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 6418220..457eaf0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "any-shell-escape": "^0.1.1", "autoprefixer": "^10.4.16", "aws-sdk": "^2.1467.0", - "axios": "^1.5.1", + "axios": "^1.6.0", "bcrypt": "^5.1.1", "chalk": "^4.1.2", "check-node-version": "^4.2.1", @@ -91,7 +91,6 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.2", "@types/stream-to-array": "^2.3.0", - "@types/tailwindcss": "^3.0.9", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7" }