Skip to content

Commit cfe2f1d

Browse files
alan-agius4thePunderWoman
authored andcommitted
ci: force new yarn-lock file to invalidate cache (#51652)
This commit update the lock file to force a new `node_modules` cache as this causes the patch to fail due to GitHub caching and at present, there is also no way to provide a key to invalidate the cache. PR Close #51652
1 parent 4798ec4 commit cfe2f1d

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

yarn.lock

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -623,16 +623,23 @@
623623
dependencies:
624624
"@babel/types" "^7.22.5"
625625

626+
"@babel/helper-module-imports@^7.22.15":
627+
version "7.22.15"
628+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
629+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
630+
dependencies:
631+
"@babel/types" "^7.22.15"
632+
626633
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
627-
version "7.22.9"
628-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
629-
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
634+
version "7.22.15"
635+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.15.tgz#40ad2f6950f143900e9c1c72363c0b431a606082"
636+
integrity sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==
630637
dependencies:
631638
"@babel/helper-environment-visitor" "^7.22.5"
632-
"@babel/helper-module-imports" "^7.22.5"
639+
"@babel/helper-module-imports" "^7.22.15"
633640
"@babel/helper-simple-access" "^7.22.5"
634641
"@babel/helper-split-export-declaration" "^7.22.6"
635-
"@babel/helper-validator-identifier" "^7.22.5"
642+
"@babel/helper-validator-identifier" "^7.22.15"
636643

637644
"@babel/helper-optimise-call-expression@^7.22.5":
638645
version "7.22.5"
@@ -690,6 +697,11 @@
690697
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
691698
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
692699

700+
"@babel/helper-validator-identifier@^7.22.15":
701+
version "7.22.15"
702+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
703+
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
704+
693705
"@babel/helper-validator-identifier@^7.22.5":
694706
version "7.22.5"
695707
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -1572,6 +1584,15 @@
15721584
"@babel/helper-validator-identifier" "^7.22.5"
15731585
to-fast-properties "^2.0.0"
15741586

1587+
"@babel/types@^7.22.15":
1588+
version "7.22.15"
1589+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.15.tgz#266cb21d2c5fd0b3931e7a91b6dd72d2f617d282"
1590+
integrity sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==
1591+
dependencies:
1592+
"@babel/helper-string-parser" "^7.22.5"
1593+
"@babel/helper-validator-identifier" "^7.22.15"
1594+
to-fast-properties "^2.0.0"
1595+
15751596
"@bazel/bazelisk@^1.7.5":
15761597
version "1.18.0"
15771598
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.18.0.tgz#90ea8fc432ac6a7c83020e47a4bf59cfa2c81020"

0 commit comments

Comments
 (0)