Skip to content

Commit 937c27d

Browse files
[Security] Bump acorn from 6.4.0 to 6.4.1 (#3)
* [Security] Bump acorn from 6.4.0 to 6.4.1 Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. **This update includes a security fix.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.4.0...6.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * update versions * update additional libs Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Phillip Manwaring <phillip.manwaring@gmail.com>
1 parent 05443f9 commit 937c27d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-prune-versions",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Serverless plugin to delete old versions of deployed functions from AWS",
55
"scripts": {
66
"build": "rimraf dist && tsc -p tsconfig.build.json",
@@ -15,7 +15,7 @@
1515
"@babel/preset-env": "^7.8.7",
1616
"@babel/preset-typescript": "^7.8.3",
1717
"@types/jest": "^25.1.4",
18-
"@types/node": "^13.9.0",
18+
"@types/node": "^13.9.1",
1919
"babel-jest": "^25.1.0",
2020
"codecov": "^3.6.5",
2121
"husky": "^4.1.0",

0 commit comments

Comments
 (0)