diff --git a/package-lock.json b/package-lock.json index 33048e8..8527b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "grid.gl": "^0.0.1", "html-webpack-plugin": "^5.5.3", "hue.gl": "^0.0.7", - "icon.gl": "^0.0.4", + "icon.gl": "^0.0.13", "lodash": "^4.17.21", "loop.gl": "^0.0.1", "mini-css-extract-plugin": "^2.7.6", @@ -8961,10 +8961,16 @@ } }, "node_modules/icon.gl": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/icon.gl/-/icon.gl-0.0.4.tgz", - "integrity": "sha512-0D5uI3F5I/FFauylZMJMS76PtiWAgA2zxwaqQNoGhO/CZ1KwD2ne/c/oEu3/5OqUQm81wm6dIll96JmVMG6Qfw==", - "dev": true + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/icon.gl/-/icon.gl-0.0.13.tgz", + "integrity": "sha512-rXZSkkH342CpVk/yzWK0OmuftobshiclXFqMNNVlrrGak0T66sp8ChSiWWKoUsgmo442VbG6Jx2cQJ7wJIolkA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/scape-foundation" + } + ] }, "node_modules/iconv-lite": { "version": "0.6.3", diff --git a/package.json b/package.json index 1417e61..0077e22 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "grid.gl": "^0.0.1", "html-webpack-plugin": "^5.5.3", "hue.gl": "^0.0.7", - "icon.gl": "^0.0.4", + "icon.gl": "^0.0.13", "lodash": "^4.17.21", "loop.gl": "^0.0.1", "mini-css-extract-plugin": "^2.7.6",