From 07acede05af9c266bcd31b6ab45b9353823d8749 Mon Sep 17 00:00:00 2001 From: Tomoaki Abe Date: Tue, 4 May 2021 01:35:59 +0900 Subject: [PATCH] chore: update package-lock.json (#831) * run `npm audit fix` * 1 high severity vulnerability * match the name and version in package.json * https://github.com/google/clasp/commit/4464f73465dd9697ae22fab81c42370ca98232c6 --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99dc6a3e..dbb060e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "forked-clasp", - "version": "2.5.0", + "name": "@google/clasp", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "forked-clasp", - "version": "2.5.0", + "name": "@google/clasp", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.0", @@ -6605,9 +6605,9 @@ } }, "node_modules/y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", "dev": true }, "node_modules/yallist": { @@ -11878,9 +11878,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", "dev": true }, "yallist": {