From d276bf8be6ecb735bf9c11bf60babf46f5791e96 Mon Sep 17 00:00:00 2001 From: Maxime Brazeilles Date: Mon, 29 Jan 2024 17:24:34 +0100 Subject: [PATCH] [FIX] Lockfile didn't update package.json --- packages/mjml-accordion/package.json | 2 +- packages/mjml-body/package.json | 2 +- packages/mjml-button/package.json | 2 +- packages/mjml-carousel/package.json | 2 +- packages/mjml-cli/package.json | 2 +- packages/mjml-column/package.json | 2 +- packages/mjml-core/package.json | 2 +- packages/mjml-divider/package.json | 2 +- packages/mjml-group/package.json | 2 +- packages/mjml-head-attributes/package.json | 2 +- packages/mjml-head-breakpoint/package.json | 2 +- packages/mjml-head-font/package.json | 2 +- packages/mjml-head-html-attributes/package.json | 2 +- packages/mjml-head-preview/package.json | 2 +- packages/mjml-head-style/package.json | 2 +- packages/mjml-head-title/package.json | 2 +- packages/mjml-head/package.json | 2 +- packages/mjml-hero/package.json | 2 +- packages/mjml-image/package.json | 2 +- packages/mjml-migrate/package.json | 2 +- packages/mjml-navbar/package.json | 2 +- packages/mjml-parser-xml/package.json | 2 +- packages/mjml-preset-core/package.json | 2 +- packages/mjml-raw/package.json | 2 +- packages/mjml-section/package.json | 2 +- packages/mjml-social/package.json | 2 +- packages/mjml-spacer/package.json | 2 +- packages/mjml-table/package.json | 2 +- packages/mjml-text/package.json | 2 +- packages/mjml-validator/package.json | 2 +- packages/mjml-wrapper/package.json | 2 +- packages/mjml/package.json | 2 +- yarn.lock | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/packages/mjml-accordion/package.json b/packages/mjml-accordion/package.json index 1f47bee90..c12919cf9 100644 --- a/packages/mjml-accordion/package.json +++ b/packages/mjml-accordion/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-body/package.json b/packages/mjml-body/package.json index a406ca03a..c0365656f 100644 --- a/packages/mjml-body/package.json +++ b/packages/mjml-body/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-button/package.json b/packages/mjml-button/package.json index 322e4b494..d0edf842f 100644 --- a/packages/mjml-button/package.json +++ b/packages/mjml-button/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-carousel/package.json b/packages/mjml-carousel/package.json index f578afe26..8ff733611 100644 --- a/packages/mjml-carousel/package.json +++ b/packages/mjml-carousel/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-cli/package.json b/packages/mjml-cli/package.json index 6da4e15b6..79a326725 100644 --- a/packages/mjml-cli/package.json +++ b/packages/mjml-cli/package.json @@ -25,7 +25,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "chokidar": "^3.0.0", "glob": "^10.3.10", "html-minifier": "^4.0.0", diff --git a/packages/mjml-column/package.json b/packages/mjml-column/package.json index 24335300e..dbb6598a1 100644 --- a/packages/mjml-column/package.json +++ b/packages/mjml-column/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-core/package.json b/packages/mjml-core/package.json index bc4229ba6..ed21d6cbe 100644 --- a/packages/mjml-core/package.json +++ b/packages/mjml-core/package.json @@ -22,7 +22,7 @@ "test": "node ./tests/index.js" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "cheerio": "1.0.0-rc.12", "detect-node": "^2.0.4", "html-minifier": "^4.0.0", diff --git a/packages/mjml-divider/package.json b/packages/mjml-divider/package.json index 9f0d09708..48b1858a8 100644 --- a/packages/mjml-divider/package.json +++ b/packages/mjml-divider/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-group/package.json b/packages/mjml-group/package.json index 6924e70a7..09b80f390 100644 --- a/packages/mjml-group/package.json +++ b/packages/mjml-group/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-attributes/package.json b/packages/mjml-head-attributes/package.json index 944b81159..c4f33d382 100644 --- a/packages/mjml-head-attributes/package.json +++ b/packages/mjml-head-attributes/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-breakpoint/package.json b/packages/mjml-head-breakpoint/package.json index 595fee966..20d4efbf8 100644 --- a/packages/mjml-head-breakpoint/package.json +++ b/packages/mjml-head-breakpoint/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-font/package.json b/packages/mjml-head-font/package.json index daf2ee74d..4c2b3a145 100644 --- a/packages/mjml-head-font/package.json +++ b/packages/mjml-head-font/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-html-attributes/package.json b/packages/mjml-head-html-attributes/package.json index 6cf4d8267..9f7cc3820 100644 --- a/packages/mjml-head-html-attributes/package.json +++ b/packages/mjml-head-html-attributes/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-preview/package.json b/packages/mjml-head-preview/package.json index d4a7ee618..f3a4da9cb 100644 --- a/packages/mjml-head-preview/package.json +++ b/packages/mjml-head-preview/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-style/package.json b/packages/mjml-head-style/package.json index 9a41936aa..34eddbb6d 100644 --- a/packages/mjml-head-style/package.json +++ b/packages/mjml-head-style/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head-title/package.json b/packages/mjml-head-title/package.json index dee7daf50..cb9d0f9cb 100644 --- a/packages/mjml-head-title/package.json +++ b/packages/mjml-head-title/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-head/package.json b/packages/mjml-head/package.json index ea7029323..e42880033 100644 --- a/packages/mjml-head/package.json +++ b/packages/mjml-head/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-hero/package.json b/packages/mjml-hero/package.json index 3acfa80da..f161a0a94 100644 --- a/packages/mjml-hero/package.json +++ b/packages/mjml-hero/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-image/package.json b/packages/mjml-image/package.json index 3f6b327c4..8642bb02c 100644 --- a/packages/mjml-image/package.json +++ b/packages/mjml-image/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-migrate/package.json b/packages/mjml-migrate/package.json index e355471da..0e606c5eb 100644 --- a/packages/mjml-migrate/package.json +++ b/packages/mjml-migrate/package.json @@ -25,7 +25,7 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "js-beautify": "^1.6.14", "lodash": "^4.17.21", "mjml-core": "4.15.1", diff --git a/packages/mjml-navbar/package.json b/packages/mjml-navbar/package.json index 043abc3d7..f8f764b14 100644 --- a/packages/mjml-navbar/package.json +++ b/packages/mjml-navbar/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-parser-xml/package.json b/packages/mjml-parser-xml/package.json index b707c5cc0..97ff180ad 100644 --- a/packages/mjml-parser-xml/package.json +++ b/packages/mjml-parser-xml/package.json @@ -22,7 +22,7 @@ "test": "node ./test/test.js" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "detect-node": "2.1.0", "htmlparser2": "^9.1.0", "lodash": "^4.17.15" diff --git a/packages/mjml-preset-core/package.json b/packages/mjml-preset-core/package.json index 5028201cf..b634d882f 100644 --- a/packages/mjml-preset-core/package.json +++ b/packages/mjml-preset-core/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "mjml-accordion": "4.15.1", "mjml-body": "4.15.1", "mjml-button": "4.15.1", diff --git a/packages/mjml-raw/package.json b/packages/mjml-raw/package.json index 90de6bf7b..61b658b11 100644 --- a/packages/mjml-raw/package.json +++ b/packages/mjml-raw/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-section/package.json b/packages/mjml-section/package.json index 990c50ccb..ef2efa968 100644 --- a/packages/mjml-section/package.json +++ b/packages/mjml-section/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-social/package.json b/packages/mjml-social/package.json index 9b1bb8d03..f1e74b1d3 100644 --- a/packages/mjml-social/package.json +++ b/packages/mjml-social/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-spacer/package.json b/packages/mjml-spacer/package.json index 6c4649361..63c3f5154 100644 --- a/packages/mjml-spacer/package.json +++ b/packages/mjml-spacer/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-table/package.json b/packages/mjml-table/package.json index 02361c57e..5c424612a 100644 --- a/packages/mjml-table/package.json +++ b/packages/mjml-table/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-text/package.json b/packages/mjml-text/package.json index a132694bf..478083e64 100644 --- a/packages/mjml-text/package.json +++ b/packages/mjml-text/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1" }, diff --git a/packages/mjml-validator/package.json b/packages/mjml-validator/package.json index 6b7955d91..d4f9447c5 100644 --- a/packages/mjml-validator/package.json +++ b/packages/mjml-validator/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6" + "@babel/runtime": "^7.23.9" }, "devDependencies": { "@babel/cli": "^7.8.4", diff --git a/packages/mjml-wrapper/package.json b/packages/mjml-wrapper/package.json index a81972a84..4543e19fc 100644 --- a/packages/mjml-wrapper/package.json +++ b/packages/mjml-wrapper/package.json @@ -21,7 +21,7 @@ "build": "babel src --out-dir lib --root-mode upward" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "lodash": "^4.17.21", "mjml-core": "4.15.1", "mjml-section": "4.15.1" diff --git a/packages/mjml/package.json b/packages/mjml/package.json index 72a94bf4f..56188051b 100644 --- a/packages/mjml/package.json +++ b/packages/mjml/package.json @@ -26,7 +26,7 @@ "test": "node ./test/index.js" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.23.9", "mjml-cli": "4.15.1", "mjml-core": "4.15.1", "mjml-migrate": "4.15.1", diff --git a/yarn.lock b/yarn.lock index f9213d6e3..47cdd8a39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1013,7 +1013,7 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.14.6", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.23.9", "@babel/runtime@^7.8.4": version "7.23.9" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==