@adobe/helix-onedrive-support 12.0.26 → 12.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ jobs:
10
10
  name: Test
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v4
13
+ - uses: actions/checkout@v5
14
14
  - name: Use Node.js 20.x
15
15
  uses: actions/setup-node@v4
16
16
  with:
@@ -33,7 +33,7 @@ jobs:
33
33
  needs: test
34
34
  if: github.ref == 'refs/heads/main'
35
35
  steps:
36
- - uses: actions/checkout@v4
36
+ - uses: actions/checkout@v5
37
37
  - name: Use Node.js 20.x
38
38
  uses: actions/setup-node@v4
39
39
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [12.0.28](https://github.com/adobe/helix-onedrive-support/compare/v12.0.27...v12.0.28) (2025-08-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#679](https://github.com/adobe/helix-onedrive-support/issues/679)) ([618c301](https://github.com/adobe/helix-onedrive-support/commit/618c301b14d09a9b327c4f3136f8d8131f3849a7))
7
+
8
+ ## [12.0.27](https://github.com/adobe/helix-onedrive-support/compare/v12.0.26...v12.0.27) (2025-08-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @azure/msal-node to v3.7.1 ([#678](https://github.com/adobe/helix-onedrive-support/issues/678)) ([9aed72d](https://github.com/adobe/helix-onedrive-support/commit/9aed72dce0c37803a59d43f444d0fce0298cd6bd))
14
+
1
15
  ## [12.0.26](https://github.com/adobe/helix-onedrive-support/compare/v12.0.25...v12.0.26) (2025-08-11)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-onedrive-support",
3
- "version": "12.0.26",
3
+ "version": "12.0.28",
4
4
  "description": "Helix OneDrive Support",
5
5
  "main": "src/index.js",
6
6
  "exports": {
@@ -30,12 +30,12 @@
30
30
  "@adobe/fetch": "^4.1.10",
31
31
  "@adobe/helix-shared-string": "^2.1.0",
32
32
  "@adobe/helix-shared-tokencache": "^1.4.19",
33
- "@azure/msal-node": "3.7.0",
34
- "jose": "6.0.12"
33
+ "@azure/msal-node": "3.7.2",
34
+ "jose": "6.0.13"
35
35
  },
36
36
  "devDependencies": {
37
- "@adobe/eslint-config-helix": "3.0.8",
38
- "@aws-sdk/client-s3": "3.864.0",
37
+ "@adobe/eslint-config-helix": "3.0.9",
38
+ "@aws-sdk/client-s3": "3.873.0",
39
39
  "@eslint/config-helpers": "0.3.1",
40
40
  "@semantic-release/changelog": "6.0.3",
41
41
  "@semantic-release/git": "10.0.1",