diff --git a/assets/stylesheet/main.scss b/assets/stylesheet/main.scss index ca726d5..a809ad0 100644 --- a/assets/stylesheet/main.scss +++ b/assets/stylesheet/main.scss @@ -468,4 +468,4 @@ button, a { //http://data.undp.org/resource/myer-egms.json // unsplash api -//fetch("https://api.unsplash.com/photos/?client_id=CLIENT_ID").then(r=>r.json()).then(d => a.push(d)); \ No newline at end of file +//fetch("https://api.unsplash.com/photos/?client_id=94eefc493013f829aa2a14ce2ec9b443781a11ea9c1fde12c007a9d0cf817598").then(r=>r.json()).then(d => a.push(d)); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d9798f2..8d49d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8493,9 +8493,9 @@ } }, "websocket-extensions": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", - "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true }, "which": {