Skip to content

Commit e3d6d6c

Browse files
authoredMar 24, 2025··
Bump globals from 15.14.0 to 16.0.0 (#1544)
Bumps [globals](https://github.com/sindresorhus/globals) from 15.14.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.14.0...v16.0.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 636b3b7 commit e3d6d6c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"eslint-plugin-prettier": "^5.2.1",
168168
"eslint-webpack-plugin": "^4.2.0",
169169
"file-loader": "^6.2.0",
170-
"globals": "^15.14.0",
170+
"globals": "^16.0.0",
171171
"html-webpack-plugin": "^5.6.0",
172172
"husky": "^9.0.11",
173173
"jest": "29.7.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6248,10 +6248,10 @@ globals@^14.0.0:
62486248
resolved "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
62496249
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
62506250

6251-
globals@^15.14.0:
6252-
version "15.14.0"
6253-
resolved "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
6254-
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
6251+
globals@^16.0.0:
6252+
version "16.0.0"
6253+
resolved "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
6254+
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
62556255

62566256
globalthis@^1.0.3:
62576257
version "1.0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.