Bump globals from 16.3.0 to 16.4.0 (#383)

eda66a8 · dependabot[bot] · 2026-02-28 13:58

2 files +5 -5
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.38.0",
21 21 "eslint-plugin-yml": "1.18.0",
22 "globals": "16.3.0",
22 + "globals": "17.3.0",
23 23 "markdownlint-cli": "0.45.0",
24 24 "prettier": "3.6.2",
25 25 "shellcheck": "4.1.0",
@@ -1664,9 +1664,9 @@
1664 1664 }
1665 1665 },
1666 1666 "node_modules/globals": {
1667 "version": "16.3.0",
1668 "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
1669 "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
1667 + "version": "17.3.0",
1668 + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
1669 + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
1670 1670 "dev": true,
1671 1671 "license": "MIT",
1672 1672 "engines": {
modified package.json
+1 −1
@@ -27,7 +27,7 @@
27 27 "@vercel/ncc": "0.38.3",
28 28 "eslint": "9.38.0",
29 29 "@eslint/js": "9.31.0",
30 "globals": "16.3.0",
30 + "globals": "17.3.0",
31 31 "markdownlint-cli": "0.45.0",
32 32 "prettier": "3.6.2",
33 33 "shellcheck": "4.1.0",

Parents: cf0aea9