@adobe/helix-onedrive-support 12.4.0 → 12.4.2

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.
@@ -24,7 +24,7 @@ jobs:
24
24
  - run: npm ci
25
25
  - run: npm run lint
26
26
  - run: npm test
27
- - uses: codecov/codecov-action@v6
27
+ - uses: codecov/codecov-action@v7
28
28
  with:
29
29
  token: ${{ secrets.CODECOV_TOKEN }}
30
30
  - name: Semantic Release (Dry Run)
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [12.4.2](https://github.com/adobe/helix-onedrive-support/compare/v12.4.1...v12.4.2) (2026-06-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#761](https://github.com/adobe/helix-onedrive-support/issues/761)) ([90eb0c5](https://github.com/adobe/helix-onedrive-support/commit/90eb0c5a9def56d28b24e793195968c54ab6d57d))
7
+
8
+ ## [12.4.1](https://github.com/adobe/helix-onedrive-support/compare/v12.4.0...v12.4.1) (2026-06-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#759](https://github.com/adobe/helix-onedrive-support/issues/759)) ([5b86e2b](https://github.com/adobe/helix-onedrive-support/commit/5b86e2b083c9d592bd2730c04a7a66aad8a3ecdd))
14
+
1
15
  # [12.4.0](https://github.com/adobe/helix-onedrive-support/compare/v12.3.11...v12.4.0) (2026-06-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.4.0",
3
+ "version": "12.4.2",
4
4
  "description": "Helix OneDrive Support",
5
5
  "main": "src/index.js",
6
6
  "exports": {
@@ -30,13 +30,13 @@
30
30
  "@adobe/fetch": "^4.2.3",
31
31
  "@adobe/helix-shared-string": "^2.1.0",
32
32
  "@adobe/helix-shared-tokencache": "^1.4.19",
33
- "@azure/msal-common": "16.6.2",
34
- "@azure/msal-node": "5.2.2",
33
+ "@azure/msal-common": "16.8.0",
34
+ "@azure/msal-node": "5.2.4",
35
35
  "jose": "6.2.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@adobe/eslint-config-helix": "3.0.28",
39
- "@aws-sdk/client-s3": "3.1053.0",
39
+ "@aws-sdk/client-s3": "3.1069.0",
40
40
  "@eslint/config-helpers": "0.6.0",
41
41
  "@semantic-release/changelog": "6.0.3",
42
42
  "@semantic-release/git": "10.0.1",
@@ -50,13 +50,13 @@
50
50
  "jsdoc-to-markdown": "9.1.3",
51
51
  "jsdoc-tsimport-plugin": "1.0.5",
52
52
  "junit-report-builder": "5.1.2",
53
- "lint-staged": "17.0.5",
53
+ "lint-staged": "17.0.7",
54
54
  "mocha": "11.7.6",
55
55
  "mocha-multi-reporters": "1.5.1",
56
56
  "mocha-suppress-logs": "0.6.0",
57
57
  "nock": "14.0.15",
58
- "npm": "11.15.0",
59
- "semantic-release": "25.0.3"
58
+ "npm": "11.17.0",
59
+ "semantic-release": "25.0.5"
60
60
  },
61
61
  "lint-staged": {
62
62
  "*.js": "eslint"