aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-recipe-version-bump/pnpm-lock.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-recipe-version-bump/pnpm-lock.yaml')
-rw-r--r--.github/workflows/check-recipe-version-bump/pnpm-lock.yaml57
1 files changed, 57 insertions, 0 deletions
diff --git a/.github/workflows/check-recipe-version-bump/pnpm-lock.yaml b/.github/workflows/check-recipe-version-bump/pnpm-lock.yaml
new file mode 100644
index 0000000..23f908e
--- /dev/null
+++ b/.github/workflows/check-recipe-version-bump/pnpm-lock.yaml
@@ -0,0 +1,57 @@
1lockfileVersion: 5.4
2
3importers:
4
5 .:
6 specifiers:
7 '@actions/core': ^1.10.0
8 '@actions/exec': ^1.1.1
9 '@vercel/ncc': ^0.34.0
10 dependencies:
11 '@actions/core': 1.10.0
12 '@actions/exec': 1.1.1
13 devDependencies:
14 '@vercel/ncc': 0.34.0
15
16 dist:
17 specifiers: {}
18
19packages:
20
21 /@actions/core/1.10.0:
22 resolution: {integrity: sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==}
23 dependencies:
24 '@actions/http-client': 2.0.1
25 uuid: 8.3.2
26 dev: false
27
28 /@actions/exec/1.1.1:
29 resolution: {integrity: sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==}
30 dependencies:
31 '@actions/io': 1.1.2
32 dev: false
33
34 /@actions/http-client/2.0.1:
35 resolution: {integrity: sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==}
36 dependencies:
37 tunnel: 0.0.6
38 dev: false
39
40 /@actions/io/1.1.2:
41 resolution: {integrity: sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==}
42 dev: false
43
44 /@vercel/ncc/0.34.0:
45 resolution: {integrity: sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==}
46 hasBin: true
47 dev: true
48
49 /tunnel/0.0.6:
50 resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==}
51 engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'}
52 dev: false
53
54 /uuid/8.3.2:
55 resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
56 hasBin: true
57 dev: false