From 394631a3605c9aae25d4cb5a46f1d995f63dcdb6 Mon Sep 17 00:00:00 2001 From: github-action Date: Sun, 28 Jan 2024 01:01:50 +0000 Subject: [PATCH] update deps --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90ee7a2..b2f0fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -362,9 +362,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", + "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", "requires": { "regenerator-runtime": "^0.14.0" }, @@ -10300,9 +10300,9 @@ } }, "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz", + "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==", "dev": true }, "spdx-expression-parse": { diff --git a/package.json b/package.json index 3f78120..958fc47 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "mjml-image": "^4.13.0" }, "devDependencies": { - "@babel/runtime": "^7.23.8", + "@babel/runtime": "^7.23.9", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-plugin-transform-decorators-legacy": "^1.3.5",