diff --git a/package-lock.json b/package-lock.json index eeb45e3a..0de8f54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5930,9 +5930,9 @@ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" }, "decompress": { "version": "4.2.1", @@ -8965,6 +8965,14 @@ "babel-runtime": "^6.26.0" } }, + "gatsby-plugin-load-script": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-load-script/-/gatsby-plugin-load-script-1.1.0.tgz", + "integrity": "sha512-EoXUtWX4aBO4zD61xMHIIlQti4FNYmH0KgBkhac+kNMLI64cjzLc0iD7zPrFnzjYR454XAN/GJBa7M7N/VYSpw==", + "requires": { + "@babel/runtime": "^7.9.2" + } + }, "gatsby-plugin-manifest": { "version": "2.12.1", "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz", @@ -22472,4 +22480,4 @@ "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==" } } -} \ No newline at end of file +}