@adobe/helix-onedrive-support 10.6.2 → 10.6.4

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.
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  if: "!contains(github.event.head_commit.message, '[skip ci]')"
11
11
  steps:
12
- - uses: actions/checkout@v3
12
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
13
  - name: Use Node.js 18.x
14
14
  uses: actions/setup-node@v3
15
15
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [10.6.4](https://github.com/adobe/helix-onedrive-support/compare/v10.6.3...v10.6.4) (2023-09-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#434](https://github.com/adobe/helix-onedrive-support/issues/434)) ([dde21b5](https://github.com/adobe/helix-onedrive-support/commit/dde21b5705ad04f7b51e55b42b9c72f4aa2c1acc))
7
+
8
+ ## [10.6.3](https://github.com/adobe/helix-onedrive-support/compare/v10.6.2...v10.6.3) (2023-09-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/helix-shared-tokencache to v1.3.7 ([9528999](https://github.com/adobe/helix-onedrive-support/commit/952899906137bc57a43fe30673a55df67af58a84))
14
+
1
15
  ## [10.6.2](https://github.com/adobe/helix-onedrive-support/compare/v10.6.1...v10.6.2) (2023-09-04)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-onedrive-support",
3
- "version": "10.6.2",
3
+ "version": "10.6.4",
4
4
  "description": "Helix OneDrive Support",
5
5
  "main": "src/index.js",
6
6
  "exports": {
@@ -28,20 +28,20 @@
28
28
  "homepage": "https://github.com/adobe/helix-onedrive-support#readme",
29
29
  "dependencies": {
30
30
  "@adobe/fetch": "4.0.13",
31
- "@adobe/helix-shared-tokencache": "1.3.6",
32
- "@azure/msal-node": "2.0.2",
33
- "jose": "4.14.5"
31
+ "@adobe/helix-shared-tokencache": "1.3.7",
32
+ "@azure/msal-node": "2.1.0",
33
+ "jose": "4.14.6"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@adobe/eslint-config-helix": "2.0.3",
37
37
  "@semantic-release/changelog": "6.0.3",
38
38
  "@semantic-release/git": "10.0.1",
39
- "@aws-sdk/client-s3": "3.405.0",
39
+ "@aws-sdk/client-s3": "3.409.0",
40
40
  "ajv": "8.12.0",
41
41
  "c8": "8.0.1",
42
42
  "codecov": "3.8.3",
43
43
  "dotenv": "16.3.1",
44
- "eslint": "8.48.0",
44
+ "eslint": "8.49.0",
45
45
  "eslint-plugin-header": "3.1.1",
46
46
  "eslint-plugin-import": "2.28.1",
47
47
  "husky": "8.0.3",
@@ -53,7 +53,7 @@
53
53
  "mocha": "10.2.0",
54
54
  "mocha-multi-reporters": "1.5.1",
55
55
  "nock": "13.3.3",
56
- "npm": "9.8.1",
56
+ "npm": "10.1.0",
57
57
  "semantic-release": "21.1.1"
58
58
  },
59
59
  "lint-staged": {