Skip to content

Commit b6c8d54

Browse files
committed
SRE: axios version bump and version overide
1 parent 005c1b7 commit b6c8d54

8 files changed

Lines changed: 56 additions & 31 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 1d26b6624acaf6ba0ec7a8892cb3fc0a2c57c8a35e89867038b4bd7977386d1c
3+
checksum: 5bf275a8f6843072ceadaef8e1aafaef8a80ef71d8d0719a653dc6ecee6e9355
44
version: '1.0'

packages/contentstack-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@contentstack/cli-command": "~1.8.1",
19-
"@contentstack/cli-utilities": "~1.18.2",
19+
"@contentstack/cli-utilities": "~1.18.3",
2020
"@oclif/core": "^4.10.5",
2121
"@oclif/plugin-help": "^6.2.44",
2222
"otplib": "^12.0.1"

packages/contentstack-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~1.18.2",
17+
"@contentstack/cli-utilities": "~1.18.3",
1818
"contentstack": "^3.27.0",
1919
"@oclif/core": "^4.10.5",
2020
"@oclif/plugin-help": "^6.2.28"

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@contentstack/cli-command": "~1.8.1",
18-
"@contentstack/cli-utilities": "~1.18.2",
18+
"@contentstack/cli-utilities": "~1.18.3",
1919
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.8.3",
2121
"@oclif/plugin-help": "^6.2.28",

packages/contentstack-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -30,7 +30,7 @@
3030
"@contentstack/management": "~1.30.1",
3131
"@contentstack/marketplace-sdk": "^1.5.1",
3232
"@oclif/core": "^4.10.5",
33-
"axios": "^1.15.1",
33+
"axios": "^1.15.2",
3434
"chalk": "^4.1.2",
3535
"cli-cursor": "^3.1.0",
3636
"cli-progress": "^3.12.0",

packages/contentstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@contentstack/cli-config": "~1.20.2",
3636
"@contentstack/cli-launch": "^1.9.7",
3737
"@contentstack/cli-migration": "~1.12.1",
38-
"@contentstack/cli-utilities": "~1.18.2",
38+
"@contentstack/cli-utilities": "~1.18.3",
3939
"@contentstack/cli-variants": "~1.4.2",
4040
"@contentstack/management": "~1.30.1",
4141
"@oclif/core": "^4.10.5",
@@ -170,4 +170,4 @@
170170
}
171171
},
172172
"repository": "https://github.com/contentstack/cli"
173-
}
173+
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
packages:
22
- 'packages/*'
33
overrides:
4-
picomatch: 4.0.4
5-
brace-expansion: 5.0.5
64
'@tootallnate/once': 3.0.1
7-
follow-redirects: 1.16.0
85
lodash: 4.18.1
9-
path-to-regexp: 0.1.13
106
tmp: 0.2.4
7+
axios: 1.15.2

0 commit comments

Comments
 (0)