1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump @babel/preset-env from 7.5.2 to 7.5.3

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.5.2...v7.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-09 15:22:39 +00:00
parent d0c4c6d7f2
commit 052119fdb0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -840,9 +840,9 @@
}
},
"@babel/plugin-proposal-object-rest-spread": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.2.tgz",
"integrity": "sha512-C/JU3YOx5J4d9s0GGlJlYXVwsbd5JmqQ0AvB7cIDAx7nN57aDTnlJEsZJPuSskeBtMGFWSWU5Q+piTiDe0s7FQ==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.3.tgz",
"integrity": "sha512-QR8Gjmj2RChQ9IbTvparfjrBpr7i6rms9HtN1AJ9ACiLJVXCd9ZanLklVUIJ73kodNlIPUM+SAelEeRvsTvRLw==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
@ -1266,9 +1266,9 @@
}
},
"@babel/preset-env": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.5.2.tgz",
"integrity": "sha512-7rRJLaUqJhQ+8xGrWtMROAgOi/+udIzyK2ES9NHhDIUvR2zfx/ON5lRR8ACUGehIYst8KVbl4vpkgOqn08gBxA==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.5.3.tgz",
"integrity": "sha512-vfJVfBnsA14ezBRVpF1R8DJRVCa96O+fAwKImU2qS8ewjBnwf3U/aQXyvj4NWOmbTO23lVdu8c5lUaut/NKzGA==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.0.0",
@ -1276,7 +1276,7 @@
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-dynamic-import": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.2",
"@babel/plugin-proposal-object-rest-spread": "^7.5.3",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-syntax-async-generators": "^7.2.0",

View File

@ -42,7 +42,7 @@
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.2",
"@babel/preset-env": "^7.5.3",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",