Skip to content

Commit a637d60

Browse files
build(deps): bump axios from 1.7.8 to 1.8.4 in /tools/localization
- bump axios - constrain javascript formating to just our JS files - manually commit yarn.lock change that yarn didn't like in its more restricted CI mode
1 parent e615676 commit a637d60

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

tools/localization/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "tsc",
99
"start": "node ./dist/index.js",
1010
"dev": "tsc --watch",
11-
"checkformat": "npx prettier --check .",
12-
"format": "npx prettier --write .",
11+
"checkformat": "npx prettier --check *js src/",
12+
"format": "npx prettier --write *js src/",
1313
"lint": "eslint src/ --max-warnings=0",
1414
"test": "jest --passWithNoTests"
1515
},

tools/localization/yarn.lock

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,18 +1500,7 @@ __metadata:
15001500
languageName: node
15011501
linkType: hard
15021502

1503-
"axios@npm:^1":
1504-
version: 1.7.8
1505-
resolution: "axios@npm:1.7.8"
1506-
dependencies:
1507-
follow-redirects: "npm:^1.15.6"
1508-
form-data: "npm:^4.0.0"
1509-
proxy-from-env: "npm:^1.1.0"
1510-
checksum: 10c0/23ae2d0105aea9170c34ac9b6f30d9b2ab2fa8b1370205d2f7ce98b9f9510ab420148c13359ee837ea5a4bf2fb028ff225bd2fc92052fb0c478c6b4a836e2d5f
1511-
languageName: node
1512-
linkType: hard
1513-
1514-
"axios@npm:^1.8.4":
1503+
"axios@npm:^1, axios@npm:^1.8.4":
15151504
version: 1.8.4
15161505
resolution: "axios@npm:1.8.4"
15171506
dependencies:

0 commit comments

Comments
 (0)