From 79f78e7e36f3a4c63fa925e34e353b2579c53907 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Aug 2023 02:28:37 +0000 Subject: [PATCH] fix: upgrade is-core-module from 2.12.1 to 2.13.0 Snyk has created this PR to upgrade is-core-module from 2.12.1 to 2.13.0. See this package in npm: https://www.npmjs.com/package/is-core-module See this project in Snyk: https://app.snyk.io/org/andreas-hum/project/4dc2ebf8-868d-4b95-8493-c72fe77a6110?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",