neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Bump globals from 16.2.0 to 16.3.0 (#361)
1d4efdd · dependabot[bot] · 2025-07-10 15:18
Message
{commit_body(@commit)}
Files changed
modified
package-lock.json
+4
−4
@@ -19,7 +19,7 @@
| 19 | 19 | "@vercel/ncc": "0.38.3", |
| 20 | 20 | "eslint": "9.30.1", |
| 21 | 21 | "eslint-plugin-yml": "1.18.0", |
| 22 | − "globals": "16.2.0", | |
| 22 | + "globals": "16.3.0", | |
| 23 | 23 | "markdownlint-cli": "0.45.0", |
| 24 | 24 | "prettier": "3.6.2", |
| 25 | 25 | "shellcheck": "3.1.0", |
@@ -1407,9 +1407,9 @@
| 1407 | 1407 | } |
| 1408 | 1408 | }, |
| 1409 | 1409 | "node_modules/globals": { |
| 1410 | − "version": "16.2.0", | |
| 1411 | − "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", | |
| 1412 | − "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", | |
| 1410 | + "version": "16.3.0", | |
| 1411 | + "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", | |
| 1412 | + "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", | |
| 1413 | 1413 | "dev": true, |
| 1414 | 1414 | "license": "MIT", |
| 1415 | 1415 | "engines": { |
modified
package.json
+1
−1
@@ -27,7 +27,7 @@
| 27 | 27 | "@vercel/ncc": "0.38.3", |
| 28 | 28 | "eslint": "9.30.1", |
| 29 | 29 | "@eslint/js": "9.30.1", |
| 30 | − "globals": "16.2.0", | |
| 30 | + "globals": "16.3.0", | |
| 31 | 31 | "markdownlint-cli": "0.45.0", |
| 32 | 32 | "prettier": "3.6.2", |
| 33 | 33 | "shellcheck": "3.1.0", |
Parents: 73f047e