fix(deps): update dependency material-icons to ^0.7.0
GitOrigin-RevId: a5bcfd6a69fff3a38a7dff4f8e163cdc6143fc8f
diff --git a/node_modules/dialog-polyfill/package.json b/node_modules/dialog-polyfill/package.json
index 6b3bcd0..4ecce16 100644
--- a/node_modules/dialog-polyfill/package.json
+++ b/node_modules/dialog-polyfill/package.json
@@ -1,52 +1,22 @@
{
- "_from": "dialog-polyfill",
- "_id": "dialog-polyfill@0.5.0",
- "_inBundle": false,
- "_integrity": "sha512-fOj68T8KB6UIsDFmK7zYbmORJMLYkRmtsLM1W6wbCVUWu4Hdcud5bqbvuueTxO84JXtK9HcpCHV9vNwlWUdCIw==",
- "_location": "/dialog-polyfill",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "dialog-polyfill",
- "name": "dialog-polyfill",
- "escapedName": "dialog-polyfill",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.0.tgz",
- "_shasum": "bf67bc67abaf538e44fff80f2f71ff132befadd7",
- "_spec": "dialog-polyfill",
- "_where": "/var/www/html/hores",
- "author": {
- "name": "The Chromium Authors"
- },
- "bugs": {
- "url": "https://github.com/GoogleChrome/dialog-polyfill/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
+ "name": "dialog-polyfill",
+ "version": "0.5.4",
"description": "Polyfill for the dialog element",
+ "main": "dist/dialog-polyfill.js",
+ "module": "dist/dialog-polyfill.esm.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GoogleChrome/dialog-polyfill.git"
+ },
+ "author": "The Chromium Authors",
+ "license": "BSD",
+ "homepage": "https://github.com/GoogleChrome/dialog-polyfill",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.2",
"npm-run-all": "^4.1.5",
"rollup": "^1.3.0"
},
- "homepage": "https://github.com/GoogleChrome/dialog-polyfill",
- "license": "BSD",
- "main": "dist/dialog-polyfill.js",
- "module": "dist/dialog-polyfill.esm.js",
- "name": "dialog-polyfill",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/GoogleChrome/dialog-polyfill.git"
- },
"scripts": {
"build": "npm-run-all -p build:*",
"build:css": "cp dialog-polyfill.css dist/dialog-polyfill.css",
@@ -54,6 +24,5 @@
"build:umd": "rollup index.js --file dist/dialog-polyfill.js --format umd --name dialogPolyfill",
"prepublishOnly": "npm run build",
"test": "open test.html"
- },
- "version": "0.5.0"
+ }
}