From c5b0db8ba552fa17e52fc1bafdf184c3f17d7740 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:29:05 -0400 Subject: [PATCH] build(NPM): use updated @toplast/lastfm library --- package-lock.json | 15 ++++++++------- package.json | 5 ++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index de9aa060..a540dbfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@chakra-ui/react": "^2.0.0", "@emotion/react": "^11.8.2", "@emotion/styled": "^11.6.0", - "@toplast/lastfm": "https://github.com/niall-byrne/lastfm#dev", + "@toplast/lastfm": "https://github.com/niall-byrne/lastfm#3b31f1f112dc6ce8f837020e85374a5c6fc9156d", "ajv": "^8.12.0", "cheerio": "^1.0.0-rc.12", "d3": "^7.8.5", @@ -5607,10 +5607,11 @@ }, "node_modules/@toplast/lastfm": { "version": "0.1.4", - "resolved": "git+ssh://git@github.com/niall-byrne/lastfm.git#ac74d97cca78096a1a22d6109d481ec7327d1cd7", + "resolved": "git+ssh://git@github.com/niall-byrne/lastfm.git#3b31f1f112dc6ce8f837020e85374a5c6fc9156d", + "integrity": "sha512-o5Bfi3RuvHZW6d+wipsQMTrPhZOu8UDHX2eCzPG9y9FuNEVdVa1sRjtgCOzuKWrXbD9D6GbSkYbEu9CtDh59Pg==", "license": "MIT", "dependencies": { - "axios": "^0.21.1" + "axios": "^1.7.3" } }, "node_modules/@tsconfig/node10": { @@ -6908,11 +6909,11 @@ } }, "node_modules/axios": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", - "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/package.json b/package.json index 2962e20d..75ef8817 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "postinstall": "cd ./node_modules/@toplast/lastfm && yarn add -D typescript@4.8.4 && yarn install && yarn run build", + "postinstall": "cd ./node_modules/@toplast/lastfm && yarn add -D typescript@4.9.5 && yarn install && yarn run build", "build": "next build", "build:validators": "ts-node $(find src/vendors/integrations/api.validation -name compile.ts)", "ci:netlify": "npm install --unsafe-perm=true netlify-cli -g", @@ -25,7 +25,6 @@ }, "overrides": { "@babel/traverse": ">=7.23.2", - "axios": ">=0.21.2", "eslint-plugin-unused-imports": { "@typescript-eslint/eslint-plugin": "^5.0.0" }, @@ -46,7 +45,7 @@ "@chakra-ui/react": "^2.0.0", "@emotion/react": "^11.8.2", "@emotion/styled": "^11.6.0", - "@toplast/lastfm": "https://github.com/niall-byrne/lastfm#dev", + "@toplast/lastfm": "https://github.com/niall-byrne/lastfm#3b31f1f112dc6ce8f837020e85374a5c6fc9156d", "ajv": "^8.12.0", "cheerio": "^1.0.0-rc.12", "d3": "^7.8.5",