diff --git a/package-lock.json b/package-lock.json index b5a922569..7674fead3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@neodrag/vanilla": "^2.3.1", "adm-zip": "^0.5.17", "ag-grid-community": "^35.3.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bumpp": "^11.1.0", "chai": "^6.2.2", "clipboardy": "^5.3.1", @@ -79,9 +79,6 @@ "workbox-precaching": "^7.4.1", "workbox-routing": "^7.4.1", "workbox-strategies": "^7.4.1" - }, - "bin": { - "underpost": "bin/index.js" } }, "node_modules/@codemirror/autocomplete": { @@ -2055,7 +2052,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.18.0", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index b03d28018..fa6777249 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@neodrag/vanilla": "^2.3.1", "adm-zip": "^0.5.17", "ag-grid-community": "^35.3.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bumpp": "^11.1.0", "chai": "^6.2.2", "clipboardy": "^5.3.1",