Skip to content

Commit a93c4f7

Browse files
nodejs-github-botdanielleadams
authored andcommitted
tools: update lint-md-dependencies
Update @rollup/plugin-commonjs@23.0.2, @rollup/plugin-node-resolve@15.0.1, and rollup@3.2.3. PR-URL: #45237 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 1a726e9 commit a93c4f7

File tree

3 files changed

+57
-47
lines changed

3 files changed

+57
-47
lines changed

tools/lint-md/lint-md.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19395,7 +19395,7 @@ const { MAX_LENGTH: MAX_LENGTH$1, MAX_SAFE_INTEGER } = constants;
1939519395
const { re: re$1, t: t$1 } = re$2.exports;
1939619396
const parseOptions$1 = parseOptions_1;
1939719397
const { compareIdentifiers } = identifiers;
19398-
class SemVer$2 {
19398+
let SemVer$2 = class SemVer {
1939919399
constructor (version, options) {
1940019400
options = parseOptions$1(options);
1940119401
if (version instanceof SemVer$2) {
@@ -19617,7 +19617,7 @@ class SemVer$2 {
1961719617
this.raw = this.version;
1961819618
return this
1961919619
}
19620-
}
19620+
};
1962119621
var semver = SemVer$2;
1962219622

1962319623
const { MAX_LENGTH } = constants;

tools/lint-md/package-lock.json

+52-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"vfile-reporter": "^7.0.4"
1515
},
1616
"devDependencies": {
17-
"@rollup/plugin-commonjs": "^23.0.0",
18-
"@rollup/plugin-node-resolve": "^15.0.0",
19-
"rollup": "^3.2.0",
17+
"@rollup/plugin-commonjs": "^23.0.2",
18+
"@rollup/plugin-node-resolve": "^15.0.1",
19+
"rollup": "^3.2.3",
2020
"rollup-plugin-cleanup": "^3.2.1"
2121
}
2222
}

0 commit comments

Comments
 (0)