radames HF staff commited on
Commit
af45ba9
1 Parent(s): 0835cd8
frontend/package-lock.json CHANGED
@@ -8,6 +8,7 @@
8
  "name": "frontend",
9
  "version": "0.0.1",
10
  "dependencies": {
 
11
  "rvfc-polyfill": "^1.0.7"
12
  },
13
  "devDependencies": {
@@ -2581,6 +2582,11 @@
2581
  "url": "https://github.com/sponsors/jonschlinkert"
2582
  }
2583
  },
 
 
 
 
 
2584
  "node_modules/pify": {
2585
  "version": "2.3.0",
2586
  "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
 
8
  "name": "frontend",
9
  "version": "0.0.1",
10
  "dependencies": {
11
+ "piexifjs": "^1.0.6",
12
  "rvfc-polyfill": "^1.0.7"
13
  },
14
  "devDependencies": {
 
2582
  "url": "https://github.com/sponsors/jonschlinkert"
2583
  }
2584
  },
2585
+ "node_modules/piexifjs": {
2586
+ "version": "1.0.6",
2587
+ "resolved": "https://registry.npmjs.org/piexifjs/-/piexifjs-1.0.6.tgz",
2588
+ "integrity": "sha512-0wVyH0cKohzBQ5Gi2V1BuxYpxWfxF3cSqfFXfPIpl5tl9XLS5z4ogqhUCD20AbHi0h9aJkqXNJnkVev6gwh2ag=="
2589
+ },
2590
  "node_modules/pify": {
2591
  "version": "2.3.0",
2592
  "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
frontend/package.json CHANGED
@@ -35,6 +35,7 @@
35
  },
36
  "type": "module",
37
  "dependencies": {
 
38
  "rvfc-polyfill": "^1.0.7"
39
  }
40
  }
 
35
  },
36
  "type": "module",
37
  "dependencies": {
38
+ "piexifjs": "^1.0.6",
39
  "rvfc-polyfill": "^1.0.7"
40
  }
41
  }