Skip to content

Commit 680decc

Browse files
dependabot[bot]mvollmer
authored andcommitted
Bump glob from 7.2.3 to 11.0.0
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 11.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v7.2.3...v11.0.0) Changed by Martin Pitt: Adjusted the import accordingly. --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69b93cd commit 680decc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

node_modules

Submodule node_modules updated 392 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-react": "7.35.0",
4747
"eslint-plugin-react-hooks": "4.6.2",
4848
"gettext-parser": "8.0.0",
49-
"glob": "7.2.3",
49+
"glob": "11.0.0",
5050
"htmlparser": "1.7.7",
5151
"jed": "1.1.1",
5252
"qunit": "2.21.1",

pkg/lib/cockpit-po-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'node:path';
33
import process from 'node:process';
44

55
import gettext_parser from "gettext-parser";
6-
import glob from "glob";
6+
import { glob } from "glob";
77
import Jed from "jed";
88

99
const config = {};

0 commit comments

Comments
 (0)