mirror of https://github.com/nodejs/node.git
deps: update cjs-module-lexer to 1.4.1
PR-URL: https://github.com/nodejs/node/pull/54846 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/54410/head
parent
55f70ee178
commit
d4170a03e0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cjs-module-lexer",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Lexes CommonJS modules, returning their named exports metadata",
|
||||
"main": "lexer.js",
|
||||
"exports": {
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// Refer to tools/dep_updaters/update-cjs-module-lexer.sh
|
||||
#ifndef SRC_CJS_MODULE_LEXER_VERSION_H_
|
||||
#define SRC_CJS_MODULE_LEXER_VERSION_H_
|
||||
#define CJS_MODULE_LEXER_VERSION "1.4.0"
|
||||
#define CJS_MODULE_LEXER_VERSION "1.4.1"
|
||||
#endif // SRC_CJS_MODULE_LEXER_VERSION_H_
|
||||
|
|
Loading…
Reference in New Issue