diff --git a/package-lock.json b/package-lock.json index b62cb40..19e4ebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "inflight": "^1.0.6", "inherits": "^2.0.4", "is-arrayish": "^0.3.2", - "is-core-module": "^2.12.1", + "is-core-module": "^2.13.0", "is-fullwidth-code-point": "^3.0.0", "is-generator-fn": "^2.1.0", "is-number": "^7.0.0", @@ -3486,9 +3486,9 @@ "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" }, "node_modules/is-core-module": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", - "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", "dependencies": { "has": "^1.0.3" }, diff --git a/package.json b/package.json index d5dcde8..e0bca40 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "inflight": "^1.0.6", "inherits": "^2.0.4", "is-arrayish": "^0.3.2", - "is-core-module": "^2.12.1", + "is-core-module": "^2.13.0", "is-fullwidth-code-point": "^3.0.0", "is-generator-fn": "^2.1.0", "is-number": "^7.0.0",