diff --git a/package-lock.json b/package-lock.json index 8f273099..abbc705e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13629,9 +13629,9 @@ } }, "gatsby-transformer-xml": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-xml/-/gatsby-transformer-xml-2.9.0.tgz", - "integrity": "sha512-SFUCkNX+AbzlTFZrbWZLi9ZQDExuQBpJa3qywkfwaRvrMAI29xLgFTtB+2r5xs4ks4PT+5qkj5kOI3hXm3MrsA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-xml/-/gatsby-transformer-xml-2.10.0.tgz", + "integrity": "sha512-O96nrN3AVgpicnoqZ+m9AshbN6PekskQ5pdsBZs6fWhmOVjGxFhNqguxALqIfh0BI+VWr+uCpr8NFUR9dwTH8A==", "requires": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", @@ -13640,9 +13640,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index b40cfd85..8297fb1d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "gatsby-source-graphql": "^2.13.0", "gatsby-transformer-remark": "^2.15.0", "gatsby-transformer-sharp": "^2.11.0", - "gatsby-transformer-xml": "^2.9.0", + "gatsby-transformer-xml": "^2.10.0", "gatsby-transformer-yaml": "^2.10.0", "giphy-js-sdk-core": "^1.0.6", "intersection-observer": "^0.12.0",