Skip to content

Commit 843d926

Browse files
chore(deps): update all dependencies
1 parent 25c14bc commit 843d926

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
42+
uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
4343
with:
4444
languages: ${{ matrix.language }}
4545
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
56+
uses: github/codeql-action/autobuild@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -66,4 +66,4 @@ jobs:
6666
# ./location_of_script_within_repo/buildscript.sh
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
69+
uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # v2.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"depcheck": "^1.4.3",
3434
"eslint": "^8.36.0",
3535
"eslint-config-prettier": "^8.8.0",
36-
"patch-package": "^6.5.1",
36+
"patch-package": "^7.0.0",
3737
"prettier": "^2.8.6",
3838
"ts-proto": "^1.143.0",
3939
"typescript": "^5.0.2"

yarn.lock

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,11 @@ ci-info@^2.0.0:
777777
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
778778
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
779779

780+
ci-info@^3.7.0:
781+
version "3.8.0"
782+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
783+
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
784+
780785
cliui@^7.0.2:
781786
version "7.0.4"
782787
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
@@ -849,7 +854,7 @@ cross-spawn@^6.0.5:
849854
shebang-command "^1.2.0"
850855
which "^1.2.9"
851856

852-
cross-spawn@^7.0.2:
857+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
853858
version "7.0.3"
854859
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
855860
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -1871,6 +1876,26 @@ patch-package@^6.5.1:
18711876
tmp "^0.0.33"
18721877
yaml "^1.10.2"
18731878

1879+
patch-package@^7.0.0:
1880+
version "7.0.0"
1881+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.0.tgz#5c646b6b4b4bf37e5184a6950777b21dea6bb66e"
1882+
integrity sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==
1883+
dependencies:
1884+
"@yarnpkg/lockfile" "^1.1.0"
1885+
chalk "^4.1.2"
1886+
ci-info "^3.7.0"
1887+
cross-spawn "^7.0.3"
1888+
find-yarn-workspace-root "^2.0.0"
1889+
fs-extra "^9.0.0"
1890+
klaw-sync "^6.0.0"
1891+
minimist "^1.2.6"
1892+
open "^7.4.2"
1893+
rimraf "^2.6.3"
1894+
semver "^5.6.0"
1895+
slash "^2.0.0"
1896+
tmp "^0.0.33"
1897+
yaml "^2.2.2"
1898+
18741899
path-exists@^4.0.0:
18751900
version "4.0.0"
18761901
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -2423,6 +2448,11 @@ yaml@^1.10.0, yaml@^1.10.2:
24232448
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
24242449
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
24252450

2451+
yaml@^2.2.2:
2452+
version "2.2.2"
2453+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
2454+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
2455+
24262456
yargs-parser@^20.2.2:
24272457
version "20.2.9"
24282458
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"

0 commit comments

Comments
 (0)