Browse Source

Bump aetna from 1.0.0-alpha.22 to 1.0.0-alpha.24

Bumps [aetna](https://github.com/pressbooks/aetna) from 1.0.0-alpha.22 to 1.0.0-alpha.24.
- [Release notes](https://github.com/pressbooks/aetna/releases)
- [Commits](https://github.com/pressbooks/aetna/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
pull/168/head
dependabot[bot] 7 years ago
parent
commit
2b86bc0ff8
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
  1. 32
      package-lock.json
  2. 2
      package.json

32
package-lock.json generated

@ -1290,9 +1290,9 @@
"dev": true
},
"aetna": {
"version": "1.0.0-alpha.22",
"resolved": "https://registry.npmjs.org/aetna/-/aetna-1.0.0-alpha.22.tgz",
"integrity": "sha512-idRcJP61Nx5Z6l1gzBuOdws1S7DNZOLd86HG9tyU3o7ZiVo6ZmgK3nKaBpifbwe6TfyBrL0MpzjKM3i2ejs0nw==",
"version": "1.0.0-alpha.24",
"resolved": "https://registry.npmjs.org/aetna/-/aetna-1.0.0-alpha.24.tgz",
"integrity": "sha512-nQMHu91VYXce3xP69gmRLK4Gac1WXRPpYb8bB9kIqzQn5zVYVh+wG1kg88C4I0RecE0GmJdkTGuNId0xlioFLw==",
"requires": {
"@frctl/fractal": "^1.1.7"
}
@ -4033,9 +4033,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.3.tgz",
"integrity": "sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4="
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.3.tgz",
"integrity": "sha512-l00tmFFZOBHtYhN4Cz7k32VM7vTn3rE2ANjQDxdEN6zmXZ/xq1jQuutnmHvMG1ZJ7xd72+TA5YpUK8wz3rWsfQ=="
},
"core-util-is": {
"version": "1.0.2",
@ -7776,9 +7776,9 @@
"dev": true
},
"highlight.js": {
"version": "9.13.1",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.13.1.tgz",
"integrity": "sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A=="
"version": "9.14.2",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.14.2.tgz",
"integrity": "sha512-Nc6YNECYpxyJABGYJAyw7dBAYbXEuIzwzkqoJnwbc1nIpCiN+3ioYf0XrBnLiyyG0JLuJhpPtt2iTSbXiKLoyA=="
},
"hmac-drbg": {
"version": "1.0.1",
@ -9123,12 +9123,12 @@
}
},
"istextorbinary": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.3.0.tgz",
"integrity": "sha512-xs+IFjzw1/5n45nMYUh2ipLWGarmE0bDVR85WAiYUXzawc8NYn1WW0qaq2rSEFIR3NoNkaAvOr3FVMojFz5uUg==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.5.1.tgz",
"integrity": "sha512-pv/JNPWnfpwGjPx7JrtWTwsWsxkrK3fNzcEVnt92YKEIErps4Fsk49+qzCe9iQF2hjqK8Naqf8P9kzoeCuQI1g==",
"requires": {
"binaryextensions": "^2.1.2",
"editions": "^2.0.2",
"editions": "^2.1.3",
"textextensions": "^2.4.0"
}
},
@ -17870,9 +17870,9 @@
}
},
"toml": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/toml/-/toml-2.3.5.tgz",
"integrity": "sha512-ulY/Z2yPWKl/3JvGJvnEe7mXqVt2+TtDoRxJNgTAwO+3lwXefeCHS697NN0KRy6q7U/b1MnSnj/UGF/4U0U2WQ=="
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/toml/-/toml-2.3.6.tgz",
"integrity": "sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ=="
},
"trim": {
"version": "0.0.1",

2
package.json

@ -66,7 +66,7 @@
"vue-template-compiler": "^2.5.21"
},
"dependencies": {
"aetna": "^1.0.0-alpha.22",
"aetna": "^1.0.0-alpha.24",
"isotope-layout": "^3.0.6",
"jquery-bridget": "^2.0.1",
"js-cookie": "^2.2.0",

Loading…
Cancel
Save