Skip to content

Commit 2ac5076

Browse files
npm: bump axios from 1.7.9 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7486280 commit 2ac5076

File tree

10 files changed

+650
-642
lines changed

10 files changed

+650
-642
lines changed

bundestag.io/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@democracy-deutschland/bundestagio-common": "workspace:^",
1616
"@graphql-typed-document-node/core": "^3.2.0",
1717
"antd": "5.24.2",
18-
"axios": "^1.8.1",
18+
"axios": "^1.12.0",
1919
"graphql": "^16.8.1",
2020
"graphql-request": "^7.1.2",
2121
"graphql-tag": "^2.12.6",

bundestag.io/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@democracy-deutschland/bundestagio-common": "workspace:*",
3030
"@graphql-tools/merge": "^9.0.4",
3131
"@graphql-tools/utils": "^10.2.1",
32-
"axios": "1.6.0",
32+
"axios": "1.12.0",
3333
"body-parser": "^1.20.2",
3434
"cors": "^2.8.5",
3535
"express": "4.19.2",

democracy/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@yarnpkg/lockfile": "1.1.0",
2525
"accounting": "0.4.1",
2626
"apollo-link-debounce": "3.0.0",
27-
"axios": "1.7.2",
27+
"axios": "1.12.0",
2828
"chart.js": "4.4.3",
2929
"d3": "7.9.0",
3030
"dayjs": "1.11.11",

pnpm-lock.yaml

Lines changed: 641 additions & 633 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/cron-jobs/crawler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@democracy-deutschland/bt-dip-sdk": "1.3.0-alpha.0",
1818
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
1919
"@democracy-deutschland/bundestagio-common": "workspace:*",
20-
"axios": "^1.7.2",
20+
"axios": "^1.12.0",
2121
"debug": "^4.3.4",
2222
"dotenv": "^16.4.5",
2323
"tsx": "^4.11.0"

services/cron-jobs/import-conference-week-details/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@crawlee/cheerio": "^3.13.0",
4343
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
4444
"@democracy-deutschland/bundestagio-common": "workspace:^",
45-
"axios": "^1.8.2",
45+
"axios": "^1.12.0",
4646
"cheerio": "1.0.0-rc.12",
4747
"crawlee": "^3.10.1"
4848
}

services/cron-jobs/import-named-poll-deputies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@democracy-deutschland/bundestagio-common": "workspace:*",
1818
"@democracy-deutschland/scapacra": "workspace:*",
1919
"@democracy-deutschland/scapacra-bt": "workspace:*",
20-
"axios": "^1.8.1",
20+
"axios": "^1.12.0",
2121
"cron": "^2.4.4",
2222
"http2": "^3.3.7",
2323
"jsonschema": "^1.4.1",

services/cron-jobs/import-plenary-minutes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@democracy-deutschland/bundestagio-common": "workspace:*",
16-
"axios": "^1.7.2",
16+
"axios": "^1.12.0",
1717
"cheerio": "1.0.0-rc.12",
1818
"moment": "^2.30.1"
1919
},

services/cron-jobs/push-send-queued/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@democracy-deutschland/democracy-common": "workspace:*",
1717
"apn": "^2.2.0",
18-
"axios": "^1.7.2",
18+
"axios": "^1.12.0",
1919
"firebase-admin": "^11.11.1",
2020
"http2": "^3.3.7",
2121
"node-gcm": "^1.1.4"

services/scrapers/scapacra-bt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/axios": "^0.14.4",
5353
"@types/xml2js": "^0.4.14",
5454
"@types/xmldom": "^0.1.34",
55-
"axios": "^1.8.1",
55+
"axios": "^1.12.0",
5656
"jsonschema": "^1.4.1",
5757
"moment": "^2.30.1",
5858
"typescript": "^5.7.0",

0 commit comments

Comments
 (0)