closes #36
This commit is contained in:
Jannis R 2023-11-11 14:13:42 +01:00
parent f0c0cc698b
commit 1eff75e491
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -23,7 +23,7 @@
}, },
"devDependencies": { "devDependencies": {
"@derhuerst/technical-docs-cli": "^1.5.0", "@derhuerst/technical-docs-cli": "^1.5.0",
"axios": "~1.1", "axios": "^1.6.1",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"get-port": "^6.1.2", "get-port": "^6.1.2",
"ndjson": "^2.0.0", "ndjson": "^2.0.0",
@ -479,9 +479,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.1.3", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
"integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==", "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.0",

View file

@ -37,7 +37,7 @@
}, },
"devDependencies": { "devDependencies": {
"@derhuerst/technical-docs-cli": "^1.5.0", "@derhuerst/technical-docs-cli": "^1.5.0",
"axios": "~1.1", "axios": "^1.6.1",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"get-port": "^6.1.2", "get-port": "^6.1.2",
"ndjson": "^2.0.0", "ndjson": "^2.0.0",