@adobe/helix-onedrive-support 12.0.10 → 12.0.12

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.
@@ -14,7 +14,7 @@ jobs:
14
14
  - name: Use Node.js 20.x
15
15
  uses: actions/setup-node@v4
16
16
  with:
17
- node-version: '20.x'
17
+ node-version: '22.x'
18
18
  - run: npm ci
19
19
  - run: npm run lint
20
20
  - run: npm test
@@ -37,7 +37,7 @@ jobs:
37
37
  - name: Use Node.js 20.x
38
38
  uses: actions/setup-node@v4
39
39
  with:
40
- node-version: '20.x'
40
+ node-version: '22.x'
41
41
  - run: npm ci
42
42
  - run: npm run semantic-release
43
43
  env:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [12.0.12](https://github.com/adobe/helix-onedrive-support/compare/v12.0.11...v12.0.12) (2025-03-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#638](https://github.com/adobe/helix-onedrive-support/issues/638)) ([42958f1](https://github.com/adobe/helix-onedrive-support/commit/42958f131d41992806e67bf6cfe6a0d7f6dc9f64))
7
+
8
+ ## [12.0.11](https://github.com/adobe/helix-onedrive-support/compare/v12.0.10...v12.0.11) (2025-03-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#636](https://github.com/adobe/helix-onedrive-support/issues/636)) ([787f614](https://github.com/adobe/helix-onedrive-support/commit/787f6141625c83bd7ec488ec8d605dea721002dc))
14
+
1
15
  ## [12.0.10](https://github.com/adobe/helix-onedrive-support/compare/v12.0.9...v12.0.10) (2025-03-03)
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.10",
3
+ "version": "12.0.12",
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.2.3",
34
- "jose": "6.0.8"
33
+ "@azure/msal-node": "3.4.0",
34
+ "jose": "6.0.10"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@adobe/eslint-config-helix": "2.0.9",
38
- "@aws-sdk/client-s3": "3.758.0",
38
+ "@aws-sdk/client-s3": "3.772.0",
39
39
  "@semantic-release/changelog": "6.0.3",
40
40
  "@semantic-release/git": "10.0.1",
41
41
  "ajv": "8.17.1",
@@ -50,12 +50,12 @@
50
50
  "jsdoc-to-markdown": "9.1.1",
51
51
  "jsdoc-tsimport-plugin": "1.0.5",
52
52
  "junit-report-builder": "5.1.1",
53
- "lint-staged": "15.4.3",
53
+ "lint-staged": "15.5.0",
54
54
  "mocha": "11.1.0",
55
55
  "mocha-multi-reporters": "1.5.1",
56
56
  "mocha-suppress-logs": "0.5.1",
57
57
  "nock": "13.5.6",
58
- "npm": "11.1.0",
58
+ "npm": "11.2.0",
59
59
  "semantic-release": "24.2.3"
60
60
  },
61
61
  "lint-staged": {