From 435cf4364d988b8efaa63076b5d6e5b8152e4254 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:23:12 +0100 Subject: [PATCH] fix: Workflow Bot -- Update ALL Dependencies (main) (#1576) --- action/lib/main_root.js | 11 ++++------- pnpm-lock.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/action/lib/main_root.js b/action/lib/main_root.js index 4b7fe4478..dfacc057f 100644 --- a/action/lib/main_root.js +++ b/action/lib/main_root.js @@ -45863,9 +45863,9 @@ var require_src3 = __commonJS({ } }); -// ../node_modules/.pnpm/flatted@3.2.9/node_modules/flatted/cjs/index.js +// ../node_modules/.pnpm/flatted@3.3.0/node_modules/flatted/cjs/index.js var require_cjs = __commonJS({ - "../node_modules/.pnpm/flatted@3.2.9/node_modules/flatted/cjs/index.js"(exports2) { + "../node_modules/.pnpm/flatted@3.3.0/node_modules/flatted/cjs/index.js"(exports2) { "use strict"; var { parse: $parse, stringify: $stringify } = JSON; var { keys: keys3 } = Object; @@ -45940,9 +45940,9 @@ var require_cjs = __commonJS({ } }; exports2.stringify = stringify4; - var toJSON = (any3) => $parse(stringify4(any3)); + var toJSON = (value) => $parse(stringify4(value)); exports2.toJSON = toJSON; - var fromJSON = (any3) => parse5($stringify(any3)); + var fromJSON = (value) => parse5($stringify(value)); exports2.fromJSON = fromJSON; } }); @@ -76943,7 +76943,4 @@ queue-microtask/index.js: run-parallel/index.js: (*! run-parallel. MIT License. Feross Aboukhadijeh *) - -flatted/cjs/index.js: - (*! (c) 2020 Andrea Giammarchi *) */ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 210738fc6..8254ed7a4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2656,7 +2656,7 @@ packages: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.9 + flatted: 3.3.0 keyv: 4.5.4 rimraf: 3.0.2 dev: true @@ -2665,13 +2665,13 @@ packages: resolution: {integrity: sha512-EryKbCE/wxpxKniQlyas6PY1I9vwtF3uCBweX+N8KYTCn3Y12RTGtQAJ/bd5pl7kxUAc8v/R3Ake/N17OZiFqA==} engines: {node: '>=16'} dependencies: - flatted: 3.2.9 + flatted: 3.3.0 keyv: 4.5.4 rimraf: 5.0.5 dev: false - /flatted@3.2.9: - resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} + /flatted@3.3.0: + resolution: {integrity: sha512-noqGuLw158+DuD9UPRKHpJ2hGxpFyDlYYrfM0mWt4XhT4n0lwzTLh70Tkdyy4kyTmyTT9Bv7bWAJqw7cgkEXDg==} /foreground-child@3.1.1: resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}