Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-node-npm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 22.21
node-version: 24.11

- name: Get npm cache directory
id: npm-cache-dir
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Shared modules of the Spacecat Services - monorepo",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-ahrefs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Ahrefs Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-athena-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - AWS Athena Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-brand-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Brand Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-content-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Content Client",
"type": "module",
"engines": {
"node": ">=20.0.0 <23.0.0",
"node": ">=20.0.0 <25.0.0",
"npm": ">=10.0.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Data Access",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - example",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/example-wrapper.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-google-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Google Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@aws-sdk/client-secrets-manager": "3.927.0",
"aws-xray-sdk": "3.11.0",
"google-auth-library": "10.5.0",
"googleapis": "164.1.0"
"googleapis": "166.0.0"
},
"devDependencies": {
"chai": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-gpt-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - GPT Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-html-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Analyze HTML content visibility for AI crawlers and citations - compare static HTML vs fully rendered content",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - HTTP Utils",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-ims-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - IMS Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-rum-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Rum API client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-scrape-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Scrape Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-slack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Slack Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-splunk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Splunk Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-tier-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Shared modules of the Spacecat Services - Tier Client",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-tokowaka-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Tokowaka Client for SpaceCat - Edge optimization config management",
"type": "module",
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@aws-sdk/client-cloudfront": "3.927.0",
"@aws-sdk/client-s3": "3.927.0",
"mdast-util-from-markdown": "2.0.2",
"mdast-util-to-hast": "12.3.0"
"mdast-util-to-hast": "13.2.0"
},
"devDependencies": {
"aws-sdk-client-mock": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"engines": {
"node": ">=22.0.0 <23.0.0",
"node": ">=22.0.0 <25.0.0",
"npm": ">=10.9.0 <12.0.0"
},
"main": "src/index.js",
Expand Down
Loading